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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTAzLTI4KzEzJTNBNDUlM0E1Mi44Njc5MDklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wMy0yOCsxNCUzQTM4JTNBMzYuODk3NTI1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-03-28T14:38:36.897525Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kayohcm/38.embed",
            "fid": "kayohcm:38",
            "filename": "Exemplo_01",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kayohcm/38/9_T1HWTZMUQWPH572DOEE9OCX1CW6C6M.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kayohcm/38/2_1PHCNGCY63DZEE823E0PXHSFL1YTTZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kayohcm/38/8_FUU7U5VODHBIWM5IZPF8Z2Q2BSNDTY.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kayohcm/38/9_T1HWTZMUQWPH572DOEE9OCX1CW6C6M.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kayohcm:38",
                "plots": "https://api.plotly.com/v2/plots/kayohcm:38",
                "parent": "https://api.plotly.com/v2/folders/home?user=kayohcm"
            },
            "owner": "kayohcm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~kayohcm/38/",
            "world_readable": true,
            "date_modified": "2024-03-28T14:55:18.264Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kayohcm/38/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "SepalLength",
                                "y": "Name"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "kayohcm:37:443554",
                        "ysrc": "kayohcm:37:b9ca6b",
                        "orientation": "h"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "labels": "Name",
                                "values": "PetalLength"
                            }
                        },
                        "type": "pie",
                        "domain": {
                            "x": [
                                0.5,
                                1
                            ],
                            "y": [
                                0.25,
                                1
                            ]
                        },
                        "labelssrc": "kayohcm:37:b9ca6b",
                        "valuessrc": "kayohcm:37:4bf064",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Gráfico Exemplo - Barras"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            346.73684210526307
                        ],
                        "title": {
                            "text": "Click to enter X axis title"
                        },
                        "domain": [
                            0,
                            0.5
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "domain": [
                            0.375,
                            1
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kayohcm",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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": "2023-03-29 17:45:47",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kayohcm",
                "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": "2024-03-28T14:36:03.483466Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~reekic1/1.embed",
            "fid": "reekic1:1",
            "filename": "FuturesTrade",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/reekic1/1/9_PSGHR2T1TVQVJO41L7AD6KWVSBE96U.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/reekic1/1/2_PVJ7JT48TNEBJE739NHA5JILJYKB5L.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/reekic1/1/8_TBLYXW8FI8XT7RO9TVFPVHE35HS7GT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/reekic1/1/9_PSGHR2T1TVQVJO41L7AD6KWVSBE96U.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/reekic1:1",
                "plots": "https://api.plotly.com/v2/plots/reekic1:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=reekic1"
            },
            "owner": "reekic1",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~reekic1/1/",
            "world_readable": true,
            "date_modified": "2024-03-28T14:37:20.342Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~reekic1/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Time",
                                "y": "SPX"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "reekic1:0:e56067",
                        "ysrc": "reekic1:0:3dd77d"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Trade Timeline"
                    },
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2024-03-14 00:18:34.9013",
                            "2024-03-20 20:41:25.0987"
                        ],
                        "autorange": true,
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "day"
                                },
                                {}
                            ],
                            "visible": true
                        }
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            5095.138425610998,
                            5265.50167509217
                        ],
                        "autorange": true
                    },
                    "shapes": [
                        {
                            "x0": "2024-03-15 16:23:58.0611",
                            "x1": "2024-03-18 08:14:29.2998",
                            "y0": 5118.102274312761,
                            "y1": 5201.075959409909,
                            "line": {
                                "color": "rgb(0, 0, 0)",
                                "width": 5
                            },
                            "type": "line",
                            "opacity": 0.31,
                            "fillcolor": "rgb(18, 18, 18)"
                        }
                    ],
                    "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"
                    },
                    "annotations": [
                        {
                            "x": "2024-03-18 13:08:33.824",
                            "y": 5214.61884615421,
                            "ax": 135,
                            "ay": -101,
                            "font": {
                                "size": 24
                            },
                            "text": "Started Hedging&nbsp;<br>(-300K Futures Income)",
                            "arrowhead": 1,
                            "arrowsize": 2.6000000000000014
                        },
                        {
                            "x": "2024-03-16 14:08:27.3609",
                            "y": 5153.729465778167,
                            "ax": -106,
                            "ay": -143,
                            "font": {
                                "size": 26
                            },
                            "text": "Weekend jump (unhedged)",
                            "arrowhead": 2,
                            "arrowsize": 2.300000000000001,
                            "arrowwidth": 2
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~reekic1",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-02-13 21:20:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "reekic1",
                "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": "2024-03-28T14:16:05.754609Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~hedjm/3.embed",
            "fid": "hedjm:3",
            "filename": "Positions",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/hedjm/3/9_EV2R3RQA01G9SFFM2Q1XD2W654Q5A5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/hedjm/3/2_4JDIOADR1542R28T2WXCAA8XXC0ZCI.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hedjm/3/8_4REQCFYWN88XR44M0590L718K19QMF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hedjm/3/9_EV2R3RQA01G9SFFM2Q1XD2W654Q5A5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/hedjm:3",
                "plots": "https://api.plotly.com/v2/plots/hedjm:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=hedjm"
            },
            "owner": "hedjm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~hedjm/3/",
            "world_readable": true,
            "date_modified": "2024-03-28T14:21:52.935Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~hedjm/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "36e717",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(7, 0, 4)",
                            "shape": "linear",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0",
                                "y": "Trace 1"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Trace 1",
                        "type": "scatter",
                        "xsrc": "hedjm:2:cd7527",
                        "ysrc": "hedjm:2:112285"
                    },
                    {
                        "uid": "490f52",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(127, 127, 127)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0",
                                "y": "Trace 2"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Trace 2",
                        "type": "scatter",
                        "xsrc": "hedjm:2:cd7527",
                        "ysrc": "hedjm:2:4fd893",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "opacity": 1
                    },
                    {
                        "uid": "d6c98b",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(48, 151, 222)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0",
                                "y": "Trace 3"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Trace 3",
                        "type": "scatter",
                        "xsrc": "hedjm:2:cd7527",
                        "ysrc": "hedjm:2:e98823",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "9b7a92",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(148, 103, 189)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0",
                                "y": "Trace 4"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Trace 4",
                        "type": "scatter",
                        "xsrc": "hedjm:2:cd7527",
                        "ysrc": "hedjm:2:c5337e",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 14,
                        "family": "Roboto"
                    },
                    "title": {
                        "text": ""
                    },
                    "width": 1077.55,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -66.32339619533886,
                            1056.3233961953388
                        ],
                        "title": {
                            "text": "Time (sec)"
                        },
                        "domain": [
                            0,
                            0.45
                        ],
                        "nticks": -1,
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -7.005694760820045,
                            108.00569476082005
                        ],
                        "title": {
                            "text": "Position"
                        },
                        "domain": [
                            0,
                            0.45
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "height": 605.139,
                    "xaxis2": {
                        "type": "linear",
                        "range": [
                            -98.93477723791486,
                            1023.7120151527628
                        ],
                        "title": {
                            "text": "Time (sec)"
                        },
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1
                        ],
                        "nticks": 0,
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": false
                    },
                    "xaxis3": {
                        "type": "linear",
                        "range": [
                            -66.32339619533886,
                            1056.3233961953388
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "y3",
                        "domain": [
                            0,
                            0.45
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "xaxis4": {
                        "type": "linear",
                        "range": [
                            -66.32339619533889,
                            1056.3233961953388
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "y4",
                        "domain": [
                            0.55,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            -7.005694760820045,
                            108.00569476082005
                        ],
                        "title": {
                            "text": "Position"
                        },
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.45
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": false
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            -7.005694760820045,
                            108.00569476082005
                        ],
                        "title": {
                            "text": "Position"
                        },
                        "anchor": "x3",
                        "domain": [
                            0.55,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "yaxis4": {
                        "type": "linear",
                        "range": [
                            -7.005694760820045,
                            108.00569476082005
                        ],
                        "title": {
                            "text": "Position"
                        },
                        "anchor": "x4",
                        "domain": [
                            0.55,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "colorway": [
                        "#2E91E5",
                        "#E15F99",
                        "#1CA71C",
                        "#FB0D0D",
                        "#DA16FF",
                        "#222A2A",
                        "#B68100",
                        "#750D86",
                        "#EB663B",
                        "#511CFB",
                        "#00A08B",
                        "#FB00D1",
                        "#FC0080",
                        "#B2828D",
                        "#6C7C32",
                        "#778AAE",
                        "#862A16",
                        "#A777F1",
                        "#620042",
                        "#1616A7",
                        "#DA60CA",
                        "#6C4516",
                        "#0D2A63",
                        "#AF0038"
                    ],
                    "dragmode": "pan",
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.21732026143790845,
                            "y": 0.4847058823529411,
                            "text": "<b>Leg</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 0.7941176470588235,
                            "y": 0.4788235294117648,
                            "text": "<b>Hand</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 0.20697167755991286,
                            "y": 1.0564705882352943,
                            "text": "<b>Spine</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 0.7766884531590413,
                            "y": 1.0658823529411765,
                            "text": "<b>Head</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(253, 247, 247)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 605,
            "width": 1077,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~hedjm",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.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": "2024-03-28 13:22:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "hedjm",
                "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": "2024-03-28T14:15:55.858392Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pomarede/278.embed",
            "fid": "pomarede:278",
            "filename": "Sheet_2MRS1175_Pavo_2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/pomarede/278/9_W70TEF1EAEWLME8787PGAWMZS34UX6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/pomarede/278/2_DCDY26R41XKHUHQYIEHCLINHXOX73B.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pomarede/278/8_2DDWWEYKY53MS52MBWNZRYY20VUECD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pomarede/278/9_W70TEF1EAEWLME8787PGAWMZS34UX6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pomarede:278",
                "plots": "https://api.plotly.com/v2/plots/pomarede:278",
                "parent": "https://api.plotly.com/v2/folders/home?user=pomarede"
            },
            "owner": "pomarede",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~pomarede/278/",
            "world_readable": true,
            "date_modified": "2024-03-29T09:49:17.731Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pomarede/278/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "h",
                                "y": "galaxies",
                                "text": "galaxies"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "pomarede:279:09bb5b",
                        "ysrc": "pomarede:279:bc30fc",
                        "marker": {
                            "color": "rgba(131, 134, 189, 0.75)"
                        },
                        "textsrc": "pomarede:279:bc30fc",
                        "textfont": {
                            "size": 15
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "dtick": 10,
                        "range": [
                            -105,
                            105
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 24
                            },
                            "text": "distance h (Mpc)"
                        },
                        "mirror": "ticks",
                        "ticklen": 9,
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "tickmode": "linear",
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 2,
                        "tickwidth": 2
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1151.578947368421
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 24
                            },
                            "text": "counts of 2MRS1175_Groups galaxies"
                        },
                        "mirror": "ticks",
                        "ticklen": 9,
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "autorange": true,
                        "gridcolor": "rgb(235, 240, 248)",
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 2,
                        "tickwidth": 2
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "annotations": [
                        {
                            "x": -56.48819390148553,
                            "y": 1058.5217940926218,
                            "font": {
                                "size": 23,
                                "family": "Arial"
                            },
                            "text": "Pavo Sheet",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pomarede",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "Cosmographer at University Paris-Saclay",
                "nickname": "Daniel Pomarède",
                "website": "https://vimeo.com/pomarede",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-05-07 12:32:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pomarede",
                "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": "2024-03-28T14:06:12.155774Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gr8554/3.embed",
            "fid": "gr8554:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gr8554/3/9_XPVID3BMS569G08PYYXK1U7CL1QR5A.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gr8554/3/2_FTMUHPEARQ0BM85EYOXFR2DKK9ZT2Y.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gr8554/3/8_EONRS1R7FXDWSTWQQI589671SFHCX4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gr8554/3/9_XPVID3BMS569G08PYYXK1U7CL1QR5A.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gr8554:3",
                "plots": "https://api.plotly.com/v2/plots/gr8554:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=gr8554"
            },
            "owner": "gr8554",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~gr8554/3/",
            "world_readable": true,
            "date_modified": "2024-03-28T14:06:12.168Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gr8554/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "y": "W+"
                            }
                        },
                        "mode": "markers",
                        "name": "Wt&nbsp;",
                        "type": "box",
                        "ysrc": "gr8554:2:e0c63f",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "Olig"
                            }
                        },
                        "name": "Olig&nbsp;",
                        "type": "box",
                        "ysrc": "gr8554:2:b2cd5e",
                        "yaxis": "y",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "Lim"
                            }
                        },
                        "name": "Lim",
                        "type": "box",
                        "ysrc": "gr8554:2:2eb780",
                        "boxmean": true,
                        "boxpoints": "all"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "Tup"
                            }
                        },
                        "name": "Tup&nbsp;",
                        "type": "box",
                        "ysrc": "gr8554:2:9943d7",
                        "boxmean": true,
                        "boxpoints": "all"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Crawling Mutation Lab"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5153846153846153,
                            3.5
                        ],
                        "title": {
                            "text": "Larval Strain"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.5555555555555556,
                            10.555555555555555
                        ],
                        "title": {
                            "text": "Crawling speed (lines/min)"
                        },
                        "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/~gr8554",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-05 21:49:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gr8554",
                "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": "2024-03-28T14:05:02.763549Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Dhananjay221146/0.embed",
            "fid": "Dhananjay221146:0",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Dhananjay221146/0/9_GQO98SSLIF4KTHYRFTU67Z9YT71XYT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Dhananjay221146/0/2_7QVWRJOLOHM3TSI723JIM77F6A9Z3B.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dhananjay221146/0/8_G1N0TJPJJMAB76LODH609JB4EOB2GZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Dhananjay221146/0/9_GQO98SSLIF4KTHYRFTU67Z9YT71XYT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dhananjay221146:0",
                "plots": "https://api.plotly.com/v2/plots/Dhananjay221146:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=Dhananjay221146"
            },
            "owner": "Dhananjay221146",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~Dhananjay221146/0/",
            "world_readable": true,
            "date_modified": "2024-03-28T14:05:03.090Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Dhananjay221146/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4e8bc0b2-6c62-4255-ad9c-3d9a2cd78808",
                        "type": "scatter",
                        "xsrc": "Dhananjay221146:1:c2ac92",
                        "ysrc": "Dhananjay221146:1:9eee38"
                    },
                    {
                        "uid": "fd481297-506e-4653-8981-362eee1d2202",
                        "type": "scatter",
                        "xsrc": "Dhananjay221146:1:c2ac92",
                        "ysrc": "Dhananjay221146:1:01493a"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Dhananjay221146",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.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": "2024-03-28 13:05:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Dhananjay221146",
                "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": "2024-03-28T14:04:13.330242Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ccb_939/9.embed",
            "fid": "ccb_939:9",
            "filename": "MPF",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ccb_939/9/9_3BRRY65QVLMV0SK2YQ1ZS57BPU9O50.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ccb_939/9/2_KDM8WJNRI39TXDXJ5KHNL0HJAL0C6D.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ccb_939/9/8_4TZ4M94GFPH5AOQVR907EU6BUA5MFU.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ccb_939/9/9_3BRRY65QVLMV0SK2YQ1ZS57BPU9O50.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ccb_939:9",
                "plots": "https://api.plotly.com/v2/plots/ccb_939:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=ccb_939"
            },
            "owner": "ccb_939",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ccb_939/9/",
            "world_readable": true,
            "date_modified": "2024-12-19T14:36:54.792Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ccb_939/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "",
                        "type": "treemap",
                        "marker": {
                            "cmid": 0,
                            "colorbar": {
                                "title": {
                                    "text": "Return"
                                },
                                "thickness": 10,
                                "tickformat": ".0%"
                            },
                            "colorssrc": "ccb_939:50:ff62d9"
                        },
                        "textsrc": "ccb_939:50:daf546",
                        "maxdepth": 3,
                        "labelssrc": "ccb_939:50:0b3222",
                        "valuessrc": "ccb_939:50:ac8c3b",
                        "parentssrc": "ccb_939:50:72ea61",
                        "branchvalues": "total",
                        "texttemplate": "%{label}<br>return: %{text:.2%}",
                        "hovertemplate": "<b>%{label} </b> <br> Fund size: %{value:.2}<br>1M return: %{color:.2%}"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "name": "",
                                "type": "treemap",
                                "marker": {
                                    "cmid": 0,
                                    "colorbar": {
                                        "title": {
                                            "text": "Return"
                                        },
                                        "thickness": 10,
                                        "tickformat": ".0%"
                                    },
                                    "colorssrc": "ccb_939:50:338c02"
                                },
                                "textsrc": "ccb_939:50:85e87b",
                                "maxdepth": 3,
                                "labelssrc": "ccb_939:50:a0c5a2",
                                "valuessrc": "ccb_939:50:04dea4",
                                "parentssrc": "ccb_939:50:22adfc",
                                "branchvalues": "total",
                                "texttemplate": "%{label}<br>return: %{text:.2%}",
                                "hovertemplate": "<b>%{label} </b> <br> Fund size: %{value:.2}<br>1M return: %{color:.2%}"
                            }
                        ],
                        "name": "frame-1M"
                    },
                    {
                        "data": [
                            {
                                "name": "",
                                "type": "treemap",
                                "marker": {
                                    "cmid": 0,
                                    "colorbar": {
                                        "title": {
                                            "text": "Return"
                                        },
                                        "thickness": 10,
                                        "tickformat": ".0%"
                                    },
                                    "colorssrc": "ccb_939:50:23ea3d"
                                },
                                "textsrc": "ccb_939:50:90d9bb",
                                "maxdepth": 3,
                                "labelssrc": "ccb_939:50:463c4c",
                                "valuessrc": "ccb_939:50:f6c08a",
                                "parentssrc": "ccb_939:50:66f20f",
                                "branchvalues": "total",
                                "texttemplate": "%{label}<br>return: %{text:.2%}",
                                "hovertemplate": "<b>%{label} </b> <br> Fund size: %{value:.2}<br>3M return: %{color:.2%}"
                            }
                        ],
                        "name": "frame-3M"
                    },
                    {
                        "data": [
                            {
                                "name": "",
                                "type": "treemap",
                                "marker": {
                                    "cmid": 0,
                                    "colorbar": {
                                        "title": {
                                            "text": "Return"
                                        },
                                        "thickness": 10,
                                        "tickformat": ".0%"
                                    },
                                    "colorssrc": "ccb_939:50:acd99e"
                                },
                                "textsrc": "ccb_939:50:b80cd6",
                                "maxdepth": 3,
                                "labelssrc": "ccb_939:50:7f8ced",
                                "valuessrc": "ccb_939:50:2fda3d",
                                "parentssrc": "ccb_939:50:f32284",
                                "branchvalues": "total",
                                "texttemplate": "%{label}<br>return: %{text:.2%}",
                                "hovertemplate": "<b>%{label} </b> <br> Fund size: %{value:.2}<br>6M return: %{color:.2%}"
                            }
                        ],
                        "name": "frame-6M"
                    },
                    {
                        "data": [
                            {
                                "name": "",
                                "type": "treemap",
                                "marker": {
                                    "cmid": 0,
                                    "colorbar": {
                                        "title": {
                                            "text": "Return"
                                        },
                                        "thickness": 10,
                                        "tickformat": ".0%"
                                    },
                                    "colorssrc": "ccb_939:50:da8b41"
                                },
                                "textsrc": "ccb_939:50:130f4f",
                                "maxdepth": 3,
                                "labelssrc": "ccb_939:50:9cba96",
                                "valuessrc": "ccb_939:50:d2b7cc",
                                "parentssrc": "ccb_939:50:40d318",
                                "branchvalues": "total",
                                "texttemplate": "%{label}<br>return: %{text:.2%}",
                                "hovertemplate": "<b>%{label} </b> <br> Fund size: %{value:.2}<br>1Y return: %{color:.2%}"
                            }
                        ],
                        "name": "frame-1Y"
                    },
                    {
                        "data": [
                            {
                                "name": "",
                                "type": "treemap",
                                "marker": {
                                    "cmid": 0,
                                    "colorbar": {
                                        "title": {
                                            "text": "Return"
                                        },
                                        "thickness": 10,
                                        "tickformat": ".0%"
                                    },
                                    "colorssrc": "ccb_939:50:acfe5a"
                                },
                                "textsrc": "ccb_939:50:40b24a",
                                "maxdepth": 3,
                                "labelssrc": "ccb_939:50:7bb82a",
                                "valuessrc": "ccb_939:50:0a6dea",
                                "parentssrc": "ccb_939:50:43a0c1",
                                "branchvalues": "total",
                                "texttemplate": "%{label}<br>return: %{text:.2%}",
                                "hovertemplate": "<b>%{label} </b> <br> Fund size: %{value:.2}<br>5Y return: %{color:.2%}"
                            }
                        ],
                        "name": "frame-5Y"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Return of MPF as of Nov 2024"
                    },
                    "width": 800,
                    "xaxis": {
                        "mirror": true,
                        "linecolor": "grey",
                        "linewidth": 1
                    },
                    "yaxis": {
                        "mirror": true,
                        "linecolor": "grey",
                        "linewidth": 1
                    },
                    "height": 800,
                    "margin": {
                        "b": 100,
                        "l": 50,
                        "r": 50,
                        "t": 100,
                        "pad": 4
                    },
                    "sliders": [
                        {
                            "x": 0,
                            "y": 0,
                            "len": 1.0,
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "frame-1M"
                                        ],
                                        {
                                            "mode": "e",
                                            "frame": {
                                                "redraw": true
                                            },
                                            "transition": {
                                                "duration": 200
                                            }
                                        }
                                    ],
                                    "label": "1M",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "frame-3M"
                                        ],
                                        {
                                            "mode": "e",
                                            "frame": {
                                                "redraw": true
                                            },
                                            "transition": {
                                                "duration": 200
                                            }
                                        }
                                    ],
                                    "label": "3M",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "frame-6M"
                                        ],
                                        {
                                            "mode": "e",
                                            "frame": {
                                                "redraw": true
                                            },
                                            "transition": {
                                                "duration": 200
                                            }
                                        }
                                    ],
                                    "label": "6M",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "frame-1Y"
                                        ],
                                        {
                                            "mode": "e",
                                            "frame": {
                                                "redraw": true
                                            },
                                            "transition": {
                                                "duration": 200
                                            }
                                        }
                                    ],
                                    "label": "1Y",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "frame-5Y"
                                        ],
                                        {
                                            "mode": "e",
                                            "frame": {
                                                "redraw": true
                                            },
                                            "transition": {
                                                "duration": 200
                                            }
                                        }
                                    ],
                                    "label": "5Y",
                                    "method": "animate"
                                }
                            ],
                            "active": 1,
                            "transition": {
                                "duration": 0
                            },
                            "currentvalue": {
                                "font": {
                                    "size": 12
                                },
                                "prefix": "Year: ",
                                "visible": true,
                                "xanchor": "center"
                            }
                        }
                    ],
                    "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
                            }
                        }
                    },
                    "coloraxis": {
                        "colorbar": {
                            "tickformat": ".0%"
                        }
                    },
                    "updatemenus": [
                        {
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": true,
                                                "duration": 600
                                            },
                                            "transition": {
                                                "duration": 200
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "play",
                                    "method": "animate"
                                }
                            ]
                        }
                    ]
                }
            },
            "height": 800,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ccb_939",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-26 15:59:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ccb_939",
                "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": "2024-03-28T14:01:33.453091Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~hedjm/1.embed",
            "fid": "hedjm:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/hedjm/1/9_HYIJCBJL51IJJA7SQHDELLGNT4DPNK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/hedjm/1/2_FGDDWE3REDAF2A4OVKBXBXBYAYLKCU.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hedjm/1/8_BQ0QF2N0OU812ZQCVVVWC2F7Q15OGE.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hedjm/1/9_HYIJCBJL51IJJA7SQHDELLGNT4DPNK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/hedjm:1",
                "plots": "https://api.plotly.com/v2/plots/hedjm:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=hedjm"
            },
            "owner": "hedjm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~hedjm/1/",
            "world_readable": true,
            "date_modified": "2024-03-28T14:01:33.478Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~hedjm/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "36e717",
                        "line": {
                            "dash": "dashdot",
                            "color": "rgb(227, 119, 194)",
                            "shape": "linear",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0",
                                "y": "Trace 1"
                            }
                        },
                        "mode": "lines",
                        "name": "Trace 1",
                        "type": "scatter",
                        "xsrc": "hedjm:0:fdcfda",
                        "ysrc": "hedjm:0:778f55"
                    },
                    {
                        "uid": "490f52",
                        "line": {
                            "dash": "dashdot",
                            "color": "rgb(127, 127, 127)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0",
                                "y": "Trace 2"
                            }
                        },
                        "mode": "lines",
                        "name": "Trace 2",
                        "type": "scatter",
                        "xsrc": "hedjm:0:fdcfda",
                        "ysrc": "hedjm:0:93ad29",
                        "xaxis": "x2",
                        "yaxis": "y2"
                    },
                    {
                        "uid": "d6c98b",
                        "line": {
                            "dash": "dashdot",
                            "color": "rgb(48, 151, 222)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0",
                                "y": "Trace 3"
                            }
                        },
                        "mode": "lines",
                        "name": "Trace 3",
                        "type": "scatter",
                        "xsrc": "hedjm:0:fdcfda",
                        "ysrc": "hedjm:0:afee02",
                        "xaxis": "x3",
                        "yaxis": "y3"
                    },
                    {
                        "uid": "9b7a92",
                        "line": {
                            "dash": "dashdot",
                            "color": "rgb(148, 103, 189)",
                            "width": 3
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0",
                                "y": "Trace 4"
                            }
                        },
                        "mode": "lines",
                        "name": "Trace 4",
                        "type": "scatter",
                        "xsrc": "hedjm:0:fdcfda",
                        "ysrc": "hedjm:0:c206a9",
                        "xaxis": "x4",
                        "yaxis": "y4"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 14,
                        "family": "Roboto"
                    },
                    "title": {
                        "text": ""
                    },
                    "width": 1077.55,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            10
                        ],
                        "title": {
                            "text": ""
                        },
                        "domain": [
                            0,
                            0.45
                        ],
                        "nticks": -1,
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1.1104443857222224,
                            1.1107521687222222
                        ],
                        "title": {
                            "text": ""
                        },
                        "domain": [
                            0,
                            0.45
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "height": 605.139,
                    "xaxis2": {
                        "type": "linear",
                        "range": [
                            0,
                            10
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "y2",
                        "domain": [
                            0.55,
                            1
                        ],
                        "nticks": 0,
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "xaxis3": {
                        "type": "linear",
                        "range": [
                            0,
                            10
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "y3",
                        "domain": [
                            0,
                            0.45
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "xaxis4": {
                        "type": "linear",
                        "range": [
                            0,
                            10
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "y4",
                        "domain": [
                            0.55,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            -1.1088177090555555,
                            1.1109809120555556
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.45
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            -1.1095799668888888,
                            1.1110210308888888
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x3",
                        "domain": [
                            0.55,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "yaxis4": {
                        "type": "linear",
                        "range": [
                            -1.1106484006666666,
                            1.1103713326666667
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x4",
                        "domain": [
                            0.55,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 12
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.15305010893246182,
                            "y": 0.4447058823529411,
                            "text": "<b>Subplot 1: sin(x)</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 0.8529411764705882,
                            "y": 0.4552941176470589,
                            "text": "<b>Subplot 2: sin(2x)</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 0.14161220043572986,
                            "y": 1.091764705882353,
                            "text": "<b>Subplot 3: sin(4x)</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        },
                        {
                            "x": 0.8420479302832243,
                            "y": 1.0941176470588236,
                            "text": "<b>Subplot 4: sin(8x)</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "rgb(198, 192, 192)",
                    "paper_bgcolor": "rgb(198, 192, 192)"
                }
            },
            "height": 605,
            "width": 1077,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~hedjm",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.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": "2024-03-28 13:22:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "hedjm",
                "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": "2024-03-28T13:50:28.345912Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~hdouABN/1.embed",
            "fid": "hdouABN:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/hdouABN/1/9_RUKZ969VOJ3802ER6BCT3PJSKIED2N.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/hdouABN/1/2_Y3ZJ4195U42MZTNE1V95T1IWQE30JC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hdouABN/1/8_HV1U7F9JQ3OBRXOR2PIUFC1T82NZPG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hdouABN/1/9_RUKZ969VOJ3802ER6BCT3PJSKIED2N.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/hdouABN:1",
                "plots": "https://api.plotly.com/v2/plots/hdouABN:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=hdouABN"
            },
            "owner": "hdouABN",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~hdouABN/1/",
            "world_readable": true,
            "date_modified": "2024-03-28T13:50:28.357Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~hdouABN/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "hdouABN:0:0fcdcd",
                        "ysrc": "hdouABN:0:cbd3fb",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            3.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            10.526315789473685
                        ],
                        "title": {
                            "text": "Click to enter Y axis title"
                        },
                        "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/~hdouABN",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-28 13:46:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "hdouABN",
                "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": "2024-03-28T13:45:52.867909Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~MarkBlakely/3.embed",
            "fid": "MarkBlakely:3",
            "filename": "Efficacy, Safety and Admin",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/MarkBlakely:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MarkBlakely/3/2_JW2UR2T3B1MH573AQIB6CPLH3N1WVA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MarkBlakely/3/8_E3D0VQ16PH2OWL7BLQ07LEKKFMJO9T.png",
                "list-thumb": "https://api.plotly.com/v2/files/MarkBlakely:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MarkBlakely:3",
                "plots": "https://api.plotly.com/v2/plots/MarkBlakely:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=MarkBlakely"
            },
            "owner": "MarkBlakely",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~MarkBlakely/3/",
            "world_readable": true,
            "date_modified": "2024-03-28T13:45:52.878Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~MarkBlakely/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Administration",
                                "y": "Safety",
                                "z": "Efficacy",
                                "marker": {
                                    "size": "Efficacy",
                                    "color": "Efficacy"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "MarkBlakely:2:d87b3a",
                        "ysrc": "MarkBlakely:2:99fc52",
                        "zsrc": "MarkBlakely:2:6ee869",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "size": "Efficacy",
                                    "color": "Efficacy"
                                }
                            },
                            "symbol": "circle",
                            "opacity": 1,
                            "sizeref": 0.0049382716049382715,
                            "sizesrc": "MarkBlakely:2:6ee869",
                            "colorsrc": "MarkBlakely:2:6ee869",
                            "sizemode": "area",
                            "colorscale": [
                                [
                                    0,
                                    "#2e91e5"
                                ],
                                [
                                    0.043478260869565216,
                                    "#e15f99"
                                ],
                                [
                                    0.08695652173913043,
                                    "#1ca71c"
                                ],
                                [
                                    0.13043478260869565,
                                    "#fb0d0d"
                                ],
                                [
                                    0.17391304347826086,
                                    "#da16ff"
                                ],
                                [
                                    0.21739130434782608,
                                    "#222a2a"
                                ],
                                [
                                    0.2608695652173913,
                                    "#b68100"
                                ],
                                [
                                    0.30434782608695654,
                                    "#750d86"
                                ],
                                [
                                    0.34782608695652173,
                                    "#eb663b"
                                ],
                                [
                                    0.391304347826087,
                                    "#511cfb"
                                ],
                                [
                                    0.43478260869565216,
                                    "#00a08b"
                                ],
                                [
                                    0.4782608695652174,
                                    "#fb00d1"
                                ],
                                [
                                    0.5217391304347826,
                                    "#fc0080"
                                ],
                                [
                                    0.5652173913043478,
                                    "#b2828d"
                                ],
                                [
                                    0.6086956521739131,
                                    "#6c7c32"
                                ],
                                [
                                    0.6521739130434783,
                                    "#778aae"
                                ],
                                [
                                    0.6956521739130435,
                                    "#862a16"
                                ],
                                [
                                    0.7391304347826086,
                                    "#a777f1"
                                ],
                                [
                                    0.782608695652174,
                                    "#620042"
                                ],
                                [
                                    0.8260869565217391,
                                    "#1616a7"
                                ],
                                [
                                    0.8695652173913043,
                                    "#da60ca"
                                ],
                                [
                                    0.9130434782608695,
                                    "#6c4516"
                                ],
                                [
                                    0.9565217391304348,
                                    "#0d2a63"
                                ],
                                [
                                    1,
                                    "#af0038"
                                ]
                            ]
                        },
                        "hoverinfo": "x+y+z",
                        "hoverlabel": {
                            "namelength": 12
                        },
                        "hovertemplate": " ",
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Arial"
                    },
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                1,
                                10
                            ],
                            "tick0": 1,
                            "title": {
                                "text": "Administration"
                            },
                            "tickmode": "linear",
                            "autorange": false,
                            "gridwidth": 1
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                1,
                                10
                            ],
                            "tick0": 1,
                            "title": {
                                "text": "Safety"
                            },
                            "tickmode": "linear",
                            "autorange": false
                        },
                        "zaxis": {
                            "type": "linear",
                            "range": [
                                1,
                                10
                            ],
                            "tick0": 1,
                            "title": {
                                "text": "Efficacy"
                            },
                            "tickmode": "linear",
                            "autorange": false
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.2412003559569875,
                                "y": 1.5826468361219548,
                                "z": 0.8013430404548446
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 0.9410360288810286,
                            "y": 0.9410360288810286,
                            "z": 1.1292432346572345
                        }
                    },
                    "title": {
                        "text": "<br>"
                    },
                    "width": 1904,
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "height": 895,
                    "legend": {
                        "itemsizing": "constant",
                        "traceorder": "reversed"
                    },
                    "barmode": "stack",
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "clickmode": "select",
                    "colorscale": {
                        "diverging": [
                            [
                                0,
                                "#67001f"
                            ],
                            [
                                0.1,
                                "#b2182b"
                            ],
                            [
                                0.2,
                                "#d6604d"
                            ],
                            [
                                0.3,
                                "#f4a582"
                            ],
                            [
                                0.4,
                                "#fddbc7"
                            ],
                            [
                                0.5,
                                "#f7f7f7"
                            ],
                            [
                                0.6,
                                "#d1e5f0"
                            ],
                            [
                                0.7,
                                "#92c5de"
                            ],
                            [
                                0.8,
                                "#4393c3"
                            ],
                            [
                                0.9,
                                "#2166ac"
                            ],
                            [
                                1,
                                "#053061"
                            ]
                        ]
                    },
                    "showlegend": false,
                    "annotations": [],
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": 895,
            "width": 1904,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~MarkBlakely",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-27 13:24:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "MarkBlakely",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}