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=cj0xJnA9MjAyNS0wNy0wNisxNyUzQTU3JTNBNTkuNTczMDM0JTJCMDAlM0EwMA%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=cD0yMDI1LTA3LTA2KzE4JTNBMTAlM0E0Ni4zNjcyMDUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0wNyswMSUzQTM5JTNBMTQuNDA5OTkxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-07T01:39:14.409991Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Taylor1012/3.embed",
            "fid": "Taylor1012:3",
            "filename": "CARGA POZOS",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Taylor1012:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Taylor1012:3/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Taylor1012/3/8_N86HGX5JZYZAWZZ9DF2YLG3M2DZJXC.png",
                "list-thumb": "https://api.plotly.com/v2/files/Taylor1012:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Taylor1012:3",
                "plots": "https://api.plotly.com/v2/plots/Taylor1012:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=Taylor1012"
            },
            "owner": "Taylor1012",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Taylor1012/3/",
            "world_readable": true,
            "date_modified": "2025-07-07T17:21:42.789Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Taylor1012/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(60, 134, 205)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "LLUVIA"
                            }
                        },
                        "mode": "lines",
                        "name": "Lluvia",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:5624e7",
                        "yaxis": "y2",
                        "showlegend": true
                    },
                    {
                        "line": {
                            "color": "rgb(114, 225, 23)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "name": "Calor",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:",
                        "yaxis": "y3",
                        "connectgaps": true
                    },
                    {
                        "line": {
                            "color": "rgb(50, 80, 204)",
                            "width": 6
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "Punto Azul"
                            }
                        },
                        "mode": "lines",
                        "name": "Proyección",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:ddebfe",
                        "hoverinfo": "x+y"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "L"
                            }
                        },
                        "mode": "markers",
                        "name": "Punto Azul",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:c74a46",
                        "marker": {
                            "size": 20,
                            "color": "rgb(50, 80, 204)"
                        },
                        "hoverinfo": "x+y",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(204, 0, 0)",
                            "width": 5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "Acumulado Proy"
                            }
                        },
                        "mode": "lines",
                        "name": "ZAFRA",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:22d451",
                        "yaxis": "y4",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgb(204, 0, 0)",
                            "width": 5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "HURACANES"
                            }
                        },
                        "mode": "lines",
                        "name": "HURACANES",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:05bf2d",
                        "yaxis": "y4",
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(204, 0, 0)",
                            "width": 5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "PIÑA"
                            }
                        },
                        "mode": "lines",
                        "name": "INUNDACIONES",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:3c1851",
                        "yaxis": "y4",
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(217, 145, 61)",
                            "width": 7
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "ACUMULADO REAL SE"
                            }
                        },
                        "mode": "lines",
                        "name": "PIÑA",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:034c59",
                        "yaxis": "y4",
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(85, 235, 3)",
                            "width": 6
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "PUNTO VERDE SE"
                            }
                        },
                        "mode": "lines",
                        "name": "Avance<br>real",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:61dbd7",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "ZAFRA"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "Taylor1012:2:78b83f",
                        "ysrc": "Taylor1012:2:a810de",
                        "marker": {
                            "line": {
                                "color": "rgb(68, 68, 68)"
                            },
                            "size": 20,
                            "color": "rgb(137, 255, 10)"
                        },
                        "showlegend": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 30
                        },
                        "text": "Proyección general de Carga."
                    },
                    "xaxis": {
                        "type": "category",
                        "dtick": 7,
                        "range": [
                            0,
                            257
                        ],
                        "title": {
                            "font": {
                                "size": 22
                            },
                            "text": "FECHA"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "linear",
                        "autorange": false,
                        "tickangle": 45,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -150,
                            79000
                        ],
                        "title": {
                            "font": {
                                "size": 22
                            },
                            "text": "POZOS"
                        },
                        "domain": [
                            0,
                            0.6559999999999999
                        ],
                        "tickfont": {
                            "size": 20
                        },
                        "autorange": false,
                        "exponentformat": "none"
                    },
                    "legend": {
                        "x": 1.02,
                        "y": 0.66875,
                        "font": {
                            "size": 20
                        }
                    },
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0,
                            115
                        ],
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "Precipitación<br>(mm)"
                        },
                        "domain": [
                            0.875,
                            1
                        ],
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": false,
                        "overlaying": "y3"
                    },
                    "yaxis3": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            20,
                            45
                        ],
                        "title": {
                            "font": {
                                "size": 18
                            },
                            "text": "Temperatura<br>(°C)"
                        },
                        "domain": [
                            0.875,
                            1
                        ],
                        "showgrid": false,
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": false,
                        "overlaying": false
                    },
                    "yaxis4": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            3,
                            5
                        ],
                        "title": {
                            "font": {
                                "size": 22
                            },
                            "text": "RUTA<br>CRÍTICA"
                        },
                        "domain": [
                            0.66,
                            0.875
                        ],
                        "showgrid": false,
                        "autorange": false,
                        "overlaying": false,
                        "showticklabels": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    },
                    "hoverlabel": {
                        "font": {
                            "size": 20
                        }
                    },
                    "separators": ".,",
                    "annotations": [
                        {
                            "x": 191.30385852090032,
                            "y": 3.719326383319968,
                            "font": {
                                "size": 20
                            },
                            "text": "ZAFRA",
                            "yref": "y4",
                            "ayref": "y4",
                            "showarrow": false
                        },
                        {
                            "x": 73.79453376205788,
                            "y": 4.735097567495322,
                            "font": {
                                "size": 20
                            },
                            "text": "ZONA BAJA DE INUNDACIONES",
                            "yref": "y4",
                            "ayref": "y4",
                            "showarrow": false
                        },
                        {
                            "x": 73.13344051446946,
                            "y": 4.240577385725742,
                            "font": {
                                "size": 20
                            },
                            "text": "HURACANES",
                            "yref": "y4",
                            "ayref": "y4",
                            "showarrow": false
                        },
                        {
                            "x": 15.783601286173633,
                            "y": 3.2381716118684842,
                            "font": {
                                "size": 20
                            },
                            "text": "PIÑA",
                            "yref": "y4",
                            "ayref": "y4",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Taylor1012",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-07 00:21:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Taylor1012",
                "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-07T00:23:55.209623Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Taylor1012/1.embed",
            "fid": "Taylor1012:1",
            "filename": "Gestoría",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Taylor1012:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Taylor1012:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Taylor1012/1/8_QQPLQWHEGB0SVLSVB9ZXVGE38B4WKV.png",
                "list-thumb": "https://api.plotly.com/v2/files/Taylor1012:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Taylor1012:1",
                "plots": "https://api.plotly.com/v2/plots/Taylor1012:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Taylor1012"
            },
            "owner": "Taylor1012",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Taylor1012/1/",
            "world_readable": true,
            "date_modified": "2025-07-07T00:25:57.896Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Taylor1012/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "731dcc",
                        "line": {
                            "color": "rgb(60, 134, 205)",
                            "shape": "linear",
                            "width": 5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "LLUVIA"
                            }
                        },
                        "mode": "lines",
                        "name": "Lluvia",
                        "type": "scatter",
                        "xsrc": "Taylor1012:0:4583f3",
                        "ysrc": "Taylor1012:0:ec3e3f",
                        "yaxis": "y3",
                        "visible": true,
                        "hoverinfo": "name",
                        "showlegend": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "dd5103",
                        "line": {
                            "color": "rgb(240, 218, 13)",
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "CALOR"
                            }
                        },
                        "mode": "lines",
                        "name": "Calor",
                        "type": "scatter",
                        "xsrc": "Taylor1012:0:4583f3",
                        "ysrc": "Taylor1012:0:1bd311",
                        "yaxis": "y4",
                        "visible": true,
                        "hoverinfo": "name",
                        "showlegend": true,
                        "stackgroup": null
                    },
                    {
                        "uid": "553655",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(30, 58, 242)",
                            "width": 6
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "Acumulado Proy Permisos"
                            }
                        },
                        "mode": "lines",
                        "name": "Proyección",
                        "type": "scatter",
                        "xsrc": "Taylor1012:0:4583f3",
                        "ysrc": "Taylor1012:0:2ff7d5",
                        "yaxis": "y",
                        "visible": true,
                        "orientation": "v"
                    },
                    {
                        "uid": "b08973",
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "Punto_Azul_Permisos"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "Taylor1012:0:4583f3",
                        "ysrc": "Taylor1012:0:fce6a9",
                        "marker": {
                            "size": 20,
                            "color": "rgb(50, 80, 204)"
                        },
                        "visible": true,
                        "hoverinfo": "x+y",
                        "showlegend": false
                    },
                    {
                        "uid": "57bde5",
                        "line": {
                            "color": "rgb(50, 209, 17)",
                            "width": 5
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "Acumulado Real Permisos"
                            }
                        },
                        "mode": "lines",
                        "name": "Avance<br>Real",
                        "type": "scatter",
                        "xsrc": "Taylor1012:0:4583f3",
                        "ysrc": "Taylor1012:0:b7e5a7",
                        "visible": true
                    },
                    {
                        "uid": "ec81d3",
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "Punto Verde Acumulado Real"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "Taylor1012:0:4583f3",
                        "ysrc": "Taylor1012:0:ec0ce9",
                        "marker": {
                            "size": 20,
                            "color": "rgb(50, 209, 17)",
                            "opacity": 0.75
                        },
                        "visible": true,
                        "hoverinfo": "x+y",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "rgb(239, 239, 236)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "H"
                            }
                        },
                        "mode": "lines",
                        "name": "Proyección",
                        "type": "scatter",
                        "xsrc": "Taylor1012:0:4583f3",
                        "ysrc": "Taylor1012:0:2eebee",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "_FECHA_",
                                "y": "I"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "Taylor1012:0:4583f3",
                        "ysrc": "Taylor1012:0:f7b1c9",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 255, 255)"
                        },
                        "showlegend": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 30
                        },
                        "text": "Avance general de Gestoría"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "dtick": 6,
                        "range": [
                            0,
                            239
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 22
                            },
                            "text": "FECHA"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "linear",
                        "autorange": false,
                        "tickangle": 45,
                        "showspikes": true,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            21000
                        ],
                        "title": {
                            "font": {
                                "size": 22
                            },
                            "text": "PERMISOS"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            0.875
                        ],
                        "tickfont": {
                            "size": 20
                        },
                        "autorange": false,
                        "showspikes": true,
                        "exponentformat": "none"
                    },
                    "bargap": 0.8,
                    "legend": {
                        "x": 1.0171060812059274,
                        "y": 0.7108370747778017,
                        "font": {
                            "size": 20
                        },
                        "valign": "top",
                        "yanchor": "auto",
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 60,
                        "l": 80,
                        "r": 20,
                        "t": 100,
                        "pad": 0
                    },
                    "yaxis2": {
                        "range": [
                            2.2231983298538625,
                            4.2231983298538625
                        ],
                        "autorange": true
                    },
                    "yaxis3": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0,
                            60
                        ],
                        "title": {
                            "font": {
                                "size": 17
                            },
                            "text": "Precipitación<br>(mm)"
                        },
                        "domain": [
                            0.875,
                            1
                        ],
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": false,
                        "overlaying": false,
                        "showspikes": true
                    },
                    "yaxis4": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            20,
                            45
                        ],
                        "title": {
                            "font": {
                                "size": 17
                            },
                            "text": "Temperatura<br>(°C)"
                        },
                        "domain": [
                            0.875,
                            1
                        ],
                        "showgrid": false,
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": false,
                        "overlaying": "y3",
                        "showspikes": true
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#f2f5fa"
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        },
                        "themeRef": "PLOTLY_DARK"
                    },
                    "hovermode": "x",
                    "hoverlabel": {
                        "font": {
                            "size": 20
                        }
                    },
                    "separators": ".,",
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Taylor1012",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-07 00:21:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Taylor1012",
                "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-06T23:23:11.119137Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sljcsld/8.embed",
            "fid": "sljcsld:8",
            "filename": "Plot 8",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sljcsld:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sljcsld:8/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sljcsld/8/8_BIE6YZ4R2SE1LO6MI2M2E1BXGYDU8O.png",
                "list-thumb": "https://api.plotly.com/v2/files/sljcsld:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sljcsld:8",
                "plots": "https://api.plotly.com/v2/plots/sljcsld:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=sljcsld"
            },
            "owner": "sljcsld",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~sljcsld/8/",
            "world_readable": true,
            "date_modified": "2025-07-06T23:39:58.492Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sljcsld/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#636efa"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Hora",
                                "y": "Peso luz: 0.33"
                            }
                        },
                        "mode": "lines",
                        "name": "33%",
                        "type": "scatter",
                        "xsrc": "sljcsld:7:ae3323",
                        "ysrc": "sljcsld:7:1503d2"
                    },
                    {
                        "line": {
                            "color": "#EF553B"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Hora",
                                "y": "Peso luz: 0.5"
                            }
                        },
                        "mode": "lines",
                        "name": "50%",
                        "type": "scatter",
                        "xsrc": "sljcsld:7:ae3323",
                        "ysrc": "sljcsld:7:8fe4c9",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "#00cc96"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Hora",
                                "y": "Peso luz: 0.67"
                            }
                        },
                        "mode": "lines",
                        "name": "67%",
                        "type": "scatter",
                        "xsrc": "sljcsld:7:ae3323",
                        "ysrc": "sljcsld:7:52ec59",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "#ab63fa"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Hora",
                                "y": "Peso luz: 1"
                            }
                        },
                        "mode": "lines",
                        "name": "100%",
                        "type": "scatter",
                        "xsrc": "sljcsld:7:ae3323",
                        "ysrc": "sljcsld:7:1779aa",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Horario Óptimo Circadiano según Luz Solar y Temperatura"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            5,
                            28
                        ],
                        "title": {
                            "text": "Hora"
                        },
                        "nticks": 25,
                        "autorange": true,
                        "gridwidth": 1
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1.3157894736842104,
                            25
                        ],
                        "title": {
                            "text": "Puntaje"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.8906293706293706,
                        "y": 0.9591946308724834,
                        "title": {
                            "text": "<b>Importancia Sol</b>"
                        },
                        "bgcolor": "rgb(235, 235, 235)"
                    },
                    "shapes": [
                        {
                            "x0": 8.456969696969697,
                            "x1": 24.620987654320988,
                            "y0": 0,
                            "y1": 25,
                            "line": {
                                "color": "#444444"
                            },
                            "opacity": 0.1,
                            "fillcolor": "rgb(0, 19, 250)"
                        },
                        {
                            "x0": 7.5,
                            "x1": 23.5,
                            "y0": 0,
                            "y1": 25,
                            "line": {
                                "color": "#444444"
                            },
                            "type": "rect",
                            "opacity": 0.1,
                            "visible": true,
                            "fillcolor": "rgb(0, 50, 255)"
                        },
                        {
                            "x0": 7.5,
                            "x1": 23.5,
                            "y0": 25,
                            "y1": 0,
                            "line": {
                                "color": "#444444"
                            },
                            "opacity": 0.1,
                            "fillcolor": "rgb(8, 38, 245)"
                        },
                        {
                            "x0": 5.5,
                            "x1": 21.5,
                            "y0": 0,
                            "y1": 25,
                            "line": {
                                "color": "#444444"
                            },
                            "opacity": 0.1,
                            "fillcolor": "rgb(7, 7, 209)"
                        }
                    ],
                    "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
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sljcsld",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-03-04 03:06:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sljcsld",
                "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-06T22:46:17.869858Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~youssef_arafa/7.embed",
            "fid": "youssef_arafa:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/youssef_arafa:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/youssef_arafa:7/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/youssef_arafa/7/8_NL6ONL1M2GJNV2LN0L3LOJ047FGT5R.png",
                "list-thumb": "https://api.plotly.com/v2/files/youssef_arafa:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/youssef_arafa:7",
                "plots": "https://api.plotly.com/v2/plots/youssef_arafa:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=youssef_arafa"
            },
            "owner": "youssef_arafa",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~youssef_arafa/7/",
            "world_readable": true,
            "date_modified": "2025-07-06T22:54:32.623Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~youssef_arafa/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "Ambient temp C"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "youssef_arafa:6:1462f4",
                        "ysrc": "youssef_arafa:6:164a83"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            7,
                            19
                        ],
                        "title": {
                            "font": {
                                "size": 18,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Time (Sec)</b>"
                        },
                        "showline": true,
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "linecolor": "rgb(24, 25, 25)",
                        "linewidth": 2
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            24.796111111111113,
                            39.473888888888894
                        ],
                        "title": {
                            "font": {
                                "size": 18,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Ambient Temperature (°C)</b>"
                        },
                        "showline": true,
                        "tickfont": {
                            "size": 16
                        },
                        "autorange": true,
                        "linecolor": "rgb(24, 24, 25)",
                        "linewidth": 2
                    },
                    "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/~youssef_arafa",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.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-06-24 21:28:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "youssef_arafa",
                "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-06T20:38:04.540059Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/26.embed",
            "fid": "Strzelczykk_nat:26",
            "filename": "The Relationship Between GDP and Life Expectancy",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Strzelczykk_nat:26/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/26/2_E8M0N0LYWOVW9QDN9Z7MIARVZIMBIB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/26/8_5J85AJZBX60SP3C5TWLWPQP5F4BR8U.png",
                "list-thumb": "https://api.plotly.com/v2/files/Strzelczykk_nat:26/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Strzelczykk_nat:26",
                "plots": "https://api.plotly.com/v2/plots/Strzelczykk_nat:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=Strzelczykk_nat"
            },
            "owner": "Strzelczykk_nat",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/26/",
            "world_readable": true,
            "date_modified": "2025-07-06T20:38:04.550Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Asia",
                        "type": "scatter",
                        "xsrc": "Strzelczykk_nat:25:a97e09",
                        "ysrc": "Strzelczykk_nat:25:e5b076",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#636efa",
                            "symbol": "circle",
                            "sizeref": 435928.2961983471,
                            "sizesrc": "Strzelczykk_nat:25:e39ee5",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Asia",
                        "orientation": "v",
                        "hovertextsrc": "Strzelczykk_nat:25:346a20",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Europe",
                        "type": "scatter",
                        "xsrc": "Strzelczykk_nat:25:b7a8f0",
                        "ysrc": "Strzelczykk_nat:25:60ce76",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#EF553B",
                            "symbol": "circle",
                            "sizeref": 435928.2961983471,
                            "sizesrc": "Strzelczykk_nat:25:d200d0",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Europe",
                        "orientation": "v",
                        "hovertextsrc": "Strzelczykk_nat:25:21c088",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Africa",
                        "type": "scatter",
                        "xsrc": "Strzelczykk_nat:25:328d3c",
                        "ysrc": "Strzelczykk_nat:25:d5d060",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#00cc96",
                            "symbol": "circle",
                            "sizeref": 435928.2961983471,
                            "sizesrc": "Strzelczykk_nat:25:c5deb8",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Africa",
                        "orientation": "v",
                        "hovertextsrc": "Strzelczykk_nat:25:981c13",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Americas",
                        "type": "scatter",
                        "xsrc": "Strzelczykk_nat:25:ff9582",
                        "ysrc": "Strzelczykk_nat:25:39b551",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#ab63fa",
                            "symbol": "circle",
                            "sizeref": 435928.2961983471,
                            "sizesrc": "Strzelczykk_nat:25:8662c3",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Americas",
                        "orientation": "v",
                        "hovertextsrc": "Strzelczykk_nat:25:2fc368",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                    },
                    {
                        "mode": "markers",
                        "name": "Oceania",
                        "type": "scatter",
                        "xsrc": "Strzelczykk_nat:25:9b0973",
                        "ysrc": "Strzelczykk_nat:25:0a136b",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "#FFA15A",
                            "symbol": "circle",
                            "sizeref": 435928.2961983471,
                            "sizesrc": "Strzelczykk_nat:25:6d96e3",
                            "sizemode": "area"
                        },
                        "showlegend": true,
                        "legendgroup": "Oceania",
                        "orientation": "v",
                        "hovertextsrc": "Strzelczykk_nat:25:d64406",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:c287e5",
                                "ysrc": "Strzelczykk_nat:25:6afc65",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:45f51d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:ab0e45",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:7ff216",
                                "ysrc": "Strzelczykk_nat:25:4d8a1f",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:74cd4a",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:71ff6d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:36d958",
                                "ysrc": "Strzelczykk_nat:25:ef6aa2",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:5d3dcf",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:f0d99d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:1086da",
                                "ysrc": "Strzelczykk_nat:25:968131",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:08b82d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:196407",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:968d41",
                                "ysrc": "Strzelczykk_nat:25:bded95",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:ea7f11",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:cec117",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1952<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1952"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:98cb30",
                                "ysrc": "Strzelczykk_nat:25:35146f",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:596c07",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:ff3234",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1957<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:e71e30",
                                "ysrc": "Strzelczykk_nat:25:79c72d",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:1a3ab2",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:59e3a1",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1957<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:fd3aec",
                                "ysrc": "Strzelczykk_nat:25:44f603",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:990402",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:682449",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1957<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:894b62",
                                "ysrc": "Strzelczykk_nat:25:6d77e1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:66e80b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:acdfd8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1957<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:c73051",
                                "ysrc": "Strzelczykk_nat:25:c1ed01",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:d9d2dd",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:842174",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1957<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1957"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:a47e6d",
                                "ysrc": "Strzelczykk_nat:25:2e7919",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:172aeb",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:bf63c8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1962<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:c7a7d8",
                                "ysrc": "Strzelczykk_nat:25:d91056",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:2f9ba1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:cfbbd2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1962<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:909171",
                                "ysrc": "Strzelczykk_nat:25:84934c",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:c2adba",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:c5384f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1962<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:4c4463",
                                "ysrc": "Strzelczykk_nat:25:f7879a",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:d054e5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:e365b4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1962<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:cb3107",
                                "ysrc": "Strzelczykk_nat:25:9a8564",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:448643",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:fa4453",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1962<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1962"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:c9e3ee",
                                "ysrc": "Strzelczykk_nat:25:486ac5",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:805cb8",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:17cffc",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1967<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:3eb400",
                                "ysrc": "Strzelczykk_nat:25:0968ef",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:9c37f5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:df6379",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1967<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:24bb4b",
                                "ysrc": "Strzelczykk_nat:25:33ed01",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:32c00c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:4c32d8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1967<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:9c3913",
                                "ysrc": "Strzelczykk_nat:25:82dfaf",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:a01dd1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:60e055",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1967<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:6bbf5a",
                                "ysrc": "Strzelczykk_nat:25:5206d6",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:f13c88",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:a21316",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1967<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1967"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:780382",
                                "ysrc": "Strzelczykk_nat:25:c03abd",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:0a73d8",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:9b78c9",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1972<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:a3cf5e",
                                "ysrc": "Strzelczykk_nat:25:a578f9",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:06dc05",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:05fefc",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1972<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:2ea7f0",
                                "ysrc": "Strzelczykk_nat:25:e4a1bb",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:296167",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:fea7ff",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1972<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:c9a83a",
                                "ysrc": "Strzelczykk_nat:25:5c45d8",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:02b6c7",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:9a238e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1972<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:1695ed",
                                "ysrc": "Strzelczykk_nat:25:a0a995",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:6e087b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:be3064",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1972<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1972"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:a5e23d",
                                "ysrc": "Strzelczykk_nat:25:74e0df",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:5e4984",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:f9eca3",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1977<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:450b1d",
                                "ysrc": "Strzelczykk_nat:25:27ae74",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:eea04b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:80922f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1977<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:d18511",
                                "ysrc": "Strzelczykk_nat:25:73e3e9",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:9f2b78",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:9d012d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1977<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:07a380",
                                "ysrc": "Strzelczykk_nat:25:35adc0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:c79ee5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:7c2d2f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1977<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:d5dc9a",
                                "ysrc": "Strzelczykk_nat:25:90bb28",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:848a6d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:48309f",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1977<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1977"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:922256",
                                "ysrc": "Strzelczykk_nat:25:ae8dd6",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:90bffc",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:f8a3a6",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1982<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:92d563",
                                "ysrc": "Strzelczykk_nat:25:344b08",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:84b08b",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:b8ce07",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1982<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:d06b37",
                                "ysrc": "Strzelczykk_nat:25:e35e4f",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:fc6319",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:2fc1f2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1982<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:a27706",
                                "ysrc": "Strzelczykk_nat:25:4331af",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:a8ca25",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:4fba05",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1982<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:e36054",
                                "ysrc": "Strzelczykk_nat:25:46ecfe",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:421182",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:d68699",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1982<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1982"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:b4b7b2",
                                "ysrc": "Strzelczykk_nat:25:6d60ca",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:441e86",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:25ebfd",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1987<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:6839f8",
                                "ysrc": "Strzelczykk_nat:25:609494",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:640872",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:546bcd",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1987<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:ddcbe6",
                                "ysrc": "Strzelczykk_nat:25:b2f887",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:10cac9",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:0dce2a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1987<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:e7189f",
                                "ysrc": "Strzelczykk_nat:25:27f48d",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:dbd457",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:be1d7a",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1987<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:fdb2a8",
                                "ysrc": "Strzelczykk_nat:25:b4fbae",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:4c4a7d",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:2ee8d0",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1987<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1987"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:691db0",
                                "ysrc": "Strzelczykk_nat:25:f22312",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:3a4fbf",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:084b44",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1992<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:392f56",
                                "ysrc": "Strzelczykk_nat:25:68eaec",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:536e27",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:7980f8",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1992<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:dfce42",
                                "ysrc": "Strzelczykk_nat:25:372302",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:c05662",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:52501e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1992<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:434048",
                                "ysrc": "Strzelczykk_nat:25:f44449",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:89218f",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:c9fdf4",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1992<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:78b742",
                                "ysrc": "Strzelczykk_nat:25:e5cfd5",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:8984fa",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:75f3cd",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1992<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1992"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:64b31e",
                                "ysrc": "Strzelczykk_nat:25:dbc508",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:3dda34",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:6c8e17",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=1997<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:1ad22a",
                                "ysrc": "Strzelczykk_nat:25:ab5d01",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:cf3dd5",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:22883e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=1997<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:1c9aa4",
                                "ysrc": "Strzelczykk_nat:25:b2a993",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:6d4431",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:d17310",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=1997<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:e09473",
                                "ysrc": "Strzelczykk_nat:25:092798",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:7c9271",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:563352",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=1997<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:eaaf10",
                                "ysrc": "Strzelczykk_nat:25:355789",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:8612f7",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:6f58e2",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=1997<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "1997"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:fca822",
                                "ysrc": "Strzelczykk_nat:25:4857d8",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:adfe1c",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:9f0404",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=2002<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:c11e1d",
                                "ysrc": "Strzelczykk_nat:25:3dc814",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:5e570f",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:ba93be",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=2002<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:18b784",
                                "ysrc": "Strzelczykk_nat:25:6a9350",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:918ff1",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:7df26d",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=2002<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:570c20",
                                "ysrc": "Strzelczykk_nat:25:6c3d04",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:b84082",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:c5cdf5",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=2002<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:843cb4",
                                "ysrc": "Strzelczykk_nat:25:7fffdd",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:12f72e",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:e2b175",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=2002<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2002"
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "name": "Asia",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:74e15f",
                                "ysrc": "Strzelczykk_nat:25:0b0f9d",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#636efa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:43271f",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Asia",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:a5f97e",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Asia<br>year=2007<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Europe",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:ed797b",
                                "ysrc": "Strzelczykk_nat:25:5f5c5f",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#EF553B",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:12b6b8",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Europe",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:ecc0bc",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Europe<br>year=2007<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Africa",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:81724b",
                                "ysrc": "Strzelczykk_nat:25:2d7772",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#00cc96",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:34d1da",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Africa",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:4fa2db",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Africa<br>year=2007<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Americas",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:c44d03",
                                "ysrc": "Strzelczykk_nat:25:9cf627",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#ab63fa",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:a30cfc",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Americas",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:3bf759",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Americas<br>year=2007<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            },
                            {
                                "mode": "markers",
                                "name": "Oceania",
                                "type": "scatter",
                                "xsrc": "Strzelczykk_nat:25:7ed718",
                                "ysrc": "Strzelczykk_nat:25:b668b0",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "color": "#FFA15A",
                                    "symbol": "circle",
                                    "sizeref": 435928.2961983471,
                                    "sizesrc": "Strzelczykk_nat:25:71f0ad",
                                    "sizemode": "area"
                                },
                                "showlegend": true,
                                "legendgroup": "Oceania",
                                "orientation": "v",
                                "hovertextsrc": "Strzelczykk_nat:25:763d17",
                                "hovertemplate": "<b>%{hovertext}</b><br><br>continent=Oceania<br>year=2007<br>gdpPercap=%{x}<br>lifeExp=%{y}<br>pop=%{marker.size}<extra></extra>"
                            }
                        ],
                        "name": "2007"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "type": "log",
                        "range": [
                            2.0,
                            5.0
                        ],
                        "title": {
                            "text": "gdpPercap"
                        },
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "range": [
                            25,
                            90
                        ],
                        "title": {
                            "text": "lifeExp"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "legend": {
                        "title": {
                            "text": "continent"
                        },
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "margin": {
                        "t": 60
                    },
                    "sliders": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "len": 0.9,
                            "pad": {
                                "b": 10,
                                "t": 60
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "1952"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1952",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1957"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1957",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1962"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1962",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1967"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1967",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1972"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1972",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1977"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1977",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1982"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1982",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1987"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1987",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1992"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1992",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "1997"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "1997",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2002"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2002",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2007"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "2007",
                                    "method": "animate"
                                }
                            ],
                            "active": 0,
                            "xanchor": "left",
                            "yanchor": "top",
                            "currentvalue": {
                                "prefix": "year="
                            }
                        }
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "rgb(17,17,17)",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#f2f5fa"
                                    },
                                    "error_y": {
                                        "color": "#f2f5fa"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "line": {
                                            "color": "#283442"
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "rgb(17,17,17)",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "line": {
                                            "color": "#283442"
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "dark"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "color": "#f2f5fa"
                                }
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        }
                    },
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 0,
                            "pad": {
                                "r": 10,
                                "t": 70
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9654;",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            null
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 0
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "&#9724;",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "left",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Strzelczykk_nat",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 13:01:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Strzelczykk_nat",
                "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-06T20:28:58.268663Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/24.embed",
            "fid": "Strzelczykk_nat:24",
            "filename": "Rozklad_normalny",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Strzelczykk_nat:24/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/24/2_1BSMTG33P5RYMD0A4HTK7X5JUBZ15K.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/24/8_B296TKABLX3UCV45LI4Y4EKJ06ORCQ.png",
                "list-thumb": "https://api.plotly.com/v2/files/Strzelczykk_nat:24/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Strzelczykk_nat:24",
                "plots": "https://api.plotly.com/v2/plots/Strzelczykk_nat:24",
                "parent": "https://api.plotly.com/v2/folders/home?user=Strzelczykk_nat"
            },
            "owner": "Strzelczykk_nat",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/24/",
            "world_readable": true,
            "date_modified": "2025-07-06T20:28:58.278Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/24/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Rozkład normalny ~ N(0,1)",
                        "type": "histogram",
                        "xsrc": "Strzelczykk_nat:23:091c60",
                        "xaxis": "x",
                        "xbins": {
                            "end": 2.9544971772605746,
                            "size": 1.0,
                            "start": -2.7372155130798905
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Rozkład normalny ~ N(0,1)"
                    },
                    {
                        "name": "Rozkład normalny ~ N(2,1)",
                        "type": "histogram",
                        "xsrc": "Strzelczykk_nat:23:dafc31",
                        "xaxis": "x",
                        "xbins": {
                            "end": 4.5324773599493255,
                            "size": 1.0,
                            "start": -0.7156312948140453
                        },
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 127, 14)"
                        },
                        "opacity": 0.7,
                        "autobinx": false,
                        "histnorm": "probability density",
                        "legendgroup": "Rozkład normalny ~ N(2,1)"
                    },
                    {
                        "mode": "lines",
                        "name": "Rozkład normalny ~ N(0,1)",
                        "type": "scatter",
                        "xsrc": "Strzelczykk_nat:23:baecd8",
                        "ysrc": "Strzelczykk_nat:23:4a609f",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(31, 119, 180)"
                        },
                        "showlegend": false,
                        "legendgroup": "Rozkład normalny ~ N(0,1)"
                    },
                    {
                        "mode": "lines",
                        "name": "Rozkład normalny ~ N(2,1)",
                        "type": "scatter",
                        "xsrc": "Strzelczykk_nat:23:bf3de3",
                        "ysrc": "Strzelczykk_nat:23:77c479",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255, 127, 14)"
                        },
                        "showlegend": false,
                        "legendgroup": "Rozkład normalny ~ N(2,1)"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Porównanie dwóch rozkładów normalnych"
                    },
                    "xaxis": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "zeroline": false
                    },
                    "yaxis": {
                        "anchor": "free",
                        "domain": [
                            0.0,
                            1
                        ],
                        "position": 0.0
                    },
                    "legend": {
                        "traceorder": "reversed"
                    },
                    "barmode": "overlay",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "rgb(17,17,17)",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#f2f5fa"
                                    },
                                    "error_y": {
                                        "color": "#f2f5fa"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "line": {
                                            "color": "#283442"
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "rgb(17,17,17)",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "line": {
                                            "color": "#283442"
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "dark"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "color": "#f2f5fa"
                                }
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        }
                    },
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Strzelczykk_nat",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 13:01:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Strzelczykk_nat",
                "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-06T19:29:10.457394Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Jessicanc22/1.embed",
            "fid": "Jessicanc22:1",
            "filename": "Kurva Hysteresis",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Jessicanc22:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Jessicanc22/1/2_G1Q217ZVLE1IFV89GC9T4OS3A7U1GP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jessicanc22/1/8_BMPVCHB67HR87VKIDQ14CDS82JAGPU.png",
                "list-thumb": "https://api.plotly.com/v2/files/Jessicanc22:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Jessicanc22:1",
                "plots": "https://api.plotly.com/v2/plots/Jessicanc22:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Jessicanc22"
            },
            "owner": "Jessicanc22",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Jessicanc22/1/",
            "world_readable": true,
            "date_modified": "2025-07-06T19:55:05.816Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Jessicanc22/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "shape": "linear",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y"
                            }
                        },
                        "mode": "lines",
                        "name": "trace 0",
                        "type": "scatter",
                        "xsrc": "Jessicanc22:0:53df3d",
                        "ysrc": "Jessicanc22:0:73b1c3",
                        "visible": true,
                        "showlegend": false,
                        "connectgaps": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Kurva Histeresis Benda Uji GFREI"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -75.06189039911958,
                            70.10972053694424
                        ],
                        "title": {
                            "text": "Displacement (mm)"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -47474.02844068876,
                            32398.593377571575
                        ],
                        "title": {
                            "text": "Force (N)"
                        },
                        "autorange": false
                    },
                    "legend": {
                        "x": 1.02,
                        "y": 0.9497907949790795
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Jessicanc22",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.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-06 19:24:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Jessicanc22",
                "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-06T18:32:14.078859Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vetmedy/19.embed",
            "fid": "vetmedy:19",
            "filename": "Plot 19",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/vetmedy:19/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vetmedy/19/2_YOCC9HMJVQA4JPMRYN7FFTBWM4V3Q6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vetmedy/19/8_PS1NKK292XTRN4IVWCOJJX962J9ES4.png",
                "list-thumb": "https://api.plotly.com/v2/files/vetmedy:19/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vetmedy:19",
                "plots": "https://api.plotly.com/v2/plots/vetmedy:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=vetmedy"
            },
            "owner": "vetmedy",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~vetmedy/19/",
            "world_readable": true,
            "date_modified": "2025-07-06T18:33:58.288Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vetmedy/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "format",
                                "y": "accuracy",
                                "text": "accuracy",
                                "marker": {
                                    "color": "f1"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "F1",
                        "type": "bar",
                        "xsrc": "vetmedy:18:729beb",
                        "ysrc": "vetmedy:18:9862d1",
                        "marker": {
                            "cmax": 1.5,
                            "cmin": 0.6,
                            "meta": {
                                "columnNames": {
                                    "color": "f1"
                                }
                            },
                            "cauto": false,
                            "colorsrc": "vetmedy:18:0af64c",
                            "colorscale": [
                                [
                                    0,
                                    "#fff7fb"
                                ],
                                [
                                    0.125,
                                    "#ece2f0"
                                ],
                                [
                                    0.25,
                                    "#d0d1e6"
                                ],
                                [
                                    0.375,
                                    "#a6bddb"
                                ],
                                [
                                    0.5,
                                    "#67a9cf"
                                ],
                                [
                                    0.625,
                                    "#3690c0"
                                ],
                                [
                                    0.75,
                                    "#02818a"
                                ],
                                [
                                    0.875,
                                    "#016c59"
                                ],
                                [
                                    1,
                                    "#014636"
                                ]
                            ],
                            "reversescale": false
                        },
                        "textsrc": "vetmedy:18:9862d1",
                        "textangle": -45,
                        "legendgroup": 1,
                        "orientation": "v",
                        "textposition": "outside",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Arial"
                    },
                    "title": {
                        "text": "Accuracy Score"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "LLM Model"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            0.5
                        ],
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": true,
                        "gridcolor": "rgb(154, 143, 143)",
                        "overlaying": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true
                        }
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 0.05,
                        "range": [
                            0.5,
                            1.03
                        ],
                        "tick0": 0,
                        "ticks": "",
                        "title": {
                            "text": "<br>"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            0.9513717983775408
                        ],
                        "showline": false,
                        "tickmode": "linear",
                        "autorange": false,
                        "gridcolor": "rgb(236, 243, 243)",
                        "tickformat": ""
                    },
                    "bargap": 0.39,
                    "legend": {
                        "x": 0.995717504121688,
                        "y": 1.251358130142153,
                        "title": {
                            "text": "<b>Metrics</b><br>"
                        },
                        "tracegroupgap": 15
                    },
                    "barmode": "group",
                    "barnorm": "",
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "colorway": [
                        "#fbb4ae",
                        "#b3cde3",
                        "#ccebc5",
                        "#decbe4",
                        "#fed9a6",
                        "#ffffcc",
                        "#e5d8bd",
                        "#fddaec",
                        "#f2f2f2"
                    ],
                    "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": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "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": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_GRAY"
                    },
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#0508b8"
                            ],
                            [
                                0.08333333333333333,
                                "#1910d8"
                            ],
                            [
                                0.16666666666666666,
                                "#3c19f0"
                            ],
                            [
                                0.25,
                                "#6b1cfb"
                            ],
                            [
                                0.3333333333333333,
                                "#981cfd"
                            ],
                            [
                                0.4166666666666667,
                                "#bf1cfd"
                            ],
                            [
                                0.5,
                                "#dd2bfd"
                            ],
                            [
                                0.5833333333333334,
                                "#f246fe"
                            ],
                            [
                                0.6666666666666666,
                                "#fc67fd"
                            ],
                            [
                                0.75,
                                "#fe88fc"
                            ],
                            [
                                0.8333333333333334,
                                "#fea5fd"
                            ],
                            [
                                0.9166666666666666,
                                "#febefe"
                            ],
                            [
                                1,
                                "#fec3fe"
                            ]
                        ]
                    },
                    "bargroupgap": 0.09,
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vetmedy",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-13 16:09:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vetmedy",
                "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-06T18:22:33.348422Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/22.embed",
            "fid": "Strzelczykk_nat:22",
            "filename": "Violin charts for experiments",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Strzelczykk_nat:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/22/2_V7G3WTRT7S2DDPZ1UWZDX4P8RHBE1E.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/22/8_M47QLRWZIN8FOXK5EQI0FX4K8HYMFR.png",
                "list-thumb": "https://api.plotly.com/v2/files/Strzelczykk_nat:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Strzelczykk_nat:22",
                "plots": "https://api.plotly.com/v2/plots/Strzelczykk_nat:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=Strzelczykk_nat"
            },
            "owner": "Strzelczykk_nat",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/22/",
            "world_readable": true,
            "date_modified": "2025-07-06T18:22:33.358Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "box": {
                            "visible": true
                        },
                        "line": {
                            "color": "white"
                        },
                        "name": "experiment_1",
                        "type": "violin",
                        "xsrc": "Strzelczykk_nat:21:ddd800",
                        "ysrc": "Strzelczykk_nat:21:2f1c37",
                        "xaxis": "x",
                        "yaxis": "y",
                        "points": "all"
                    },
                    {
                        "box": {
                            "visible": true
                        },
                        "line": {
                            "color": "red"
                        },
                        "name": "experiment_2",
                        "type": "violin",
                        "xsrc": "Strzelczykk_nat:21:f8e4a1",
                        "ysrc": "Strzelczykk_nat:21:738b93",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "points": "all"
                    },
                    {
                        "box": {
                            "visible": true
                        },
                        "line": {
                            "color": "blue"
                        },
                        "name": "experiment_3",
                        "type": "violin",
                        "xsrc": "Strzelczykk_nat:21:feff19",
                        "ysrc": "Strzelczykk_nat:21:7a15c4",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "points": "all"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Violin charts for experiments"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.0,
                            0.2888888888888889
                        ]
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.35555555555555557,
                            0.6444444444444445
                        ]
                    },
                    "xaxis3": {
                        "anchor": "y3",
                        "domain": [
                            0.7111111111111111,
                            1.0
                        ]
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "anchor": "x3",
                        "domain": [
                            0.0,
                            1.0
                        ],
                        "matches": "y",
                        "showticklabels": false
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "rgb(17,17,17)",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#f2f5fa"
                                    },
                                    "error_y": {
                                        "color": "#f2f5fa"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#506784"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#2a3f5f"
                                        },
                                        "line": {
                                            "color": "rgb(17,17,17)"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    },
                                    "baxis": {
                                        "gridcolor": "#506784",
                                        "linecolor": "#506784",
                                        "endlinecolor": "#A2B1C6",
                                        "minorgridcolor": "#506784",
                                        "startlinecolor": "#A2B1C6"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "line": {
                                            "color": "#283442"
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "rgb(17,17,17)",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "line": {
                                            "color": "#283442"
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "rgb(17,17,17)",
                                "showland": true,
                                "lakecolor": "rgb(17,17,17)",
                                "landcolor": "rgb(17,17,17)",
                                "showlakes": true,
                                "subunitcolor": "#506784"
                            },
                            "font": {
                                "color": "#f2f5fa"
                            },
                            "polar": {
                                "bgcolor": "rgb(17,17,17)",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "gridwidth": 2,
                                    "linecolor": "#506784",
                                    "zerolinecolor": "#C8D4E3",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(17,17,17)"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "#283442",
                                "linecolor": "#506784",
                                "automargin": true,
                                "zerolinecolor": "#283442",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "dark"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#506784",
                                    "linecolor": "#506784"
                                },
                                "bgcolor": "rgb(17,17,17)"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "rgb(17,17,17)",
                            "paper_bgcolor": "rgb(17,17,17)",
                            "shapedefaults": {
                                "line": {
                                    "color": "#f2f5fa"
                                }
                            },
                            "sliderdefaults": {
                                "bgcolor": "#C8D4E3",
                                "tickwidth": 0,
                                "bordercolor": "rgb(17,17,17)",
                                "borderwidth": 1
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#f2f5fa",
                                "arrowwidth": 1
                            },
                            "updatemenudefaults": {
                                "bgcolor": "#506784",
                                "borderwidth": 0
                            }
                        }
                    },
                    "annotations": [
                        {
                            "x": 0.14444444444444446,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "experiments 1",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "experiments 2",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.8555555555555556,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "experiments 3",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Strzelczykk_nat",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 13:01:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Strzelczykk_nat",
                "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-06T18:10:46.367205Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vetmedy/17.embed",
            "fid": "vetmedy:17",
            "filename": "Plot 17",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/vetmedy:17/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vetmedy/17/2_MTCP2EFI3OKWXG5KK94VU87HJL8X8F.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vetmedy/17/8_5W7TSVPDFGOGWC7ST2SJF6FAE67WOA.png",
                "list-thumb": "https://api.plotly.com/v2/files/vetmedy:17/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vetmedy:17",
                "plots": "https://api.plotly.com/v2/plots/vetmedy:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=vetmedy"
            },
            "owner": "vetmedy",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~vetmedy/17/",
            "world_readable": true,
            "date_modified": "2025-07-06T18:31:58.745Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vetmedy/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "format",
                                "y": "f1",
                                "text": "f1",
                                "marker": {
                                    "color": "f1"
                                }
                            }
                        },
                        "mode": "markers",
                        "name": "F1",
                        "type": "bar",
                        "xsrc": "vetmedy:16:e1d628",
                        "ysrc": "vetmedy:16:fec706",
                        "marker": {
                            "cmax": 1.5,
                            "cmin": 0.6,
                            "meta": {
                                "columnNames": {
                                    "color": "f1"
                                }
                            },
                            "cauto": false,
                            "colorsrc": "vetmedy:16:fec706",
                            "colorscale": [
                                [
                                    0,
                                    "#fff7fb"
                                ],
                                [
                                    0.125,
                                    "#ece2f0"
                                ],
                                [
                                    0.25,
                                    "#d0d1e6"
                                ],
                                [
                                    0.375,
                                    "#a6bddb"
                                ],
                                [
                                    0.5,
                                    "#67a9cf"
                                ],
                                [
                                    0.625,
                                    "#3690c0"
                                ],
                                [
                                    0.75,
                                    "#02818a"
                                ],
                                [
                                    0.875,
                                    "#016c59"
                                ],
                                [
                                    1,
                                    "#014636"
                                ]
                            ],
                            "reversescale": false
                        },
                        "textsrc": "vetmedy:16:fec706",
                        "textangle": -45,
                        "legendgroup": 1,
                        "orientation": "v",
                        "textposition": "outside",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Arial"
                    },
                    "title": {
                        "text": "F1 Score "
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "LLM Model"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            0.5
                        ],
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": true,
                        "gridcolor": "rgb(154, 143, 143)",
                        "overlaying": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -0.5,
                                2.5
                            ],
                            "yaxis": {},
                            "yaxis2": {},
                            "visible": false,
                            "autorange": true
                        }
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 0.05,
                        "range": [
                            0.5,
                            1.03
                        ],
                        "tick0": 0,
                        "ticks": "",
                        "title": {
                            "text": "<br>"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            0.9513717983775408
                        ],
                        "showline": false,
                        "tickmode": "linear",
                        "autorange": false,
                        "gridcolor": "rgb(236, 243, 243)",
                        "tickformat": ""
                    },
                    "bargap": 0.39,
                    "legend": {
                        "x": 0.995717504121688,
                        "y": 1.251358130142153,
                        "title": {
                            "text": "<b>Metrics</b><br>"
                        },
                        "tracegroupgap": 15
                    },
                    "barmode": "group",
                    "barnorm": "",
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "colorway": [
                        "#fbb4ae",
                        "#b3cde3",
                        "#ccebc5",
                        "#decbe4",
                        "#fed9a6",
                        "#ffffcc",
                        "#e5d8bd",
                        "#fddaec",
                        "#f2f2f2"
                    ],
                    "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": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "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": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_GRAY"
                    },
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#0508b8"
                            ],
                            [
                                0.08333333333333333,
                                "#1910d8"
                            ],
                            [
                                0.16666666666666666,
                                "#3c19f0"
                            ],
                            [
                                0.25,
                                "#6b1cfb"
                            ],
                            [
                                0.3333333333333333,
                                "#981cfd"
                            ],
                            [
                                0.4166666666666667,
                                "#bf1cfd"
                            ],
                            [
                                0.5,
                                "#dd2bfd"
                            ],
                            [
                                0.5833333333333334,
                                "#f246fe"
                            ],
                            [
                                0.6666666666666666,
                                "#fc67fd"
                            ],
                            [
                                0.75,
                                "#fe88fc"
                            ],
                            [
                                0.8333333333333334,
                                "#fea5fd"
                            ],
                            [
                                0.9166666666666666,
                                "#febefe"
                            ],
                            [
                                1,
                                "#fec3fe"
                            ]
                        ]
                    },
                    "bargroupgap": 0.09,
                    "plot_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vetmedy",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-13 16:09:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vetmedy",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}