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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA2LTA4KzExJTNBMjYlM0E0NS43MTYxMTYlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNi0wOCsxNiUzQTIwJTNBMjUuODQxNDkzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-08T16:20:25.841493Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ma_mariia/3.embed",
            "fid": "ma_mariia:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ma_mariia/3/9_YHHI91G45O87ID7AHMW8VV1MM6WUM6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ma_mariia/3/2_DNFFTNQSMUUWVW9QJHP7B74RM81R3R.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ma_mariia/3/8_9XGL0F7242I7J97Y8SI6MEMB5A0CF8.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ma_mariia/3/9_YHHI91G45O87ID7AHMW8VV1MM6WUM6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ma_mariia:3",
                "plots": "https://api.plotly.com/v2/plots/ma_mariia:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=ma_mariia"
            },
            "owner": "ma_mariia",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ma_mariia/3/",
            "world_readable": true,
            "date_modified": "2025-06-08T16:20:25.851Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ma_mariia/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "ma_mariia:2:44a234",
                        "ysrc": "ma_mariia:2:667b15",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Объем потребления в миллиардах кубических метров (млрд м³)."
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2015,
                            2023
                        ],
                        "title": {
                            "text": "год"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            181.90555555555554,
                            437.7944444444444
                        ],
                        "title": {
                            "text": "млрд м3"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ma_mariia",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-10 14:51:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ma_mariia",
                "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-06-08T13:21:10.565278Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ATrashInTheWorld/3.embed",
            "fid": "ATrashInTheWorld:3",
            "filename": "NbrHdw_i",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ATrashInTheWorld/3/9_9CZZG3HY0B3UHQWPL2546FPUX9O1PL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ATrashInTheWorld/3/2_CFDI37NAJZWWAP5XIYZ3AM4RKTFYJL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ATrashInTheWorld/3/8_GJS55S50GR5OSD7VGJSJXLT5DIT24J.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ATrashInTheWorld/3/9_9CZZG3HY0B3UHQWPL2546FPUX9O1PL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ATrashInTheWorld:3",
                "plots": "https://api.plotly.com/v2/plots/ATrashInTheWorld:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=ATrashInTheWorld"
            },
            "owner": "ATrashInTheWorld",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ATrashInTheWorld/3/",
            "world_readable": true,
            "date_modified": "2025-06-08T13:21:10.576Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ATrashInTheWorld/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ATrashInTheWorld:2:134a10",
                        "ysrc": "ATrashInTheWorld:2:aad00a"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.769416014449127,
                            5.230583985550873
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1.3406754981660551,
                            8.895286501833946
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ATrashInTheWorld",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-08 00:19:18",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ATrashInTheWorld",
                "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-06-08T13:20:35.484528Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ritavmatos2003/5.embed",
            "fid": "ritavmatos2003:5",
            "filename": "airport_hub_size_by_degree",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ritavmatos2003/5/9_N6KS9P0BCS19SGRM6KM7A4R4KVIFI3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ritavmatos2003/5/2_DEBN931TM86OYVQ1851NQ5DNJ8DI1U.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ritavmatos2003/5/8_MDWAEWU1WG112OD7KFN5GKL3BC2GQU.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ritavmatos2003/5/9_N6KS9P0BCS19SGRM6KM7A4R4KVIFI3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ritavmatos2003:5",
                "plots": "https://api.plotly.com/v2/plots/ritavmatos2003:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=ritavmatos2003"
            },
            "owner": "ritavmatos2003",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ritavmatos2003/5/",
            "world_readable": true,
            "date_modified": "2025-06-08T16:55:06.261Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ritavmatos2003/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "geo": "geo",
                        "mode": "markers",
                        "name": "",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:12:d9b520",
                        "lonsrc": "ritavmatos2003:12:7c4224",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "color": "darkred",
                            "symbol": "circle",
                            "sizeref": 0.5856,
                            "sizesrc": "ritavmatos2003:12:1efc64",
                            "sizemode": "area"
                        },
                        "showlegend": false,
                        "legendgroup": "",
                        "hovertextsrc": "ritavmatos2003:12:c28c89",
                        "customdatasrc": "ritavmatos2003:12:f68d1c",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>degree=%{customdata[0]}<extra></extra>"
                    }
                ],
                "layout": {
                    "geo": {
                        "center": {},
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.0,
                                1.0
                            ]
                        },
                        "projection": {
                            "type": "natural earth"
                        }
                    },
                    "title": {
                        "text": "Airport Hub Size by Degree"
                    },
                    "height": 600,
                    "legend": {
                        "itemsizing": "constant",
                        "tracegroupgap": 0
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "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": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": 600,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ritavmatos2003",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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-06-08 13:14:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ritavmatos2003",
                "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-06-08T13:20:31.981795Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ritavmatos2003/3.embed",
            "fid": "ritavmatos2003:3",
            "filename": "top_200_us_flight_routes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ritavmatos2003:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ritavmatos2003:3/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ritavmatos2003:3/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ritavmatos2003:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ritavmatos2003:3",
                "plots": "https://api.plotly.com/v2/plots/ritavmatos2003:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=ritavmatos2003"
            },
            "owner": "ritavmatos2003",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ritavmatos2003/3/",
            "world_readable": true,
            "date_modified": "2025-06-08T16:55:01.964Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ritavmatos2003/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e99432",
                        "lonsrc": "ritavmatos2003:11:dae5e2",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:5b8fff",
                        "lonsrc": "ritavmatos2003:11:84a391",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:a64470",
                        "lonsrc": "ritavmatos2003:11:d3d4dd",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:374dc5",
                        "lonsrc": "ritavmatos2003:11:6ab07e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:249920",
                        "lonsrc": "ritavmatos2003:11:7f6b36",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d3a464",
                        "lonsrc": "ritavmatos2003:11:646b54",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:03e77a",
                        "lonsrc": "ritavmatos2003:11:9b7c7e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:94005c",
                        "lonsrc": "ritavmatos2003:11:a7c295",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:4d9243",
                        "lonsrc": "ritavmatos2003:11:8d2fba",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:44abe1",
                        "lonsrc": "ritavmatos2003:11:b1d9bb",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:aefd8d",
                        "lonsrc": "ritavmatos2003:11:07dd3f",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:88367c",
                        "lonsrc": "ritavmatos2003:11:301ed4",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:1f06bf",
                        "lonsrc": "ritavmatos2003:11:74a4d4",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:ba85f4",
                        "lonsrc": "ritavmatos2003:11:d42370",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:839bc1",
                        "lonsrc": "ritavmatos2003:11:9eef7d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e861dd",
                        "lonsrc": "ritavmatos2003:11:9c8156",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:3a75eb",
                        "lonsrc": "ritavmatos2003:11:7c5590",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:bd8b84",
                        "lonsrc": "ritavmatos2003:11:7f5715",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e52bd9",
                        "lonsrc": "ritavmatos2003:11:de48a0",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:a8fcad",
                        "lonsrc": "ritavmatos2003:11:cb760e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:ceb3ef",
                        "lonsrc": "ritavmatos2003:11:036059",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:4ac8b9",
                        "lonsrc": "ritavmatos2003:11:f330ae",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:393515",
                        "lonsrc": "ritavmatos2003:11:b73676",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:8c8a5f",
                        "lonsrc": "ritavmatos2003:11:6eca47",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:63731d",
                        "lonsrc": "ritavmatos2003:11:b3a66f",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:ddccec",
                        "lonsrc": "ritavmatos2003:11:1cc4e2",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:01ec22",
                        "lonsrc": "ritavmatos2003:11:cf3b87",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:ba1ef7",
                        "lonsrc": "ritavmatos2003:11:34ad3d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:736e53",
                        "lonsrc": "ritavmatos2003:11:aa209f",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:26f9fe",
                        "lonsrc": "ritavmatos2003:11:e2453d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:982e4e",
                        "lonsrc": "ritavmatos2003:11:2290a1",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:08fbaf",
                        "lonsrc": "ritavmatos2003:11:121d30",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:80079e",
                        "lonsrc": "ritavmatos2003:11:c3396b",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:bd3633",
                        "lonsrc": "ritavmatos2003:11:e18e67",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e61c40",
                        "lonsrc": "ritavmatos2003:11:3959f9",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:cb28ff",
                        "lonsrc": "ritavmatos2003:11:481dee",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:259087",
                        "lonsrc": "ritavmatos2003:11:d7bc95",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:adbf30",
                        "lonsrc": "ritavmatos2003:11:2c3f1e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:6be853",
                        "lonsrc": "ritavmatos2003:11:8da305",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:a64831",
                        "lonsrc": "ritavmatos2003:11:fdcb8e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:027726",
                        "lonsrc": "ritavmatos2003:11:2edb8d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:36cd16",
                        "lonsrc": "ritavmatos2003:11:5a735a",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d0441d",
                        "lonsrc": "ritavmatos2003:11:0ff24d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d34cda",
                        "lonsrc": "ritavmatos2003:11:3efec5",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:63208d",
                        "lonsrc": "ritavmatos2003:11:155b4a",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:59a907",
                        "lonsrc": "ritavmatos2003:11:3da0a5",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d51aa4",
                        "lonsrc": "ritavmatos2003:11:e2e46d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:186d1c",
                        "lonsrc": "ritavmatos2003:11:6e1b8f",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:12e930",
                        "lonsrc": "ritavmatos2003:11:b0f7e6",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:fd74b3",
                        "lonsrc": "ritavmatos2003:11:4a1cc7",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:b2be13",
                        "lonsrc": "ritavmatos2003:11:6c0b5b",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:530afa",
                        "lonsrc": "ritavmatos2003:11:c0656d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:671b73",
                        "lonsrc": "ritavmatos2003:11:9f58b2",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:7758fd",
                        "lonsrc": "ritavmatos2003:11:d80216",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:4b5326",
                        "lonsrc": "ritavmatos2003:11:2739b9",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:0650b4",
                        "lonsrc": "ritavmatos2003:11:768896",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:ff69e3",
                        "lonsrc": "ritavmatos2003:11:89e2a6",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:54fcbc",
                        "lonsrc": "ritavmatos2003:11:be828f",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:088270",
                        "lonsrc": "ritavmatos2003:11:b8470e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:0c2ef0",
                        "lonsrc": "ritavmatos2003:11:d0e300",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e0c830",
                        "lonsrc": "ritavmatos2003:11:9fb6c9",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:5dadc5",
                        "lonsrc": "ritavmatos2003:11:687295",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:b02e05",
                        "lonsrc": "ritavmatos2003:11:df5175",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:12aed2",
                        "lonsrc": "ritavmatos2003:11:94b57e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:f49c32",
                        "lonsrc": "ritavmatos2003:11:675f1c",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:a110a0",
                        "lonsrc": "ritavmatos2003:11:2e840b",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:9b08d1",
                        "lonsrc": "ritavmatos2003:11:71a54d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:3a6e93",
                        "lonsrc": "ritavmatos2003:11:9958c4",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d62396",
                        "lonsrc": "ritavmatos2003:11:986e89",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:fc14d9",
                        "lonsrc": "ritavmatos2003:11:14aa61",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:a343ea",
                        "lonsrc": "ritavmatos2003:11:67c367",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:414346",
                        "lonsrc": "ritavmatos2003:11:221958",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d732e6",
                        "lonsrc": "ritavmatos2003:11:07f4df",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:5d6131",
                        "lonsrc": "ritavmatos2003:11:12401d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:83a748",
                        "lonsrc": "ritavmatos2003:11:c94d00",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:ae6d9a",
                        "lonsrc": "ritavmatos2003:11:c507a4",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:5fdb34",
                        "lonsrc": "ritavmatos2003:11:a3217c",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:648b9f",
                        "lonsrc": "ritavmatos2003:11:19bba5",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:b0be06",
                        "lonsrc": "ritavmatos2003:11:65753b",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d3be0c",
                        "lonsrc": "ritavmatos2003:11:226abf",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:4d2e9a",
                        "lonsrc": "ritavmatos2003:11:38f47c",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:419cb0",
                        "lonsrc": "ritavmatos2003:11:bb6fc5",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:7b2b56",
                        "lonsrc": "ritavmatos2003:11:dd5f11",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:18c407",
                        "lonsrc": "ritavmatos2003:11:60cf23",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:9e04e3",
                        "lonsrc": "ritavmatos2003:11:ee21ae",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:37a8a2",
                        "lonsrc": "ritavmatos2003:11:8bf893",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:9542d4",
                        "lonsrc": "ritavmatos2003:11:dbd237",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d1bb0c",
                        "lonsrc": "ritavmatos2003:11:b80939",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:cd1ec7",
                        "lonsrc": "ritavmatos2003:11:ef67af",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:bd6514",
                        "lonsrc": "ritavmatos2003:11:58930c",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:cece51",
                        "lonsrc": "ritavmatos2003:11:487242",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:89b8f0",
                        "lonsrc": "ritavmatos2003:11:61b0bb",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:68c503",
                        "lonsrc": "ritavmatos2003:11:d35704",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:b19473",
                        "lonsrc": "ritavmatos2003:11:a19af7",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:bec7d7",
                        "lonsrc": "ritavmatos2003:11:6b4878",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:7ec365",
                        "lonsrc": "ritavmatos2003:11:c9a8c2",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:4c186a",
                        "lonsrc": "ritavmatos2003:11:773536",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:05c76b",
                        "lonsrc": "ritavmatos2003:11:815bbb",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:fdce78",
                        "lonsrc": "ritavmatos2003:11:891e80",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:868aa0",
                        "lonsrc": "ritavmatos2003:11:306083",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:289496",
                        "lonsrc": "ritavmatos2003:11:5ab2fb",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:893b0e",
                        "lonsrc": "ritavmatos2003:11:da60df",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:c65fda",
                        "lonsrc": "ritavmatos2003:11:1346f1",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:8bf535",
                        "lonsrc": "ritavmatos2003:11:8dfa55",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:b7c18d",
                        "lonsrc": "ritavmatos2003:11:1ccc37",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:8b750f",
                        "lonsrc": "ritavmatos2003:11:9b1d31",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:cc31e7",
                        "lonsrc": "ritavmatos2003:11:7ccdb8",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e0d00e",
                        "lonsrc": "ritavmatos2003:11:41c8c1",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:89e7e2",
                        "lonsrc": "ritavmatos2003:11:d2c3f4",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:f2827e",
                        "lonsrc": "ritavmatos2003:11:665a27",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:208229",
                        "lonsrc": "ritavmatos2003:11:271357",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d65dcc",
                        "lonsrc": "ritavmatos2003:11:e32098",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:f86212",
                        "lonsrc": "ritavmatos2003:11:78461b",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:697bb8",
                        "lonsrc": "ritavmatos2003:11:e10d13",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:ea0747",
                        "lonsrc": "ritavmatos2003:11:d528ec",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:cfa901",
                        "lonsrc": "ritavmatos2003:11:7d14a3",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:80e46b",
                        "lonsrc": "ritavmatos2003:11:b92127",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:6a5835",
                        "lonsrc": "ritavmatos2003:11:08974c",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:1bc70f",
                        "lonsrc": "ritavmatos2003:11:3e1740",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:922fc8",
                        "lonsrc": "ritavmatos2003:11:677074",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:8aaade",
                        "lonsrc": "ritavmatos2003:11:347a2a",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:a15a9c",
                        "lonsrc": "ritavmatos2003:11:83ece2",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:93fbe6",
                        "lonsrc": "ritavmatos2003:11:33b36a",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:4e4040",
                        "lonsrc": "ritavmatos2003:11:d3f0e7",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:956304",
                        "lonsrc": "ritavmatos2003:11:41ebef",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:9bad10",
                        "lonsrc": "ritavmatos2003:11:7afeea",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:c4207f",
                        "lonsrc": "ritavmatos2003:11:93cbd3",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:42845d",
                        "lonsrc": "ritavmatos2003:11:15646e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:fb27ec",
                        "lonsrc": "ritavmatos2003:11:7d8f64",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:14a95b",
                        "lonsrc": "ritavmatos2003:11:fcd14a",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:13a7c9",
                        "lonsrc": "ritavmatos2003:11:e7c2e0",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:2a9631",
                        "lonsrc": "ritavmatos2003:11:b43ac6",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:df3f7e",
                        "lonsrc": "ritavmatos2003:11:635bc7",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:281b15",
                        "lonsrc": "ritavmatos2003:11:91adb0",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:54b110",
                        "lonsrc": "ritavmatos2003:11:15c1eb",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e53db7",
                        "lonsrc": "ritavmatos2003:11:63ed2e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:c8b7b5",
                        "lonsrc": "ritavmatos2003:11:1f4d19",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:3a4908",
                        "lonsrc": "ritavmatos2003:11:278bdd",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:04696c",
                        "lonsrc": "ritavmatos2003:11:4d1841",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d4d2c0",
                        "lonsrc": "ritavmatos2003:11:70e0f1",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:a0a1ba",
                        "lonsrc": "ritavmatos2003:11:119d81",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:1e1e51",
                        "lonsrc": "ritavmatos2003:11:c6f0f9",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:18542a",
                        "lonsrc": "ritavmatos2003:11:5d0b13",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:6a46c8",
                        "lonsrc": "ritavmatos2003:11:a7a06a",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:b5164b",
                        "lonsrc": "ritavmatos2003:11:d6203e",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:2f4807",
                        "lonsrc": "ritavmatos2003:11:885131",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:40827d",
                        "lonsrc": "ritavmatos2003:11:3d2c17",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:cf4f9f",
                        "lonsrc": "ritavmatos2003:11:b0db3d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:41b30d",
                        "lonsrc": "ritavmatos2003:11:f3d1a0",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:f13203",
                        "lonsrc": "ritavmatos2003:11:cf7485",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:ae9efe",
                        "lonsrc": "ritavmatos2003:11:15867b",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:875709",
                        "lonsrc": "ritavmatos2003:11:c2d81d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:a1bbe4",
                        "lonsrc": "ritavmatos2003:11:d449d5",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:878af6",
                        "lonsrc": "ritavmatos2003:11:5680dc",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e11f8a",
                        "lonsrc": "ritavmatos2003:11:8b91dd",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:6af22e",
                        "lonsrc": "ritavmatos2003:11:7f6f72",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:aeb049",
                        "lonsrc": "ritavmatos2003:11:2362fb",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:c894b0",
                        "lonsrc": "ritavmatos2003:11:3c91b0",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:223e6d",
                        "lonsrc": "ritavmatos2003:11:aa8934",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:71f7aa",
                        "lonsrc": "ritavmatos2003:11:419872",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e30c89",
                        "lonsrc": "ritavmatos2003:11:69555c",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:6467f8",
                        "lonsrc": "ritavmatos2003:11:d90e39",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:b06d9b",
                        "lonsrc": "ritavmatos2003:11:d566ac",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:331bd7",
                        "lonsrc": "ritavmatos2003:11:31549b",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:feed56",
                        "lonsrc": "ritavmatos2003:11:917d5d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:da9fb9",
                        "lonsrc": "ritavmatos2003:11:e6ccc4",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:6d2753",
                        "lonsrc": "ritavmatos2003:11:006091",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:00fbfa",
                        "lonsrc": "ritavmatos2003:11:a9a9ff",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:6cc34f",
                        "lonsrc": "ritavmatos2003:11:7dc07d",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:27e0ba",
                        "lonsrc": "ritavmatos2003:11:dab212",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:2a8161",
                        "lonsrc": "ritavmatos2003:11:3312bb",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d1710b",
                        "lonsrc": "ritavmatos2003:11:061fd8",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:8fe94a",
                        "lonsrc": "ritavmatos2003:11:ae2be4",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:46220e",
                        "lonsrc": "ritavmatos2003:11:cb0808",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:779169",
                        "lonsrc": "ritavmatos2003:11:e8dd27",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:c99f47",
                        "lonsrc": "ritavmatos2003:11:58bb04",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:4c211b",
                        "lonsrc": "ritavmatos2003:11:9c84cf",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:7b48c5",
                        "lonsrc": "ritavmatos2003:11:8c7458",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:259c34",
                        "lonsrc": "ritavmatos2003:11:4d97d9",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:75967c",
                        "lonsrc": "ritavmatos2003:11:a53a1c",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:baa297",
                        "lonsrc": "ritavmatos2003:11:847740",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d499c1",
                        "lonsrc": "ritavmatos2003:11:acc764",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:67d6bb",
                        "lonsrc": "ritavmatos2003:11:2a1dd8",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:e5888d",
                        "lonsrc": "ritavmatos2003:11:4a7316",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:d3b4d5",
                        "lonsrc": "ritavmatos2003:11:7f1b35",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:72c791",
                        "lonsrc": "ritavmatos2003:11:50d2c7",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:54ad28",
                        "lonsrc": "ritavmatos2003:11:105f37",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:00fd9b",
                        "lonsrc": "ritavmatos2003:11:3caff2",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:31835c",
                        "lonsrc": "ritavmatos2003:11:64e39c",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:a7d66c",
                        "lonsrc": "ritavmatos2003:11:859ffc",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:8ec517",
                        "lonsrc": "ritavmatos2003:11:3f68b6",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:8f60e3",
                        "lonsrc": "ritavmatos2003:11:1d9c20",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:c014fa",
                        "lonsrc": "ritavmatos2003:11:cdf704",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:85c386",
                        "lonsrc": "ritavmatos2003:11:953adf",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:8cc442",
                        "lonsrc": "ritavmatos2003:11:6ea1cc",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:0d4507",
                        "lonsrc": "ritavmatos2003:11:75a9fa",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:705d9a",
                        "lonsrc": "ritavmatos2003:11:24679f",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:331c49",
                        "lonsrc": "ritavmatos2003:11:9cdfc0",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:57acee",
                        "lonsrc": "ritavmatos2003:11:c0cf05",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "royalblue",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:22efe1",
                        "lonsrc": "ritavmatos2003:11:4bc9ac",
                        "opacity": 0.3,
                        "showlegend": false
                    },
                    {
                        "mode": "markers",
                        "name": "Airports",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:11:fa848d",
                        "lonsrc": "ritavmatos2003:11:198d6c",
                        "marker": {
                            "size": 4,
                            "color": "red"
                        },
                        "textsrc": "ritavmatos2003:11:b57592"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "north america",
                        "showland": true,
                        "lakecolor": "rgba(127,205,255,0.3)",
                        "landcolor": "rgb(240, 240, 240)",
                        "showlakes": true,
                        "projection": {
                            "type": "azimuthal equal area"
                        },
                        "countrycolor": "rgb(180, 180, 180)"
                    },
                    "title": {
                        "text": "Top 200 U.S. Flight Routes by Volume"
                    },
                    "height": 700,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "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": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": false
                }
            },
            "height": 700,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ritavmatos2003",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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-06-08 13:14:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ritavmatos2003",
                "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-06-08T13:16:33.909859Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ritavmatos2003/1.embed",
            "fid": "ritavmatos2003:1",
            "filename": "airports_by_community",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ritavmatos2003/1/9_QWXSEPMJ0DQPFEU10MCBLUP2172JFW.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ritavmatos2003/1/2_Y54K2JVDYN3ZK1N65ZCNTJASFCJTGW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ritavmatos2003/1/8_YZWAGN20I7QZ4ZVHBTCL5X5VPF625P.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ritavmatos2003/1/9_QWXSEPMJ0DQPFEU10MCBLUP2172JFW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ritavmatos2003:1",
                "plots": "https://api.plotly.com/v2/plots/ritavmatos2003:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=ritavmatos2003"
            },
            "owner": "ritavmatos2003",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ritavmatos2003/1/",
            "world_readable": true,
            "date_modified": "2025-06-08T16:54:55.056Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ritavmatos2003/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "geo": "geo",
                        "mode": "markers",
                        "name": "",
                        "type": "scattergeo",
                        "latsrc": "ritavmatos2003:10:889cdd",
                        "lonsrc": "ritavmatos2003:10:da4b22",
                        "marker": {
                            "size": 6,
                            "symbol": "circle",
                            "colorsrc": "ritavmatos2003:10:f9ac00",
                            "coloraxis": "coloraxis"
                        },
                        "showlegend": false,
                        "legendgroup": "",
                        "hovertextsrc": "ritavmatos2003:10:b20cee",
                        "hovertemplate": "<b>%{hovertext}</b><br><br>Latitude=%{lat}<br>Longitude=%{lon}<br>community=%{marker.color}<extra></extra>"
                    }
                ],
                "layout": {
                    "geo": {
                        "center": {},
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.0,
                                1.0
                            ]
                        },
                        "projection": {
                            "type": "natural earth"
                        }
                    },
                    "title": {
                        "text": "Airports Colored by Community"
                    },
                    "height": 600,
                    "legend": {
                        "tracegroupgap": 0
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.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": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "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": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "coloraxis": {
                        "colorbar": {
                            "title": {
                                "text": "community"
                            }
                        },
                        "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"
                            ]
                        ]
                    }
                }
            },
            "height": 600,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ritavmatos2003",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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-06-08 13:14:54",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ritavmatos2003",
                "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-06-08T12:41:00.257820Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~khaskhachykhmark/7.embed",
            "fid": "khaskhachykhmark:7",
            "filename": "α = ƒ(c)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/khaskhachykhmark/7/9_OKZFQY03IS1RUFF5A8K391GMLL0Q43.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/khaskhachykhmark/7/2_41XMH793UT4JKX7THR7M6ALW9C6646.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/khaskhachykhmark/7/8_42RCYI2IESV7P0CY2AWJS1PLNFDC96.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/khaskhachykhmark/7/9_OKZFQY03IS1RUFF5A8K391GMLL0Q43.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/khaskhachykhmark:7",
                "plots": "https://api.plotly.com/v2/plots/khaskhachykhmark:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=khaskhachykhmark"
            },
            "owner": "khaskhachykhmark",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~khaskhachykhmark/7/",
            "world_readable": true,
            "date_modified": "2025-06-08T12:41:00.267Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~khaskhachykhmark/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9b1654",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "khaskhachykhmark:6:5ca3bc",
                        "ysrc": "khaskhachykhmark:6:6a6f65",
                        "marker": {
                            "size": 8,
                            "symbol": "square"
                        },
                        "error_y": {
                            "type": "constant",
                            "color": "#636efa",
                            "value": 0.05,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        }
                    },
                    {
                        "uid": "e5fd48",
                        "line": {
                            "dash": "dot",
                            "width": 3
                        },
                        "opacity": 1,
                        "transforms": [
                            {
                                "rms": 0.5208454665253399,
                                "type": "fit",
                                "xmid": 10.000000000000004,
                                "ymid": -16.115000000000105,
                                "inputUid": "9b1654",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.032941159663811156,
                                        "value": -1.6517999999999775
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.403445163560144,
                                        "value": 0.402999999999676
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9994039733318514,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.5,
                        "text": "α&nbsp;= ƒ(c)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -1.2069709257182297,
                            21.20697092571823
                        ],
                        "title": {
                            "text": "Stężenie roztworu [g/l]"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -34.76919354478443,
                            2.254168081304103
                        ],
                        "title": {
                            "text": "Kąt skręcenia płaszczyzny polaryzacji [°]"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~khaskhachykhmark",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-11 15:47:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "khaskhachykhmark",
                "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-06-08T12:13:15.188192Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Jasmine2806/42.embed",
            "fid": "Jasmine2806:42",
            "filename": "Qwen 1.5B-2K",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/42/9_B3QQLNG99FR3O4388EZM8YA0U4BRBW.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Jasmine2806:42/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/42/8_LWA4NGEIBH5QLLWKT3LKCM9JN7DR6P.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/42/9_B3QQLNG99FR3O4388EZM8YA0U4BRBW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Jasmine2806:42",
                "plots": "https://api.plotly.com/v2/plots/Jasmine2806:42",
                "parent": "https://api.plotly.com/v2/folders/home?user=Jasmine2806"
            },
            "owner": "Jasmine2806",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Jasmine2806/42/",
            "world_readable": true,
            "date_modified": "2025-06-08T12:13:15.199Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Jasmine2806/42/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "16,y",
                                "text": "16,y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>r = 16</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:41:6413c9",
                        "ysrc": "Jasmine2806:41:a6fd68",
                        "marker": {
                            "color": "rgb(52, 93, 167)"
                        },
                        "textsrc": "Jasmine2806:41:a6fd68",
                        "textfont": {
                            "size": 17
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "32,y",
                                "text": "32,y"
                            }
                        },
                        "name": "<b>r = 32</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:41:6413c9",
                        "ysrc": "Jasmine2806:41:be5bdc",
                        "marker": {
                            "color": "rgb(59, 138, 196)"
                        },
                        "textsrc": "Jasmine2806:41:be5bdc",
                        "textfont": {
                            "size": 17
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "64,y",
                                "text": "64,y"
                            }
                        },
                        "name": "<b>r = 64</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:41:6413c9",
                        "ysrc": "Jasmine2806:41:0de1ca",
                        "marker": {
                            "color": "rgb(75, 180, 222)"
                        },
                        "textsrc": "Jasmine2806:41:0de1ca",
                        "textfont": {
                            "size": 17
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "128,y",
                                "text": "128,y"
                            }
                        },
                        "name": "<b>r = 128</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:41:6413c9",
                        "ysrc": "Jasmine2806:41:dfe303",
                        "marker": {
                            "color": "rgb(239, 219, 203)"
                        },
                        "textsrc": "Jasmine2806:41:dfe303",
                        "textfont": {
                            "size": 17
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 19,
                        "color": "rgb(42, 63, 95)"
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 23
                        },
                        "text": "<b>FINETUNE MODEL QWEN 2.5 1.5B WITH DATA 2000&nbsp;</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            6
                        ],
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1
                        ],
                        "title": {
                            "text": "ACCURANCY(%)"
                        },
                        "autorange": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Jasmine2806",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-27 06:15:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Jasmine2806",
                "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-06-08T12:09:35.401277Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Xerty/1.embed",
            "fid": "Xerty:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Xerty/1/9_REIOA6FUZZPKSP95C5Y8QKP3PER55L.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Xerty/1/2_PJTQAKQ0SJEE67MFZUD0XK4IOX2NDT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Xerty/1/8_BODEPYX470BJEIRMTXF2HB6FNUG3SZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Xerty/1/9_REIOA6FUZZPKSP95C5Y8QKP3PER55L.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Xerty:1",
                "plots": "https://api.plotly.com/v2/plots/Xerty:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Xerty"
            },
            "owner": "Xerty",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Xerty/1/",
            "world_readable": true,
            "date_modified": "2025-06-08T12:09:35.412Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Xerty/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "z": "C"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "Xerty:0:ea6a3f",
                        "ysrc": "Xerty:0:4514f7",
                        "zsrc": "Xerty:0:c64090"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 0.047558645695745944,
                                "y": -2.2785024933879665,
                                "z": 0.1145997747119411
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Xerty",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.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-06-08 11:52:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Xerty",
                "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-06-08T11:44:20.742603Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Jasmine2806/40.embed",
            "fid": "Jasmine2806:40",
            "filename": "Qwen 1,5B-1K",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/40/9_QT5ETA2U40MCTHGGITZY6PPANK55A4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/40/2_RWCWCIM7VCFCEX6JT7G7YW7ERIYY77.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/40/8_G98TW7KXSA6NZTCU8ZJCDD15WF5ROE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/40/9_QT5ETA2U40MCTHGGITZY6PPANK55A4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Jasmine2806:40",
                "plots": "https://api.plotly.com/v2/plots/Jasmine2806:40",
                "parent": "https://api.plotly.com/v2/folders/home?user=Jasmine2806"
            },
            "owner": "Jasmine2806",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Jasmine2806/40/",
            "world_readable": true,
            "date_modified": "2025-06-08T11:44:20.753Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Jasmine2806/40/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "16,y",
                                "text": "16,y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>r = 16</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:39:88ec10",
                        "ysrc": "Jasmine2806:39:354668",
                        "marker": {
                            "color": "rgb(52, 93, 167)"
                        },
                        "textsrc": "Jasmine2806:39:354668",
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "32,y",
                                "text": "32,y"
                            }
                        },
                        "name": "<b>r = 32</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:39:88ec10",
                        "ysrc": "Jasmine2806:39:c04aef",
                        "marker": {
                            "color": "rgb(59, 138, 196)"
                        },
                        "textsrc": "Jasmine2806:39:c04aef",
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "64,y",
                                "text": "64,y"
                            }
                        },
                        "name": "<b>r = 64</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:39:88ec10",
                        "ysrc": "Jasmine2806:39:506610",
                        "marker": {
                            "color": "rgb(75, 180, 222)"
                        },
                        "textsrc": "Jasmine2806:39:506610",
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "128,y",
                                "text": "128,y"
                            }
                        },
                        "name": "<b>r = 128</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:39:88ec10",
                        "ysrc": "Jasmine2806:39:7d88b6",
                        "marker": {
                            "color": "rgb(239, 219, 203)"
                        },
                        "textsrc": "Jasmine2806:39:7d88b6",
                        "orientation": "v",
                        "textposition": "outside"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 19
                    },
                    "title": {
                        "x": 0.5,
                        "text": "<b>FINETUNE MODEL QWEN 2.5 1.5B WITH DATA 1000&nbsp;</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            6
                        ],
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1
                        ],
                        "title": {
                            "text": "ACCURANCY(%)"
                        },
                        "autorange": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Jasmine2806",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-27 06:15:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Jasmine2806",
                "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-06-08T11:26:45.716116Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Jasmine2806/38.embed",
            "fid": "Jasmine2806:38",
            "filename": "LLAMA3B-5K",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/38/9_XAJM6P51NWB8HLZWOKS7TVYZM1PO7O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/38/2_4KSS0DEHZVA8AG177P397W8G1FCJTO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/38/8_DPJBNSC9VBZSINIKUDU8CSINRFONIG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jasmine2806/38/9_XAJM6P51NWB8HLZWOKS7TVYZM1PO7O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Jasmine2806:38",
                "plots": "https://api.plotly.com/v2/plots/Jasmine2806:38",
                "parent": "https://api.plotly.com/v2/folders/home?user=Jasmine2806"
            },
            "owner": "Jasmine2806",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Jasmine2806/38/",
            "world_readable": true,
            "date_modified": "2025-06-08T11:26:45.727Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Jasmine2806/38/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "16,y",
                                "text": "16,y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>r = 16</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:37:631c65",
                        "ysrc": "Jasmine2806:37:a2b08a",
                        "marker": {
                            "color": "rgb(52, 93, 167)"
                        },
                        "textsrc": "Jasmine2806:37:a2b08a",
                        "textfont": {
                            "size": 15
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "32,y",
                                "text": "32,y"
                            }
                        },
                        "name": "<b>r = 32</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:37:631c65",
                        "ysrc": "Jasmine2806:37:547649",
                        "marker": {
                            "color": "rgb(59, 138, 196)"
                        },
                        "textsrc": "Jasmine2806:37:547649",
                        "textfont": {
                            "size": 15
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "64,y",
                                "text": "64,y"
                            }
                        },
                        "name": "<b>r = 64</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:37:631c65",
                        "ysrc": "Jasmine2806:37:f37286",
                        "marker": {
                            "color": "rgb(75, 180, 222)"
                        },
                        "textsrc": "Jasmine2806:37:f37286",
                        "textfont": {
                            "size": 15
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model,x; 16,x; 32,x; 64,x; 128,x",
                                "y": "128,y",
                                "text": "128,y"
                            }
                        },
                        "name": "<b>r = 128</b>",
                        "type": "bar",
                        "xsrc": "Jasmine2806:37:631c65",
                        "ysrc": "Jasmine2806:37:216404",
                        "marker": {
                            "color": "rgb(239, 219, 203)"
                        },
                        "textsrc": "Jasmine2806:37:216404",
                        "textfont": {
                            "size": 15
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 19
                    },
                    "title": {
                        "x": 0.5,
                        "text": "<b>FINETUNE MODEL LLAMA3.2-3B WITH DATA 5000&nbsp;</b>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            5.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1
                        ],
                        "title": {
                            "text": "ACCURANCY(%)"
                        },
                        "autorange": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Jasmine2806",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-27 06:15:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Jasmine2806",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}