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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTE5KzA2JTNBNDElM0E1Ni43NzI2MDAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0xOSsxMSUzQTA1JTNBNTUuNjg3NjEyJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-19T11:05:55.687612Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~smpadon/1.embed",
            "fid": "smpadon:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/smpadon/1/9_5KRS6I67AF4KTV9CF8656NK968FQUD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/smpadon/1/2_LIBZGS4R91MBHJD5DG9BWBH54H0FJJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smpadon/1/8_3S1TOBWH2AEFQ7UT474UT84DZQJN2G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/smpadon/1/9_5KRS6I67AF4KTV9CF8656NK968FQUD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/smpadon:1",
                "plots": "https://api.plotly.com/v2/plots/smpadon:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=smpadon"
            },
            "owner": "smpadon",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~smpadon/1/",
            "world_readable": true,
            "date_modified": "2025-07-19T11:05:55.699Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~smpadon/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(30, 58, 90)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "markers",
                        "type": "box",
                        "xsrc": "smpadon:0:a55435",
                        "ysrc": "smpadon:0:09fdff",
                        "boxmean": true,
                        "hoveron": "boxes+points",
                        "boxpoints": false,
                        "fillcolor": "rgb(179, 213, 235)",
                        "hoverinfo": "x+y",
                        "hovertemplate": ""
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0.5,
                            4.5
                        ],
                        "domain": [
                            0,
                            0.2
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            3.1666666666666665,
                            19.833333333333332
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "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/~smpadon",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.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-07-19 11:03:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "smpadon",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-19T10:03:23.733712Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~dcsaszar/106.embed",
            "fid": "dcsaszar:106",
            "filename": "ci25plot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/dcsaszar/106/9_EVJB1V3QXM5MR71FOSIO4722AIXD24.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/dcsaszar/106/2_LKBWOAKPTEVI43KT32X2AE9XM1BT37.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dcsaszar/106/8_IFKXWOXX52UA13GNPCKE3GQR9TJMJJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dcsaszar/106/9_EVJB1V3QXM5MR71FOSIO4722AIXD24.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/dcsaszar:106",
                "plots": "https://api.plotly.com/v2/plots/dcsaszar:106",
                "parent": "https://api.plotly.com/v2/folders/home?user=dcsaszar"
            },
            "owner": "dcsaszar",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~dcsaszar/106/",
            "world_readable": true,
            "date_modified": "2025-07-19T21:08:39.382Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~dcsaszar/106/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "box": {
                            "line": {
                                "width": 1
                            },
                            "width": 0.2,
                            "visible": false
                        },
                        "fill": "none",
                        "line": {
                            "shape": "linear",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "1 m",
                                "y": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "medium 1 parallel",
                        "side": "both",
                        "type": "violin",
                        "xsrc": "dcsaszar:105:ec0867",
                        "ysrc": "dcsaszar:105:5c7457",
                        "jitter": 0.54,
                        "marker": {
                            "line": {
                                "color": "rgb(255, 255, 255)",
                                "width": 0
                            },
                            "size": 9,
                            "color": "#e41a1c",
                            "symbol": "circle",
                            "opacity": 1
                        },
                        "points": "all",
                        "opacity": 1,
                        "visible": true,
                        "meanline": {
                            "width": 1,
                            "visible": true
                        },
                        "pointpos": 0,
                        "spanmode": "hard",
                        "bandwidth": 21,
                        "boxpoints": false,
                        "groupnorm": "fraction",
                        "scalemode": "width",
                        "stackgaps": "interpolate",
                        "scalegroup": "",
                        "showlegend": true,
                        "stackgroup": 1,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "D"
                                    }
                                },
                                "type": "filter",
                                "value": "t",
                                "enabled": true,
                                "targetsrc": "dcsaszar:105:db98ca"
                            }
                        ],
                        "orientation": "h"
                    },
                    {
                        "box": {
                            "line": {
                                "width": 1
                            },
                            "width": 0.2,
                            "visible": false
                        },
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "2 m",
                                "y": "E"
                            }
                        },
                        "name": "medium 2 parallel ",
                        "side": "both",
                        "type": "violin",
                        "xsrc": "dcsaszar:105:ce9158",
                        "ysrc": "dcsaszar:105:5c7457",
                        "jitter": 0.54,
                        "marker": {
                            "line": {
                                "color": "rgb(255, 255, 255)",
                                "width": 0
                            },
                            "size": 9,
                            "color": "#377eb8",
                            "symbol": "circle",
                            "opacity": 1
                        },
                        "points": "all",
                        "opacity": 1,
                        "visible": true,
                        "meanline": {
                            "width": 1,
                            "visible": true
                        },
                        "pointpos": 0,
                        "spanmode": "hard",
                        "bandwidth": 21,
                        "boxpoints": false,
                        "scalemode": "width",
                        "scalegroup": "",
                        "showlegend": true,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "D"
                                    }
                                },
                                "type": "filter",
                                "value": "t",
                                "targetsrc": "dcsaszar:105:db98ca"
                            }
                        ],
                        "orientation": "h"
                    },
                    {
                        "box": {
                            "line": {
                                "width": 1
                            },
                            "width": 0.2,
                            "visible": false
                        },
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "3 m",
                                "y": "E"
                            }
                        },
                        "name": "medium 3 parallel",
                        "side": "both",
                        "type": "violin",
                        "xsrc": "dcsaszar:105:a69f04",
                        "ysrc": "dcsaszar:105:5c7457",
                        "jitter": 0.54,
                        "marker": {
                            "line": {
                                "color": "rgb(255, 255, 255)",
                                "width": 0
                            },
                            "size": 9,
                            "color": "#4daf4a",
                            "symbol": "circle",
                            "opacity": 1
                        },
                        "points": "all",
                        "opacity": 1,
                        "visible": true,
                        "meanline": {
                            "width": 1,
                            "visible": true
                        },
                        "pointpos": 0,
                        "spanmode": "hard",
                        "bandwidth": 21,
                        "boxpoints": false,
                        "scalemode": "width",
                        "scalegroup": "",
                        "showlegend": true,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "D"
                                    }
                                },
                                "type": "filter",
                                "value": "t",
                                "targetsrc": "dcsaszar:105:db98ca"
                            }
                        ],
                        "orientation": "h"
                    },
                    {
                        "box": {
                            "line": {
                                "width": 1
                            },
                            "width": 0.2,
                            "visible": false
                        },
                        "line": {
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "3 m+",
                                "y": "E"
                            }
                        },
                        "name": "medium+ 3 parallel",
                        "side": "both",
                        "type": "violin",
                        "xsrc": "dcsaszar:105:2d6e79",
                        "ysrc": "dcsaszar:105:5c7457",
                        "jitter": 0.54,
                        "marker": {
                            "line": {
                                "color": "rgb(255, 255, 255)",
                                "width": 0
                            },
                            "size": 9,
                            "color": "#984ea3",
                            "symbol": "circle"
                        },
                        "visible": true,
                        "meanline": {
                            "width": 1,
                            "visible": true
                        },
                        "spanmode": "hard",
                        "bandwidth": 21,
                        "scalemode": "width",
                        "scalegroup": "",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "D"
                                    }
                                },
                                "type": "filter",
                                "value": "t",
                                "targetsrc": "dcsaszar:105:db98ca"
                            }
                        ],
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            65.88888888888889,
                            248.11111111111111
                        ],
                        "title": {
                            "text": "seconds"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "browser/suite"
                        },
                        "autorange": true,
                        "showspikes": false
                    },
                    "legend": {
                        "x": 1.7000000000000002,
                        "y": 1,
                        "font": {
                            "size": 13,
                            "family": "Arial"
                        },
                        "title": {
                            "font": {
                                "size": 13
                            },
                            "text": "<br>"
                        },
                        "xanchor": "right",
                        "orientation": "v"
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ],
                    "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"
                    },
                    "violingap": 0,
                    "separators": ", ",
                    "showlegend": true,
                    "violinmode": "overlay",
                    "uniformtext": {
                        "mode": false
                    },
                    "violingroupgap": 0.07
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~dcsaszar",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-12-23 11:14:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "dcsaszar",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-19T08:58:53.583511Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gammaspot/184.embed",
            "fid": "gammaspot:184",
            "filename": "NQ PLOT 25+24+21+17 Q3 DISPLACED",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gammaspot/184/9_V9Q93ZG6UK262J0QRMZ0GSL47APAX2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gammaspot/184/2_FRKIQUFHZ8IK78RFS8713RTPO3PKUY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gammaspot/184/8_428WARYX17Q6QA5HXPIOPXCQ6PZRMG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gammaspot/184/9_V9Q93ZG6UK262J0QRMZ0GSL47APAX2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gammaspot:184",
                "plots": "https://api.plotly.com/v2/plots/gammaspot:184",
                "parent": "https://api.plotly.com/v2/folders/home?user=gammaspot"
            },
            "owner": "gammaspot",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~gammaspot/184/",
            "world_readable": true,
            "date_modified": "2025-08-16T15:03:12.288Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gammaspot/184/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 191, 255)",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "NQ Price 25 Q3 __"
                            }
                        },
                        "mode": "lines",
                        "name": "NQ 2025 Q3",
                        "type": "scatter",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:5252ac"
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "rgb(0, 191, 255)",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "NQ Price 24 Q3 __"
                            }
                        },
                        "mode": "lines",
                        "name": "NQ 2024 Q3",
                        "type": "scatter",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:6b51e7",
                        "yaxis": "y2",
                        "showlegend": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dashdot",
                            "color": "rgb(0, 191, 255)",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "NQ Price 21 Q3 __"
                            }
                        },
                        "mode": "lines",
                        "name": "NQ 2021 Q3",
                        "type": "scatter",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:407ca5",
                        "yaxis": "y3",
                        "showlegend": true,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "rgb(255, 0, 255)",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "NQ Price 17 Q3__"
                            }
                        },
                        "mode": "none",
                        "name": "NQ 2017 Q3",
                        "type": "scatter",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:25aed6",
                        "yaxis": "y4",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dash",
                            "color": "rgb(255, 0, 255)",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "NQ Price 16 Q4 DISPLACED __"
                            }
                        },
                        "mode": "none",
                        "name": "NQ 2016 Q4 <br>DISP",
                        "type": "scatter",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:16176e",
                        "yaxis": "y5",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "rgb(255, 0, 255)",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "NQ Price 16 Q4 DISP ELECTION __"
                            }
                        },
                        "mode": "none",
                        "name": "NQ 2016 Q4 <br>DISP ELECT",
                        "type": "scatter",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:43b522",
                        "yaxis": "y6",
                        "showlegend": false,
                        "orientation": "v"
                    },
                    {
                        "line": {
                            "color": "rgb(0, 0, 255)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "UNUSED 4a __"
                            }
                        },
                        "mode": "none",
                        "name": "UNUSED 4",
                        "type": "scatter",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:df0d57",
                        "yaxis": "y7",
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "rgb(0, 0, 255)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "UNUSED 5a __"
                            }
                        },
                        "mode": "none",
                        "name": "UNUSED 5",
                        "type": "scatter",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:d9158a",
                        "yaxis": "y8",
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "Spec 25 Q3 __"
                            }
                        },
                        "mode": "lines",
                        "name": "Basics 2024 Q3",
                        "type": "bar",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:e71c5d",
                        "yaxis": "y9",
                        "marker": {
                            "line": {
                                "color": "rgb(153, 153, 153)"
                            },
                            "color": "rgb(153, 153, 153)"
                        },
                        "showlegend": false,
                        "stackgroup": null,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "NQ Date 25 Q3 __",
                                "y": "Spec 24 Q3 __"
                            }
                        },
                        "name": "Basics 2023 Q3",
                        "type": "bar",
                        "xsrc": "gammaspot:183:982924",
                        "ysrc": "gammaspot:183:cfb17a",
                        "yaxis": "y9",
                        "marker": {
                            "line": {
                                "color": "rgb(205, 170, 125)"
                            },
                            "color": "rgb(205, 170, 125)"
                        },
                        "showlegend": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.05,
                        "text": "<b>Q3 2025 vs 2024 / 2021 / 2017 DISPLACED</b><br>NQ"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            66
                        ],
                        "anchor": "free",
                        "nticks": 0,
                        "showgrid": true,
                        "showline": false,
                        "autorange": true,
                        "gridwidth": 3,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            22582.777777777777,
                            24547.222222222223
                        ],
                        "showgrid": false,
                        "showline": false,
                        "autorange": true,
                        "overlaying": "y2",
                        "showticklabels": false
                    },
                    "bargap": 0.94,
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            17804.055555555555,
                            21062.944444444445
                        ],
                        "showgrid": false,
                        "showline": false,
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis3": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            14478,
                            15738
                        ],
                        "showgrid": false,
                        "showline": false,
                        "autorange": true,
                        "overlaying": "y2",
                        "showticklabels": false
                    },
                    "yaxis4": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            5565.930555555556,
                            6032.319444444444
                        ],
                        "showgrid": false,
                        "showline": false,
                        "autorange": true,
                        "overlaying": "y2",
                        "showticklabels": false
                    },
                    "yaxis5": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -3.7777777777777777,
                            71.77777777777777
                        ],
                        "showgrid": false,
                        "showline": false,
                        "autorange": true,
                        "overlaying": "y2",
                        "showticklabels": false
                    },
                    "yaxis6": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -3.7777777777777777,
                            71.77777777777777
                        ],
                        "showgrid": false,
                        "showline": false,
                        "autorange": true,
                        "overlaying": "y2",
                        "showticklabels": false
                    },
                    "yaxis7": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0,
                            2
                        ],
                        "showgrid": false,
                        "showline": false,
                        "autorange": true,
                        "overlaying": "y2",
                        "showticklabels": false
                    },
                    "yaxis8": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0,
                            2
                        ],
                        "showgrid": false,
                        "showline": false,
                        "autorange": true,
                        "overlaying": "y2",
                        "showticklabels": false
                    },
                    "yaxis9": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0,
                            1.0526315789473684
                        ],
                        "autorange": true,
                        "overlaying": "y2",
                        "showticklabels": 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"
                    },
                    "showlegend": true,
                    "bargroupgap": 0
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gammaspot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-02-11 22:32:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gammaspot",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-19T08:25:53.493858Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vladoPB/1.embed",
            "fid": "vladoPB:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/vladoPB/1/9_G4VQTBTP1X6Q4S2BD53F3DRDQ15H9B.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vladoPB/1/2_8N82W5N74LVH0VZ1638YX78J2M3JXG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vladoPB/1/8_EO74CQVU38O7UFTHU2T5RWMJOGUSV4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vladoPB/1/9_G4VQTBTP1X6Q4S2BD53F3DRDQ15H9B.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vladoPB:1",
                "plots": "https://api.plotly.com/v2/plots/vladoPB:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=vladoPB"
            },
            "owner": "vladoPB",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~vladoPB/1/",
            "world_readable": true,
            "date_modified": "2025-07-19T12:03:49.406Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vladoPB/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "nadmerná vrstva",
                                "y": "% výrobkov",
                                "z": "úspora"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "vladoPB:0:0e04d7",
                        "ysrc": "vladoPB:0:39da60",
                        "zsrc": "vladoPB:0:9d9608",
                        "marker": {
                            "line": {
                                "color": "transparent"
                            },
                            "meta": {
                                "columnNames": {
                                    "color": "color"
                                }
                            },
                            "colorbar": {
                                "x": 0.8006838949864113,
                                "y": 0.4690265486725663,
                                "len": 1,
                                "ticks": "outside",
                                "title": {
                                    "text": "úspora ročne (€)"
                                },
                                "lenmode": "fraction",
                                "tickmode": "auto"
                            },
                            "colorsrc": "vladoPB:0:d99698",
                            "fillcolor": "rgba(31,119,180,1)",
                            "showscale": true,
                            "colorscale": [
                                "#FFE1A1",
                                "#683531"
                            ]
                        },
                        "sizeref": 1,
                        "contours": {
                            "end": 18,
                            "size": 2,
                            "start": 2
                        },
                        "autocontour": true,
                        "autocolorscale": true
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Weight"
                            }
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "text": "Gross horsepower"
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "text": "1/4 mile time"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": -1.1265707650139452,
                                "y": -1.8227029945940607,
                                "z": 0.30998726572835766
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "turntable",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -1,
                            1
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            20
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 1.13,
                            "y": 1.05,
                            "text": "Potenciálne úspory",
                            "xref": "paper",
                            "yref": "paper",
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowwidth": 2
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vladoPB",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.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-07-19 08:19:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vladoPB",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-19T07:26:45.638919Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/12.embed",
            "fid": "AQEEL_ZAROO:12",
            "filename": "Traverse_With_Legend",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/12/9_0I5GETFER8W68O1CC8SFJRZEQIOGSI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/12/2_QAR0W0A0YPVWP42DG5VAZCH63Y7QPJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/12/8_QA6L1U55WPLVQU49WCJINWCP3EOKII.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/12/9_0I5GETFER8W68O1CC8SFJRZEQIOGSI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AQEEL_ZAROO:12",
                "plots": "https://api.plotly.com/v2/plots/AQEEL_ZAROO:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=AQEEL_ZAROO"
            },
            "owner": "AQEEL_ZAROO",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/12/",
            "world_readable": true,
            "date_modified": "2025-07-19T07:26:45.648Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "blue"
                        },
                        "mode": "lines+markers+text",
                        "name": "Traverse Line",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:8a9804",
                        "ysrc": "AQEEL_ZAROO:11:1c9d40",
                        "marker": {
                            "size": 6,
                            "color": "blue"
                        },
                        "textsrc": "AQEEL_ZAROO:11:1bf29a",
                        "textposition": "top center"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:393fd1",
                        "ysrc": "AQEEL_ZAROO:11:001921",
                        "textsrc": "AQEEL_ZAROO:11:8c21cb",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:b92cf1",
                        "ysrc": "AQEEL_ZAROO:11:b65cc3",
                        "textsrc": "AQEEL_ZAROO:11:3c8d77",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:b8732b",
                        "ysrc": "AQEEL_ZAROO:11:ebe020",
                        "textsrc": "AQEEL_ZAROO:11:6d0eae",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:59bab6",
                        "ysrc": "AQEEL_ZAROO:11:8e8d1f",
                        "textsrc": "AQEEL_ZAROO:11:753b61",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:0f31dc",
                        "ysrc": "AQEEL_ZAROO:11:062526",
                        "textsrc": "AQEEL_ZAROO:11:c8485f",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:7a85a0",
                        "ysrc": "AQEEL_ZAROO:11:44eff5",
                        "textsrc": "AQEEL_ZAROO:11:3eae99",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:983e70",
                        "ysrc": "AQEEL_ZAROO:11:2552fb",
                        "textsrc": "AQEEL_ZAROO:11:9f6613",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:4bddb1",
                        "ysrc": "AQEEL_ZAROO:11:9244be",
                        "textsrc": "AQEEL_ZAROO:11:4ffc27",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:19b88f",
                        "ysrc": "AQEEL_ZAROO:11:d50602",
                        "textsrc": "AQEEL_ZAROO:11:5240d6",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:c33d16",
                        "ysrc": "AQEEL_ZAROO:11:7463a7",
                        "textsrc": "AQEEL_ZAROO:11:ee1ae0",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:f9740d",
                        "ysrc": "AQEEL_ZAROO:11:157b07",
                        "textsrc": "AQEEL_ZAROO:11:b18d2b",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:bef8d2",
                        "ysrc": "AQEEL_ZAROO:11:d2406c",
                        "textsrc": "AQEEL_ZAROO:11:b442e5",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:0d629c",
                        "ysrc": "AQEEL_ZAROO:11:97fc68",
                        "textsrc": "AQEEL_ZAROO:11:4989c5",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:8bc783",
                        "ysrc": "AQEEL_ZAROO:11:8c71b8",
                        "textsrc": "AQEEL_ZAROO:11:2563cb",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:1cfce5",
                        "ysrc": "AQEEL_ZAROO:11:e62ac0",
                        "textsrc": "AQEEL_ZAROO:11:c77f42",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:c0dde8",
                        "ysrc": "AQEEL_ZAROO:11:98765e",
                        "textsrc": "AQEEL_ZAROO:11:fd6c23",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:410aa2",
                        "ysrc": "AQEEL_ZAROO:11:1344b9",
                        "textsrc": "AQEEL_ZAROO:11:6b8769",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:982af5",
                        "ysrc": "AQEEL_ZAROO:11:799c55",
                        "textsrc": "AQEEL_ZAROO:11:97f394",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:99a3ea",
                        "ysrc": "AQEEL_ZAROO:11:3e0a36",
                        "textsrc": "AQEEL_ZAROO:11:62fb74",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:7474fc",
                        "ysrc": "AQEEL_ZAROO:11:ae98be",
                        "textsrc": "AQEEL_ZAROO:11:3879e6",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:90c26d",
                        "ysrc": "AQEEL_ZAROO:11:652203",
                        "textsrc": "AQEEL_ZAROO:11:aafec6",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:f5aaab",
                        "ysrc": "AQEEL_ZAROO:11:6fa6b0",
                        "textsrc": "AQEEL_ZAROO:11:313926",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:578092",
                        "ysrc": "AQEEL_ZAROO:11:71b7eb",
                        "textsrc": "AQEEL_ZAROO:11:a332d2",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:093874",
                        "ysrc": "AQEEL_ZAROO:11:14c688",
                        "textsrc": "AQEEL_ZAROO:11:f29b44",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:dddee0",
                        "ysrc": "AQEEL_ZAROO:11:553a55",
                        "textsrc": "AQEEL_ZAROO:11:379141",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:69b517",
                        "ysrc": "AQEEL_ZAROO:11:0be2ae",
                        "textsrc": "AQEEL_ZAROO:11:872a0d",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:ebaef5",
                        "ysrc": "AQEEL_ZAROO:11:cd163d",
                        "textsrc": "AQEEL_ZAROO:11:1154a7",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:d3059e",
                        "ysrc": "AQEEL_ZAROO:11:80d9fd",
                        "textsrc": "AQEEL_ZAROO:11:b8fa2a",
                        "textfont": {
                            "size": 14,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:fe6327",
                        "ysrc": "AQEEL_ZAROO:11:3b034e",
                        "textsrc": "AQEEL_ZAROO:11:49c300",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:c5f4a2",
                        "ysrc": "AQEEL_ZAROO:11:4d870c",
                        "textsrc": "AQEEL_ZAROO:11:b88fff",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:8cdee6",
                        "ysrc": "AQEEL_ZAROO:11:2b986a",
                        "textsrc": "AQEEL_ZAROO:11:6abdb9",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:adbe6c",
                        "ysrc": "AQEEL_ZAROO:11:2a205e",
                        "textsrc": "AQEEL_ZAROO:11:36d7d3",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:beb544",
                        "ysrc": "AQEEL_ZAROO:11:e10d3c",
                        "textsrc": "AQEEL_ZAROO:11:861bef",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:cf7aa0",
                        "ysrc": "AQEEL_ZAROO:11:8dd462",
                        "textsrc": "AQEEL_ZAROO:11:69b466",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:fe5364",
                        "ysrc": "AQEEL_ZAROO:11:d83139",
                        "textsrc": "AQEEL_ZAROO:11:1de95a",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:705f81",
                        "ysrc": "AQEEL_ZAROO:11:ee0eae",
                        "textsrc": "AQEEL_ZAROO:11:9f3ea0",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:9177ef",
                        "ysrc": "AQEEL_ZAROO:11:151273",
                        "textsrc": "AQEEL_ZAROO:11:3f84e4",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:df0093",
                        "ysrc": "AQEEL_ZAROO:11:fd94f6",
                        "textsrc": "AQEEL_ZAROO:11:7fcc04",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:988605",
                        "ysrc": "AQEEL_ZAROO:11:e682c3",
                        "textsrc": "AQEEL_ZAROO:11:7a58de",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:921a9c",
                        "ysrc": "AQEEL_ZAROO:11:516610",
                        "textsrc": "AQEEL_ZAROO:11:3535e9",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:25e178",
                        "ysrc": "AQEEL_ZAROO:11:945d64",
                        "textsrc": "AQEEL_ZAROO:11:101b1c",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:395114",
                        "ysrc": "AQEEL_ZAROO:11:2c6ec4",
                        "textsrc": "AQEEL_ZAROO:11:82abfb",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:f1690f",
                        "ysrc": "AQEEL_ZAROO:11:dafa6d",
                        "textsrc": "AQEEL_ZAROO:11:336f80",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:5cc69c",
                        "ysrc": "AQEEL_ZAROO:11:68c36b",
                        "textsrc": "AQEEL_ZAROO:11:4edb1c",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:a8c1fe",
                        "ysrc": "AQEEL_ZAROO:11:7735bd",
                        "textsrc": "AQEEL_ZAROO:11:02c8e4",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:8ce56f",
                        "ysrc": "AQEEL_ZAROO:11:8f98ac",
                        "textsrc": "AQEEL_ZAROO:11:7b6730",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:ba820d",
                        "ysrc": "AQEEL_ZAROO:11:d02822",
                        "textsrc": "AQEEL_ZAROO:11:16c992",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:250701",
                        "ysrc": "AQEEL_ZAROO:11:0dac99",
                        "textsrc": "AQEEL_ZAROO:11:443f50",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:00f147",
                        "ysrc": "AQEEL_ZAROO:11:19bf22",
                        "textsrc": "AQEEL_ZAROO:11:ad12e3",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:d71956",
                        "ysrc": "AQEEL_ZAROO:11:6ac84b",
                        "textsrc": "AQEEL_ZAROO:11:386c21",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:0c4f67",
                        "ysrc": "AQEEL_ZAROO:11:f11729",
                        "textsrc": "AQEEL_ZAROO:11:2c54bc",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:34e2bd",
                        "ysrc": "AQEEL_ZAROO:11:44c1b0",
                        "textsrc": "AQEEL_ZAROO:11:2fdd76",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:45401e",
                        "ysrc": "AQEEL_ZAROO:11:a8b1a6",
                        "textsrc": "AQEEL_ZAROO:11:fc595f",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:f2b27d",
                        "ysrc": "AQEEL_ZAROO:11:96f8f4",
                        "textsrc": "AQEEL_ZAROO:11:456134",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:36822f",
                        "ysrc": "AQEEL_ZAROO:11:b2dde0",
                        "textsrc": "AQEEL_ZAROO:11:13dbdb",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:016489",
                        "ysrc": "AQEEL_ZAROO:11:b8a8bf",
                        "textsrc": "AQEEL_ZAROO:11:391b71",
                        "textfont": {
                            "size": 13,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:e4062e",
                        "ysrc": "AQEEL_ZAROO:11:1296a3",
                        "textsrc": "AQEEL_ZAROO:11:ceb57a",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:f0e0b2",
                        "ysrc": "AQEEL_ZAROO:11:1bdc8f",
                        "textsrc": "AQEEL_ZAROO:11:d45da3",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:fd9c5f",
                        "ysrc": "AQEEL_ZAROO:11:bfeabf",
                        "textsrc": "AQEEL_ZAROO:11:b1edba",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:547631",
                        "ysrc": "AQEEL_ZAROO:11:e70a22",
                        "textsrc": "AQEEL_ZAROO:11:3cf72a",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:34f0b1",
                        "ysrc": "AQEEL_ZAROO:11:d17bfa",
                        "textsrc": "AQEEL_ZAROO:11:ac6d9d",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:eec2be",
                        "ysrc": "AQEEL_ZAROO:11:160cd8",
                        "textsrc": "AQEEL_ZAROO:11:f5eadc",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:4023a2",
                        "ysrc": "AQEEL_ZAROO:11:303be1",
                        "textsrc": "AQEEL_ZAROO:11:e76788",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:55470e",
                        "ysrc": "AQEEL_ZAROO:11:ee7c41",
                        "textsrc": "AQEEL_ZAROO:11:1ac712",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:bf1e19",
                        "ysrc": "AQEEL_ZAROO:11:0ef4d3",
                        "textsrc": "AQEEL_ZAROO:11:6473b4",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:d27c09",
                        "ysrc": "AQEEL_ZAROO:11:2464b6",
                        "textsrc": "AQEEL_ZAROO:11:e429e0",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:8b036b",
                        "ysrc": "AQEEL_ZAROO:11:c3de5f",
                        "textsrc": "AQEEL_ZAROO:11:1a105e",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:5d9852",
                        "ysrc": "AQEEL_ZAROO:11:895fa7",
                        "textsrc": "AQEEL_ZAROO:11:7ac733",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:1bf65d",
                        "ysrc": "AQEEL_ZAROO:11:2461f4",
                        "textsrc": "AQEEL_ZAROO:11:b0a74d",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:f80ce5",
                        "ysrc": "AQEEL_ZAROO:11:005d96",
                        "textsrc": "AQEEL_ZAROO:11:28e4b1",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:c870b0",
                        "ysrc": "AQEEL_ZAROO:11:232cd2",
                        "textsrc": "AQEEL_ZAROO:11:8bb86a",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:d025b6",
                        "ysrc": "AQEEL_ZAROO:11:638877",
                        "textsrc": "AQEEL_ZAROO:11:f214db",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:3ef758",
                        "ysrc": "AQEEL_ZAROO:11:50bb10",
                        "textsrc": "AQEEL_ZAROO:11:ec61e4",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:57c5a2",
                        "ysrc": "AQEEL_ZAROO:11:9f4c54",
                        "textsrc": "AQEEL_ZAROO:11:2182b1",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:7ef528",
                        "ysrc": "AQEEL_ZAROO:11:ee2a8a",
                        "textsrc": "AQEEL_ZAROO:11:008e70",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:90a34c",
                        "ysrc": "AQEEL_ZAROO:11:1850d6",
                        "textsrc": "AQEEL_ZAROO:11:fced82",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:ea7c9c",
                        "ysrc": "AQEEL_ZAROO:11:a84c2f",
                        "textsrc": "AQEEL_ZAROO:11:e5ca87",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:96dd91",
                        "ysrc": "AQEEL_ZAROO:11:9aa963",
                        "textsrc": "AQEEL_ZAROO:11:1dea11",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:b8c737",
                        "ysrc": "AQEEL_ZAROO:11:ee7fc0",
                        "textsrc": "AQEEL_ZAROO:11:9cbf9f",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:d1b967",
                        "ysrc": "AQEEL_ZAROO:11:abe380",
                        "textsrc": "AQEEL_ZAROO:11:05d0a5",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:e7ecc1",
                        "ysrc": "AQEEL_ZAROO:11:ac5ce7",
                        "textsrc": "AQEEL_ZAROO:11:aa3d01",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:b8b26a",
                        "ysrc": "AQEEL_ZAROO:11:47cc11",
                        "textsrc": "AQEEL_ZAROO:11:27f5e1",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:cfd288",
                        "ysrc": "AQEEL_ZAROO:11:719727",
                        "textsrc": "AQEEL_ZAROO:11:0b9c30",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:46c9c1",
                        "ysrc": "AQEEL_ZAROO:11:3348a8",
                        "textsrc": "AQEEL_ZAROO:11:3a1649",
                        "textfont": {
                            "size": 13,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "blue"
                        },
                        "mode": "lines+markers",
                        "name": "Traverse Line",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:4477a8",
                        "ysrc": "AQEEL_ZAROO:11:723353",
                        "marker": {
                            "size": 6,
                            "color": "blue"
                        }
                    },
                    {
                        "mode": "text",
                        "name": "Interior Angles",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:f21d79",
                        "ysrc": "AQEEL_ZAROO:11:9cf263",
                        "textsrc": "AQEEL_ZAROO:11:5fd102",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        }
                    },
                    {
                        "mode": "text",
                        "name": "Magnetic Bearings",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:996bcb",
                        "ysrc": "AQEEL_ZAROO:11:c0597a",
                        "textsrc": "AQEEL_ZAROO:11:dd25b8",
                        "textfont": {
                            "size": 12,
                            "color": "firebrick"
                        }
                    },
                    {
                        "mode": "text",
                        "name": "Segment Lengths",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:11:527eb6",
                        "ysrc": "AQEEL_ZAROO:11:3c5596",
                        "textsrc": "AQEEL_ZAROO:11:80e1c8",
                        "textfont": {
                            "size": 12,
                            "color": "black"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Closed Traverse with Interior Angles, Bearings & Lengths"
                    },
                    "width": 1200,
                    "xaxis": {
                        "title": {
                            "text": "Departure (m)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Latitude (m)"
                        }
                    },
                    "height": 1000,
                    "legend": {
                        "x": 1.02,
                        "y": 1,
                        "font": {
                            "size": 12
                        },
                        "bgcolor": "white",
                        "bordercolor": "black",
                        "borderwidth": 1
                    },
                    "autosize": false,
                    "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#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": 1000,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-19 06:27:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AQEEL_ZAROO",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-19T07:23:37.777761Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/10.embed",
            "fid": "AQEEL_ZAROO:10",
            "filename": "closed-traverse",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/10/9_Q9YGQ8CCFZQO8SLR0EYDJZM0RWCZIJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/10/2_2XOFNA02J6TJTZECXIPB6SSLXN1Q0F.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/10/8_7UCQEXYT43URBYRY9ZY2Q74ZWUEDCQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/10/9_Q9YGQ8CCFZQO8SLR0EYDJZM0RWCZIJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AQEEL_ZAROO:10",
                "plots": "https://api.plotly.com/v2/plots/AQEEL_ZAROO:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=AQEEL_ZAROO"
            },
            "owner": "AQEEL_ZAROO",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/10/",
            "world_readable": true,
            "date_modified": "2025-07-19T07:23:37.789Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "blue"
                        },
                        "mode": "lines+markers+text",
                        "name": "Traverse",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:5d6cd4",
                        "ysrc": "AQEEL_ZAROO:9:719c6a",
                        "marker": {
                            "size": 6,
                            "color": "blue"
                        },
                        "textsrc": "AQEEL_ZAROO:9:7db28e",
                        "textfont": {
                            "size": 14,
                            "color": "black"
                        },
                        "textposition": "top right"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:8223db",
                        "ysrc": "AQEEL_ZAROO:9:9d266c",
                        "textsrc": "AQEEL_ZAROO:9:e5fa18",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:488550",
                        "ysrc": "AQEEL_ZAROO:9:bff059",
                        "textsrc": "AQEEL_ZAROO:9:f64e27",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:456470",
                        "ysrc": "AQEEL_ZAROO:9:561b34",
                        "textsrc": "AQEEL_ZAROO:9:b5ea33",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:638e86",
                        "ysrc": "AQEEL_ZAROO:9:81cbe9",
                        "textsrc": "AQEEL_ZAROO:9:664ade",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:9f2ae4",
                        "ysrc": "AQEEL_ZAROO:9:751829",
                        "textsrc": "AQEEL_ZAROO:9:e26ba9",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:1c2881",
                        "ysrc": "AQEEL_ZAROO:9:6c947d",
                        "textsrc": "AQEEL_ZAROO:9:df2609",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:26abd2",
                        "ysrc": "AQEEL_ZAROO:9:b3fea7",
                        "textsrc": "AQEEL_ZAROO:9:cddc78",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:deafe2",
                        "ysrc": "AQEEL_ZAROO:9:f6ce57",
                        "textsrc": "AQEEL_ZAROO:9:926136",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:5f4dea",
                        "ysrc": "AQEEL_ZAROO:9:351b77",
                        "textsrc": "AQEEL_ZAROO:9:072621",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:46e151",
                        "ysrc": "AQEEL_ZAROO:9:5db536",
                        "textsrc": "AQEEL_ZAROO:9:297e79",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:f2f890",
                        "ysrc": "AQEEL_ZAROO:9:257711",
                        "textsrc": "AQEEL_ZAROO:9:e0c027",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:d37648",
                        "ysrc": "AQEEL_ZAROO:9:ccc1ea",
                        "textsrc": "AQEEL_ZAROO:9:1f2296",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:2822f7",
                        "ysrc": "AQEEL_ZAROO:9:a165b4",
                        "textsrc": "AQEEL_ZAROO:9:dd2398",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:00fa4e",
                        "ysrc": "AQEEL_ZAROO:9:b948c7",
                        "textsrc": "AQEEL_ZAROO:9:29de1a",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:c773c7",
                        "ysrc": "AQEEL_ZAROO:9:e8c629",
                        "textsrc": "AQEEL_ZAROO:9:c9eeae",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:557854",
                        "ysrc": "AQEEL_ZAROO:9:ae9d76",
                        "textsrc": "AQEEL_ZAROO:9:302245",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:b67084",
                        "ysrc": "AQEEL_ZAROO:9:5d94fb",
                        "textsrc": "AQEEL_ZAROO:9:f53c18",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:9a59f2",
                        "ysrc": "AQEEL_ZAROO:9:1df638",
                        "textsrc": "AQEEL_ZAROO:9:ddd802",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:65dcd6",
                        "ysrc": "AQEEL_ZAROO:9:279f8b",
                        "textsrc": "AQEEL_ZAROO:9:e22a7b",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:5e7880",
                        "ysrc": "AQEEL_ZAROO:9:acc3c3",
                        "textsrc": "AQEEL_ZAROO:9:1ee73a",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:ffcffa",
                        "ysrc": "AQEEL_ZAROO:9:9baa08",
                        "textsrc": "AQEEL_ZAROO:9:287996",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:f7851e",
                        "ysrc": "AQEEL_ZAROO:9:fb61e6",
                        "textsrc": "AQEEL_ZAROO:9:d4b68a",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:5c7eea",
                        "ysrc": "AQEEL_ZAROO:9:4b5aa0",
                        "textsrc": "AQEEL_ZAROO:9:99981b",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:5b59d6",
                        "ysrc": "AQEEL_ZAROO:9:5e7c42",
                        "textsrc": "AQEEL_ZAROO:9:90ac94",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:a26a4d",
                        "ysrc": "AQEEL_ZAROO:9:c715cc",
                        "textsrc": "AQEEL_ZAROO:9:885b6e",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:e015b1",
                        "ysrc": "AQEEL_ZAROO:9:058297",
                        "textsrc": "AQEEL_ZAROO:9:15b560",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:123a40",
                        "ysrc": "AQEEL_ZAROO:9:6d02dc",
                        "textsrc": "AQEEL_ZAROO:9:e76895",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:cc0fc4",
                        "ysrc": "AQEEL_ZAROO:9:bbccc5",
                        "textsrc": "AQEEL_ZAROO:9:120fb9",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:bb604d",
                        "ysrc": "AQEEL_ZAROO:9:250c1a",
                        "textsrc": "AQEEL_ZAROO:9:14f000",
                        "textfont": {
                            "size": 12,
                            "color": "green"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:a73eed",
                        "ysrc": "AQEEL_ZAROO:9:f9e120",
                        "textsrc": "AQEEL_ZAROO:9:4767e1",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:5c6e0f",
                        "ysrc": "AQEEL_ZAROO:9:3895ba",
                        "textsrc": "AQEEL_ZAROO:9:a56479",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:e2e7ac",
                        "ysrc": "AQEEL_ZAROO:9:37593f",
                        "textsrc": "AQEEL_ZAROO:9:526618",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:406ca1",
                        "ysrc": "AQEEL_ZAROO:9:1c74c2",
                        "textsrc": "AQEEL_ZAROO:9:6220ec",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:2d0963",
                        "ysrc": "AQEEL_ZAROO:9:cd7ddd",
                        "textsrc": "AQEEL_ZAROO:9:a2d5a9",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:c915da",
                        "ysrc": "AQEEL_ZAROO:9:aa24f4",
                        "textsrc": "AQEEL_ZAROO:9:68e129",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:94b66c",
                        "ysrc": "AQEEL_ZAROO:9:3de046",
                        "textsrc": "AQEEL_ZAROO:9:dba108",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:8156f1",
                        "ysrc": "AQEEL_ZAROO:9:e1c60a",
                        "textsrc": "AQEEL_ZAROO:9:8aee69",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:070e70",
                        "ysrc": "AQEEL_ZAROO:9:c1ff88",
                        "textsrc": "AQEEL_ZAROO:9:5c0aa7",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:fd1979",
                        "ysrc": "AQEEL_ZAROO:9:57b567",
                        "textsrc": "AQEEL_ZAROO:9:ad6382",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:8549ca",
                        "ysrc": "AQEEL_ZAROO:9:9f3f1c",
                        "textsrc": "AQEEL_ZAROO:9:461c17",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:963c73",
                        "ysrc": "AQEEL_ZAROO:9:f5b19f",
                        "textsrc": "AQEEL_ZAROO:9:a5acb6",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:829b0d",
                        "ysrc": "AQEEL_ZAROO:9:ede293",
                        "textsrc": "AQEEL_ZAROO:9:f42fd3",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:0f0b86",
                        "ysrc": "AQEEL_ZAROO:9:b253a5",
                        "textsrc": "AQEEL_ZAROO:9:78cc3e",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:6620e7",
                        "ysrc": "AQEEL_ZAROO:9:a544d4",
                        "textsrc": "AQEEL_ZAROO:9:006dc1",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:5cd28a",
                        "ysrc": "AQEEL_ZAROO:9:9fa983",
                        "textsrc": "AQEEL_ZAROO:9:cf6e43",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:99e9c8",
                        "ysrc": "AQEEL_ZAROO:9:9864be",
                        "textsrc": "AQEEL_ZAROO:9:c09d8d",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:11f3a9",
                        "ysrc": "AQEEL_ZAROO:9:ccffea",
                        "textsrc": "AQEEL_ZAROO:9:f66c1f",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:a2a646",
                        "ysrc": "AQEEL_ZAROO:9:f6be8b",
                        "textsrc": "AQEEL_ZAROO:9:19c498",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:308f3f",
                        "ysrc": "AQEEL_ZAROO:9:eee8ac",
                        "textsrc": "AQEEL_ZAROO:9:9117ca",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:2fd646",
                        "ysrc": "AQEEL_ZAROO:9:166d4a",
                        "textsrc": "AQEEL_ZAROO:9:21661d",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:24480a",
                        "ysrc": "AQEEL_ZAROO:9:46f8f6",
                        "textsrc": "AQEEL_ZAROO:9:7b7d38",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:f804f5",
                        "ysrc": "AQEEL_ZAROO:9:636d2c",
                        "textsrc": "AQEEL_ZAROO:9:8e649a",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:05230b",
                        "ysrc": "AQEEL_ZAROO:9:4d2742",
                        "textsrc": "AQEEL_ZAROO:9:91b0d3",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:00bd00",
                        "ysrc": "AQEEL_ZAROO:9:b340b6",
                        "textsrc": "AQEEL_ZAROO:9:c8cdf2",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:462b85",
                        "ysrc": "AQEEL_ZAROO:9:bf3c20",
                        "textsrc": "AQEEL_ZAROO:9:53b399",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:dc781c",
                        "ysrc": "AQEEL_ZAROO:9:818421",
                        "textsrc": "AQEEL_ZAROO:9:43b194",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:756198",
                        "ysrc": "AQEEL_ZAROO:9:2e1ebf",
                        "textsrc": "AQEEL_ZAROO:9:51f2ba",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:d3e6c2",
                        "ysrc": "AQEEL_ZAROO:9:5e392f",
                        "textsrc": "AQEEL_ZAROO:9:c6fd80",
                        "textfont": {
                            "size": 11,
                            "color": "firebrick"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:3a4600",
                        "ysrc": "AQEEL_ZAROO:9:20778b",
                        "textsrc": "AQEEL_ZAROO:9:6b2b6f",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:cd9b71",
                        "ysrc": "AQEEL_ZAROO:9:e16886",
                        "textsrc": "AQEEL_ZAROO:9:c87e10",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:bcb0f5",
                        "ysrc": "AQEEL_ZAROO:9:9c8206",
                        "textsrc": "AQEEL_ZAROO:9:18489d",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:9c816c",
                        "ysrc": "AQEEL_ZAROO:9:010d35",
                        "textsrc": "AQEEL_ZAROO:9:b644b4",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:d8de2f",
                        "ysrc": "AQEEL_ZAROO:9:82c2cc",
                        "textsrc": "AQEEL_ZAROO:9:8596b9",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:3da9c3",
                        "ysrc": "AQEEL_ZAROO:9:3cd9bd",
                        "textsrc": "AQEEL_ZAROO:9:f08937",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:06922e",
                        "ysrc": "AQEEL_ZAROO:9:df552c",
                        "textsrc": "AQEEL_ZAROO:9:a2028a",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:3d88fc",
                        "ysrc": "AQEEL_ZAROO:9:426175",
                        "textsrc": "AQEEL_ZAROO:9:6b4323",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:63e386",
                        "ysrc": "AQEEL_ZAROO:9:5947f0",
                        "textsrc": "AQEEL_ZAROO:9:46a862",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:ba3268",
                        "ysrc": "AQEEL_ZAROO:9:d655da",
                        "textsrc": "AQEEL_ZAROO:9:cc1868",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:7dc8f9",
                        "ysrc": "AQEEL_ZAROO:9:777289",
                        "textsrc": "AQEEL_ZAROO:9:ff9acc",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:f2b111",
                        "ysrc": "AQEEL_ZAROO:9:1512e2",
                        "textsrc": "AQEEL_ZAROO:9:5d4e97",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:39fa6e",
                        "ysrc": "AQEEL_ZAROO:9:be06b4",
                        "textsrc": "AQEEL_ZAROO:9:091ae3",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:531d6b",
                        "ysrc": "AQEEL_ZAROO:9:198f9f",
                        "textsrc": "AQEEL_ZAROO:9:5a17ee",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:7a7350",
                        "ysrc": "AQEEL_ZAROO:9:121575",
                        "textsrc": "AQEEL_ZAROO:9:9cffaf",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:f7b3f0",
                        "ysrc": "AQEEL_ZAROO:9:e27aea",
                        "textsrc": "AQEEL_ZAROO:9:6e2090",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:1d77c9",
                        "ysrc": "AQEEL_ZAROO:9:e813ea",
                        "textsrc": "AQEEL_ZAROO:9:e2c954",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:f9619a",
                        "ysrc": "AQEEL_ZAROO:9:5821fb",
                        "textsrc": "AQEEL_ZAROO:9:bc3f0b",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:d2c96f",
                        "ysrc": "AQEEL_ZAROO:9:303965",
                        "textsrc": "AQEEL_ZAROO:9:46fa07",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:026e37",
                        "ysrc": "AQEEL_ZAROO:9:ebd476",
                        "textsrc": "AQEEL_ZAROO:9:a75d9e",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:155355",
                        "ysrc": "AQEEL_ZAROO:9:9894d1",
                        "textsrc": "AQEEL_ZAROO:9:18ff9b",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:508b1e",
                        "ysrc": "AQEEL_ZAROO:9:a1a8c5",
                        "textsrc": "AQEEL_ZAROO:9:110285",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:e065c5",
                        "ysrc": "AQEEL_ZAROO:9:3ff006",
                        "textsrc": "AQEEL_ZAROO:9:2a137e",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:7b5d6f",
                        "ysrc": "AQEEL_ZAROO:9:c3edf6",
                        "textsrc": "AQEEL_ZAROO:9:8f3cbe",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:392fc5",
                        "ysrc": "AQEEL_ZAROO:9:14ec8e",
                        "textsrc": "AQEEL_ZAROO:9:f5605b",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:8fdde3",
                        "ysrc": "AQEEL_ZAROO:9:ebb076",
                        "textsrc": "AQEEL_ZAROO:9:499dea",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:727da8",
                        "ysrc": "AQEEL_ZAROO:9:e30678",
                        "textsrc": "AQEEL_ZAROO:9:47bcb4",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:4a61d1",
                        "ysrc": "AQEEL_ZAROO:9:dee2e7",
                        "textsrc": "AQEEL_ZAROO:9:1d5be3",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:9:c64d87",
                        "ysrc": "AQEEL_ZAROO:9:d9c9c8",
                        "textsrc": "AQEEL_ZAROO:9:48f847",
                        "textfont": {
                            "size": 11,
                            "color": "black"
                        },
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Closed Traverse - Chart Studio Version"
                    },
                    "width": 1200,
                    "xaxis": {
                        "title": {
                            "text": "Departure (m)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Latitude (m)"
                        }
                    },
                    "height": 1000,
                    "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#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": 1000,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-19 06:27:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AQEEL_ZAROO",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-19T07:00:01.484836Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/8.embed",
            "fid": "AQEEL_ZAROO:8",
            "filename": "Traverse_With_Angles_And_Bearings",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/8/9_AV7QI3V3HUU6AYKZYZUR4AHGY2E0HI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/8/2_NXOQMYFN3IXYZTDK0KPJNHHA0WP0HV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/8/8_8RSYXN82JF0CH253VXO04ILYVNUQ9T.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/8/9_AV7QI3V3HUU6AYKZYZUR4AHGY2E0HI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AQEEL_ZAROO:8",
                "plots": "https://api.plotly.com/v2/plots/AQEEL_ZAROO:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=AQEEL_ZAROO"
            },
            "owner": "AQEEL_ZAROO",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/8/",
            "world_readable": true,
            "date_modified": "2025-07-19T07:00:01.495Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines+markers+text",
                        "name": "Traverse",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:7:332821",
                        "ysrc": "AQEEL_ZAROO:7:077c4f",
                        "textsrc": "AQEEL_ZAROO:7:1468b4",
                        "textposition": "top center"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Traverse with Interior Angles and Bearings (Full Circle from North)"
                    },
                    "width": 1000,
                    "xaxis": {
                        "title": {
                            "text": "Departure (m)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Latitude (m)"
                        }
                    },
                    "height": 1000,
                    "autosize": false,
                    "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#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": 1000,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-19 06:27:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AQEEL_ZAROO",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-19T06:52:23.573907Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/5.embed",
            "fid": "AQEEL_ZAROO:5",
            "filename": "Traverse_With_Bearings",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/5/9_6Y6LRMR4X83O55EV7Z2LCC9G1AKEHK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/5/2_FQGRNENHES0GOGEB2SE49EOU1DFAMT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/5/8_1P6NJ3W0E6U8W7YS9S0OU2RYAS5I8K.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/5/9_6Y6LRMR4X83O55EV7Z2LCC9G1AKEHK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AQEEL_ZAROO:5",
                "plots": "https://api.plotly.com/v2/plots/AQEEL_ZAROO:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=AQEEL_ZAROO"
            },
            "owner": "AQEEL_ZAROO",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/5/",
            "world_readable": true,
            "date_modified": "2025-07-19T06:58:11.755Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines+markers+text",
                        "name": "Traverse",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:6:0a166c",
                        "ysrc": "AQEEL_ZAROO:6:993fd6",
                        "textsrc": "AQEEL_ZAROO:6:8ffa76",
                        "textposition": "top center"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Traverse Plot with Corrected Bearings (Full Circle from North)"
                    },
                    "width": 1000,
                    "xaxis": {
                        "title": {
                            "text": "Departure (m)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Latitude (m)"
                        }
                    },
                    "height": 1000,
                    "autosize": false,
                    "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#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": 1000,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-19 06:27:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AQEEL_ZAROO",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-19T06:50:09.781608Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/3.embed",
            "fid": "AQEEL_ZAROO:3",
            "filename": "Traverse_With_Angles_And_Dimensions",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/3/9_UGP9LZSMMQ2RBJ8QBF63Q6F8ZLYXPG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/3/2_ZFU7WU39XXKWRHK8AX34HR6L2HWJPK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/3/8_SKV5Q0Q7XQA7JAEZZ4KT5LGQZPSHFL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/3/9_UGP9LZSMMQ2RBJ8QBF63Q6F8ZLYXPG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AQEEL_ZAROO:3",
                "plots": "https://api.plotly.com/v2/plots/AQEEL_ZAROO:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=AQEEL_ZAROO"
            },
            "owner": "AQEEL_ZAROO",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/3/",
            "world_readable": true,
            "date_modified": "2025-07-19T06:50:09.793Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines+markers+text",
                        "name": "Traverse",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:40fabd",
                        "ysrc": "AQEEL_ZAROO:2:88fcda",
                        "textsrc": "AQEEL_ZAROO:2:b4762a",
                        "textposition": "top center"
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:670915",
                        "ysrc": "AQEEL_ZAROO:2:b38df8",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:7fc3c4",
                        "ysrc": "AQEEL_ZAROO:2:e63759",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:8784a0",
                        "ysrc": "AQEEL_ZAROO:2:7c3e2f",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:b63e74",
                        "ysrc": "AQEEL_ZAROO:2:410bc2",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:1115e7",
                        "ysrc": "AQEEL_ZAROO:2:1630c7",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:ab30e6",
                        "ysrc": "AQEEL_ZAROO:2:6a2bd8",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:1e3876",
                        "ysrc": "AQEEL_ZAROO:2:5e288b",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:0fc947",
                        "ysrc": "AQEEL_ZAROO:2:ac7f87",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:7dd2e2",
                        "ysrc": "AQEEL_ZAROO:2:3e56b1",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:2abb6a",
                        "ysrc": "AQEEL_ZAROO:2:3a16f7",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:6f9224",
                        "ysrc": "AQEEL_ZAROO:2:8687ae",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:b19815",
                        "ysrc": "AQEEL_ZAROO:2:54551d",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:53052d",
                        "ysrc": "AQEEL_ZAROO:2:62a85e",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:22c3e4",
                        "ysrc": "AQEEL_ZAROO:2:f81db5",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:3965d4",
                        "ysrc": "AQEEL_ZAROO:2:a25548",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:ae9a3b",
                        "ysrc": "AQEEL_ZAROO:2:d11746",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:8e80f3",
                        "ysrc": "AQEEL_ZAROO:2:be5047",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:32b21f",
                        "ysrc": "AQEEL_ZAROO:2:57c734",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:6f4193",
                        "ysrc": "AQEEL_ZAROO:2:6631c3",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:6776d0",
                        "ysrc": "AQEEL_ZAROO:2:ee8c03",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:0617c9",
                        "ysrc": "AQEEL_ZAROO:2:531853",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:f5c138",
                        "ysrc": "AQEEL_ZAROO:2:4751a7",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:e6952c",
                        "ysrc": "AQEEL_ZAROO:2:286562",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:2ad609",
                        "ysrc": "AQEEL_ZAROO:2:c85252",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:fdae15",
                        "ysrc": "AQEEL_ZAROO:2:0e9101",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:088dfa",
                        "ysrc": "AQEEL_ZAROO:2:299afe",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "dot",
                            "color": "red"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:2:af0dec",
                        "ysrc": "AQEEL_ZAROO:2:dc3d62",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Closed Traverse with Interior Angles (with Angular Dimensions)"
                    },
                    "width": 1000,
                    "xaxis": {
                        "title": {
                            "text": "Departure (m)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Latitude (m)"
                        }
                    },
                    "height": 1000,
                    "autosize": false,
                    "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#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": 1000,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-19 06:27:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AQEEL_ZAROO",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-07-19T06:41:56.772600Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/1.embed",
            "fid": "AQEEL_ZAROO:1",
            "filename": "Traverse_Plot_With_Angles",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/1/9_RK84CR43OD6LMLRQR4V7KRGMEQ88X2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/1/2_SDG73W5WREHGFPNTT3Z383FFBF9A26.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/1/8_KGAPVGF440QJYZS661WONW8XXXAKVH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AQEEL_ZAROO/1/9_RK84CR43OD6LMLRQR4V7KRGMEQ88X2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AQEEL_ZAROO:1",
                "plots": "https://api.plotly.com/v2/plots/AQEEL_ZAROO:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=AQEEL_ZAROO"
            },
            "owner": "AQEEL_ZAROO",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/1/",
            "world_readable": true,
            "date_modified": "2025-07-19T06:41:56.784Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines+markers+text",
                        "name": "Traverse",
                        "type": "scatter",
                        "xsrc": "AQEEL_ZAROO:0:ea6b5f",
                        "ysrc": "AQEEL_ZAROO:0:aa62f0",
                        "textsrc": "AQEEL_ZAROO:0:8dc43a",
                        "textposition": "top center"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Closed Traverse Plot with Interior Angles"
                    },
                    "width": 900,
                    "xaxis": {
                        "title": {
                            "text": "Departure (m)"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Latitude (m)"
                        }
                    },
                    "height": 900,
                    "autosize": false,
                    "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",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#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": 900,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AQEEL_ZAROO",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-19 06:27:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AQEEL_ZAROO",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}