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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTE3KzEzJTNBNTMlM0ExNS40ODE4NzglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xNysxNSUzQTAyJTNBMzMuOTE3NjU2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-17T15:02:33.917656Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~yannickO/1.embed",
            "fid": "yannickO:1",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/yannickO/1/9_PL2CSTXP52269F1RYK6ZPTUD0VH42D.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/yannickO/1/2_WJCFSUOX0WJ6GN42NGXG3TGIKYFB39.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yannickO/1/8_GNKUJ5SMFFS140RNO208JGRBC4AJ2V.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/yannickO/1/9_PL2CSTXP52269F1RYK6ZPTUD0VH42D.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/yannickO:1",
                "plots": "https://api.plotly.com/v2/plots/yannickO:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=yannickO"
            },
            "owner": "yannickO",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~yannickO/1/",
            "world_readable": true,
            "date_modified": "2024-04-17T15:02:33.926Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~yannickO/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "scatter",
                        "xsrc": "yannickO:0:1c96bb",
                        "ysrc": "yannickO:0:c29eb9"
                    },
                    {
                        "type": "scatter",
                        "xsrc": "yannickO:0:cad041",
                        "ysrc": "yannickO:0:5cfd44"
                    }
                ],
                "layout": {
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~yannickO",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-17 14:55:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "yannickO",
                "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-04-17T14:55:13.241661Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mwellerRWTH/21.embed",
            "fid": "mwellerRWTH:21",
            "filename": "48NodesPlot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mwellerRWTH/21/9_WZ47REA5DOJXPJOCNSHN3BW1FVBSJV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mwellerRWTH/21/2_FR8BW39SV9263ZC2O5S9RSLXZK27OC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mwellerRWTH/21/8_B4DCKUU0KJ9V3FEQSDB6NZ3SMJHWYV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mwellerRWTH/21/9_WZ47REA5DOJXPJOCNSHN3BW1FVBSJV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mwellerRWTH:21",
                "plots": "https://api.plotly.com/v2/plots/mwellerRWTH:21",
                "parent": "https://api.plotly.com/v2/folders/home?user=mwellerRWTH"
            },
            "owner": "mwellerRWTH",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~mwellerRWTH/21/",
            "world_readable": true,
            "date_modified": "2024-04-17T22:06:45.804Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mwellerRWTH/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "iorHardWrite",
                                "y": ""
                            }
                        },
                        "mode": "markers",
                        "name": "ior hard write",
                        "type": "box",
                        "xsrc": "mwellerRWTH:20:f6b960",
                        "boxpoints": false,
                        "showlegend": false,
                        "orientation": "h",
                        "selectedpoints": []
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "iorHardRead",
                                "y": ""
                            }
                        },
                        "name": "ior hard read",
                        "type": "box",
                        "xsrc": "mwellerRWTH:20:c773db",
                        "boxpoints": false,
                        "showlegend": false,
                        "orientation": "h",
                        "selectedpoints": []
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -0.0033442222222222224,
                            0.09610022222222223
                        ],
                        "ticks": "",
                        "title": {
                            "text": "GiB/s"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "showline": true,
                        "autorange": true,
                        "showspikes": false,
                        "tickformat": "",
                        "rangeslider": {
                            "range": [
                                0.016576444444444435,
                                0.9897075555555556
                            ],
                            "visible": false,
                            "autorange": true
                        },
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "ticks": "",
                        "title": {
                            "text": ""
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            0.5
                        ],
                        "autorange": true,
                        "showspikes": false
                    },
                    "legend": {
                        "x": 0.7133328104165033,
                        "y": 1.5412457912457913
                    },
                    "margin": {
                        "pad": 5
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "dragmode": "select",
                    "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"
                    },
                    "clickmode": "select",
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": []
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mwellerRWTH",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-15 13:43:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mwellerRWTH",
                "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-04-17T14:50:04.673541Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pmontenegro/1.embed",
            "fid": "pmontenegro:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/pmontenegro/1/9_9MS7NTZCJUAJUBLSILUAVYDXBKMD82.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/pmontenegro/1/2_J1UCTFRC8RGSRPOB1MO37ZAUHSOUOT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pmontenegro/1/8_A66VU2QTNMBDBPQQ2LCY974KXMSSXK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pmontenegro/1/9_9MS7NTZCJUAJUBLSILUAVYDXBKMD82.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pmontenegro:1",
                "plots": "https://api.plotly.com/v2/plots/pmontenegro:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=pmontenegro"
            },
            "owner": "pmontenegro",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~pmontenegro/1/",
            "world_readable": true,
            "date_modified": "2024-04-17T15:12:24.401Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pmontenegro/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "studytime"
                            }
                        },
                        "mode": "markers",
                        "type": "box",
                        "xsrc": "pmontenegro:0:5e1c48",
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "sex",
                                "y": "age"
                            }
                        },
                        "name": "trace 1",
                        "type": "bar",
                        "xsrc": "pmontenegro:0:4c29ee",
                        "ysrc": "pmontenegro:0:1ce656",
                        "boxpoints": false,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "activities",
                                "y": "school"
                            }
                        },
                        "type": "histogram",
                        "xsrc": "pmontenegro:0:791a75",
                        "ysrc": "pmontenegro:0:5b770b",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Weekly Study Time (hours)"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.5,
                            4.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -21.888888888888886,
                            415.8888888888889
                        ],
                        "title": {
                            "text": "Click to enter Y axis title"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "rgb(231,231,240)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "rgb(183,183,191)"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(36,36,36)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(36,36,36)"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "rgb(36,36,36)",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "rgb(36,36,36)"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "outside",
                                            "ticklen": 8,
                                            "tickcolor": "rgb(36,36,36)",
                                            "tickwidth": 2,
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "outside",
                                        "ticklen": 8,
                                        "tickcolor": "rgb(36,36,36)",
                                        "tickwidth": 2,
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "rgb(234,234,242)",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "rgb(36,36,36)"
                            },
                            "polar": {
                                "bgcolor": "rgb(234,234,242)",
                                "radialaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "rgb(234,234,242)"
                                }
                            },
                            "xaxis": {
                                "ticks": "",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "yaxis": {
                                "ticks": "",
                                "showgrid": true,
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "showgrid": true,
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "rgb(234,234,242)"
                            },
                            "colorway": [
                                "rgb(76,114,176)",
                                "rgb(221,132,82)",
                                "rgb(85,168,104)",
                                "rgb(196,78,82)",
                                "rgb(129,114,179)",
                                "rgb(147,120,96)",
                                "rgb(218,139,195)",
                                "rgb(140,140,140)",
                                "rgb(204,185,116)",
                                "rgb(100,181,205)"
                            ],
                            "hovermode": "closest",
                            "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"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "rgb(2,4,25)"
                                    ],
                                    [
                                        0.06274509803921569,
                                        "rgb(24,15,41)"
                                    ],
                                    [
                                        0.12549019607843137,
                                        "rgb(47,23,57)"
                                    ],
                                    [
                                        0.18823529411764706,
                                        "rgb(71,28,72)"
                                    ],
                                    [
                                        0.25098039215686274,
                                        "rgb(97,30,82)"
                                    ],
                                    [
                                        0.3137254901960784,
                                        "rgb(123,30,89)"
                                    ],
                                    [
                                        0.3764705882352941,
                                        "rgb(150,27,91)"
                                    ],
                                    [
                                        0.4392156862745098,
                                        "rgb(177,22,88)"
                                    ],
                                    [
                                        0.5019607843137255,
                                        "rgb(203,26,79)"
                                    ],
                                    [
                                        0.5647058823529412,
                                        "rgb(223,47,67)"
                                    ],
                                    [
                                        0.6274509803921569,
                                        "rgb(236,76,61)"
                                    ],
                                    [
                                        0.6901960784313725,
                                        "rgb(242,107,73)"
                                    ],
                                    [
                                        0.7529411764705882,
                                        "rgb(244,135,95)"
                                    ],
                                    [
                                        0.8156862745098039,
                                        "rgb(245,162,122)"
                                    ],
                                    [
                                        0.8784313725490196,
                                        "rgb(246,188,153)"
                                    ],
                                    [
                                        0.9411764705882353,
                                        "rgb(247,212,187)"
                                    ],
                                    [
                                        1,
                                        "rgb(250,234,220)"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "rgb(2,4,25)"
                                    ],
                                    [
                                        0.06274509803921569,
                                        "rgb(24,15,41)"
                                    ],
                                    [
                                        0.12549019607843137,
                                        "rgb(47,23,57)"
                                    ],
                                    [
                                        0.18823529411764706,
                                        "rgb(71,28,72)"
                                    ],
                                    [
                                        0.25098039215686274,
                                        "rgb(97,30,82)"
                                    ],
                                    [
                                        0.3137254901960784,
                                        "rgb(123,30,89)"
                                    ],
                                    [
                                        0.3764705882352941,
                                        "rgb(150,27,91)"
                                    ],
                                    [
                                        0.4392156862745098,
                                        "rgb(177,22,88)"
                                    ],
                                    [
                                        0.5019607843137255,
                                        "rgb(203,26,79)"
                                    ],
                                    [
                                        0.5647058823529412,
                                        "rgb(223,47,67)"
                                    ],
                                    [
                                        0.6274509803921569,
                                        "rgb(236,76,61)"
                                    ],
                                    [
                                        0.6901960784313725,
                                        "rgb(242,107,73)"
                                    ],
                                    [
                                        0.7529411764705882,
                                        "rgb(244,135,95)"
                                    ],
                                    [
                                        0.8156862745098039,
                                        "rgb(245,162,122)"
                                    ],
                                    [
                                        0.8784313725490196,
                                        "rgb(246,188,153)"
                                    ],
                                    [
                                        0.9411764705882353,
                                        "rgb(247,212,187)"
                                    ],
                                    [
                                        1,
                                        "rgb(250,234,220)"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "rgb(234,234,242)",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.5,
                                "fillcolor": "rgb(67,103,167)"
                            },
                            "annotationdefaults": {
                                "arrowcolor": "rgb(67,103,167)"
                            }
                        },
                        "themeRef": "SEABORN"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pmontenegro",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.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-04-17 14:20:20",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pmontenegro",
                "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-04-17T14:45:42.895485Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Maania/2.embed",
            "fid": "Maania:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Maania/2/9_HGEC3435BX7JGQWO3PPM5RE3SU9O75.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Maania/2/2_BDN2SFQ4XRVBAXYFKACZZY7WUEXGXA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Maania/2/8_HNHOKEG5P07KQZPAASJXBL3DHXXXLB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Maania/2/9_HGEC3435BX7JGQWO3PPM5RE3SU9O75.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Maania:2",
                "plots": "https://api.plotly.com/v2/plots/Maania:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=Maania"
            },
            "owner": "Maania",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Maania/2/",
            "world_readable": true,
            "date_modified": "2024-04-17T14:45:42.906Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Maania/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "723fe8",
                        "meta": {
                            "columnNames": {
                                "x": "title length",
                                "y": "Avg per project"
                            }
                        },
                        "mode": "lines",
                        "name": "Avg per project",
                        "type": "scatter",
                        "xsrc": "Maania:1:c52c04",
                        "ysrc": "Maania:1:78b702",
                        "marker": {
                            "color": "rgb(255, 127, 14)",
                            "sizeref": 0.028149617325,
                            "sizemode": "area"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Project reads by the length of the project's title"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            25,
                            150
                        ],
                        "title": {
                            "text": "Project title length by characters"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            11.829737012222223,
                            23.08232316777778
                        ],
                        "title": {
                            "text": "Average number of project reads"
                        },
                        "autorange": true
                    },
                    "bargap": 0.38,
                    "autosize": true,
                    "hovermode": "x"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Maania",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-17 14:45:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Maania",
                "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-04-17T14:39:17.867063Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Thaopp.l.2023/1.embed",
            "fid": "Thaopp.l.2023:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Thaopp.l.2023/1/9_DXTWIFTE0956O5VCV7WBB8B73DY7JN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Thaopp.l.2023/1/2_UYEMHFYMIOJO7BW7I1GA6ZGAKGUVJJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Thaopp.l.2023/1/8_S2P1515P2QY2DC3BM3N4NSL8KNO28V.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Thaopp.l.2023/1/9_DXTWIFTE0956O5VCV7WBB8B73DY7JN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Thaopp.l.2023:1",
                "plots": "https://api.plotly.com/v2/plots/Thaopp.l.2023:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Thaopp.l.2023"
            },
            "owner": "Thaopp.l.2023",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Thaopp.l.2023/1/",
            "world_readable": true,
            "date_modified": "2024-04-18T01:09:02.721Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Thaopp.l.2023/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Avg per project",
                                "y": "title length"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "Thaopp.l.2023:0:da85a8",
                        "ysrc": "Thaopp.l.2023:0:f50646",
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(25, 25, 25)",
                        "family": "Droid Serif"
                    },
                    "title": {
                        "text": "Your current income"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.032018248131346044,
                            0.03202046295768185
                        ],
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "category",
                        "range": [
                            6.941855467577961,
                            6.9659704450604005
                        ],
                        "autorange": false
                    },
                    "bargap": 0.38,
                    "legend": {
                        "x": 1.4173063973063973,
                        "y": 0.9766763848396501,
                        "title": {
                            "text": "<br>"
                        },
                        "orientation": "v"
                    },
                    "autosize": true,
                    "colorway": [
                        "#3366cc",
                        "#dc3912",
                        "#ff9900",
                        "#109618",
                        "#990099",
                        "#0099c6",
                        "#dd4477",
                        "#66aa00",
                        "#b82e2e",
                        "#316395"
                    ],
                    "hovermode": "closest",
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#fff5eb"
                            ],
                            [
                                0.125,
                                "#fee6ce"
                            ],
                            [
                                0.25,
                                "#fdd0a2"
                            ],
                            [
                                0.375,
                                "#fdae6b"
                            ],
                            [
                                0.5,
                                "#fd8d3c"
                            ],
                            [
                                0.625,
                                "#f16913"
                            ],
                            [
                                0.75,
                                "#d94801"
                            ],
                            [
                                0.875,
                                "#a63603"
                            ],
                            [
                                1,
                                "#7f2704"
                            ]
                        ]
                    },
                    "showlegend": true,
                    "piecolorway": [
                        "#3366cc",
                        "#dc3912",
                        "#ff9900",
                        "#109618",
                        "#990099",
                        "#0099c6",
                        "#dd4477",
                        "#66aa00",
                        "#b82e2e",
                        "#316395"
                    ],
                    "hiddenlabels": [
                        "150",
                        "3"
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Thaopp.l.2023",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.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-04-17 14:38:59",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Thaopp.l.2023",
                "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-04-17T14:31:09.592396Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ethan_project94/9.embed",
            "fid": "ethan_project94:9",
            "filename": "playoff_team_goal_diff",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/9/9_0AWLAP3W5I3XR27RZ4WY5PZSTSRZZ2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/9/2_DERW2OYRUK6XHNOHFTCOPO3HNHVZR7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/9/8_0J2T0J0FDBSZSETNN7VHUJZC009FRR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/9/9_0AWLAP3W5I3XR27RZ4WY5PZSTSRZZ2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ethan_project94:9",
                "plots": "https://api.plotly.com/v2/plots/ethan_project94:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=ethan_project94"
            },
            "owner": "ethan_project94",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 273,
            "web_url": "https://chart-studio.plotly.com/~ethan_project94/9/",
            "world_readable": true,
            "date_modified": "2024-04-18T09:57:21.295Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ethan_project94/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(218,165,32,1)"
                        },
                        "mode": "lines",
                        "name": "Boston Bruins",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:e773dd",
                        "ysrc": "ethan_project94:8:4da872",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(218,165,32,1)"
                            },
                            "color": "rgba(218,165,32,1)"
                        },
                        "error_x": {
                            "color": "rgba(218,165,32,1)"
                        },
                        "error_y": {
                            "color": "rgba(218,165,32,1)"
                        },
                        "textsrc": "ethan_project94:8:1ae0a9",
                        "textfont": {
                            "color": "rgba(218,165,32,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:25246d"
                    },
                    {
                        "line": {
                            "color": "rgba(136,8,8,1)"
                        },
                        "mode": "lines",
                        "name": "Carolina Hurricanes",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:4a1111",
                        "ysrc": "ethan_project94:8:c84ae7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(136,8,8,1)"
                            },
                            "color": "rgba(136,8,8,1)"
                        },
                        "error_x": {
                            "color": "rgba(136,8,8,1)"
                        },
                        "error_y": {
                            "color": "rgba(136,8,8,1)"
                        },
                        "textsrc": "ethan_project94:8:5295e2",
                        "textfont": {
                            "color": "rgba(136,8,8,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:5cb461"
                    },
                    {
                        "line": {
                            "color": "rgba(111,38,61,1)"
                        },
                        "mode": "lines",
                        "name": "Colorado Avalanche",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:dfc453",
                        "ysrc": "ethan_project94:8:48be24",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(111,38,61,1)"
                            },
                            "color": "rgba(111,38,61,1)"
                        },
                        "error_x": {
                            "color": "rgba(111,38,61,1)"
                        },
                        "error_y": {
                            "color": "rgba(111,38,61,1)"
                        },
                        "textsrc": "ethan_project94:8:b85ab6",
                        "textfont": {
                            "color": "rgba(111,38,61,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:ae8c6f"
                    },
                    {
                        "line": {
                            "color": "rgba(0,132,61,1)"
                        },
                        "mode": "lines",
                        "name": "Dallas Stars",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:739d05",
                        "ysrc": "ethan_project94:8:09cce8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,132,61,1)"
                            },
                            "color": "rgba(0,132,61,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,132,61,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,132,61,1)"
                        },
                        "textsrc": "ethan_project94:8:8ee739",
                        "textfont": {
                            "color": "rgba(0,132,61,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:83307f"
                    },
                    {
                        "line": {
                            "color": "rgba(207,69,2,1)"
                        },
                        "mode": "lines",
                        "name": "Edmonton Oilers",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:0665dd",
                        "ysrc": "ethan_project94:8:d44625",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(207,69,2,1)"
                            },
                            "color": "rgba(207,69,2,1)"
                        },
                        "error_x": {
                            "color": "rgba(207,69,2,1)"
                        },
                        "error_y": {
                            "color": "rgba(207,69,2,1)"
                        },
                        "textsrc": "ethan_project94:8:61c85e",
                        "textfont": {
                            "color": "rgba(207,69,2,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:d0d1db"
                    },
                    {
                        "line": {
                            "color": "rgba(185,151,91,1)"
                        },
                        "mode": "lines",
                        "name": "Florida Panthers",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:446ca5",
                        "ysrc": "ethan_project94:8:93bfdc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(185,151,91,1)"
                            },
                            "color": "rgba(185,151,91,1)"
                        },
                        "error_x": {
                            "color": "rgba(185,151,91,1)"
                        },
                        "error_y": {
                            "color": "rgba(185,151,91,1)"
                        },
                        "textsrc": "ethan_project94:8:bc6fb3",
                        "textfont": {
                            "color": "rgba(185,151,91,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:dbe441"
                    },
                    {
                        "line": {
                            "color": "rgba(162,170,173,1)"
                        },
                        "mode": "lines",
                        "name": "Los Angeles Kings",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:4a922e",
                        "ysrc": "ethan_project94:8:f14b20",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(162,170,173,1)"
                            },
                            "color": "rgba(162,170,173,1)"
                        },
                        "error_x": {
                            "color": "rgba(162,170,173,1)"
                        },
                        "error_y": {
                            "color": "rgba(162,170,173,1)"
                        },
                        "textsrc": "ethan_project94:8:47a511",
                        "textfont": {
                            "color": "rgba(162,170,173,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:fad63b"
                    },
                    {
                        "line": {
                            "color": "rgba(255,184,28,1)"
                        },
                        "mode": "lines",
                        "name": "Nashville Predators",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:4fafed",
                        "ysrc": "ethan_project94:8:0fc12d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,184,28,1)"
                            },
                            "color": "rgba(255,184,28,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,184,28,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,184,28,1)"
                        },
                        "textsrc": "ethan_project94:8:af2095",
                        "textfont": {
                            "color": "rgba(255,184,28,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:6b4d1b"
                    },
                    {
                        "line": {
                            "color": "rgba(252,76,2,1)"
                        },
                        "mode": "lines",
                        "name": "New York Islanders",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:f405e3",
                        "ysrc": "ethan_project94:8:dca7d4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(252,76,2,1)"
                            },
                            "color": "rgba(252,76,2,1)"
                        },
                        "error_x": {
                            "color": "rgba(252,76,2,1)"
                        },
                        "error_y": {
                            "color": "rgba(252,76,2,1)"
                        },
                        "textsrc": "ethan_project94:8:c95eff",
                        "textfont": {
                            "color": "rgba(252,76,2,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:6a5fac"
                    },
                    {
                        "line": {
                            "color": "rgba(0,51,160,1)"
                        },
                        "mode": "lines",
                        "name": "New York Rangers",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:a70dcb",
                        "ysrc": "ethan_project94:8:9a0ca5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,51,160,1)"
                            },
                            "color": "rgba(0,51,160,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,51,160,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,51,160,1)"
                        },
                        "textsrc": "ethan_project94:8:fdab72",
                        "textfont": {
                            "color": "rgba(0,51,160,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:ba138f"
                    },
                    {
                        "line": {
                            "color": "rgba(0,32,91,1)"
                        },
                        "mode": "lines",
                        "name": "Tampa Bay Lightning",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:2b0291",
                        "ysrc": "ethan_project94:8:da1839",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,32,91,1)"
                            },
                            "color": "rgba(0,32,91,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,32,91,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,32,91,1)"
                        },
                        "textsrc": "ethan_project94:8:b81c30",
                        "textfont": {
                            "color": "rgba(0,32,91,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:2a07be"
                    },
                    {
                        "line": {
                            "color": "rgba(0,0,139,1)"
                        },
                        "mode": "lines",
                        "name": "Toronto Maple Leafs",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:dfe9f1",
                        "ysrc": "ethan_project94:8:7f3409",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,139,1)"
                            },
                            "color": "rgba(0,0,139,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,0,139,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,0,139,1)"
                        },
                        "textsrc": "ethan_project94:8:c26b54",
                        "textfont": {
                            "color": "rgba(0,0,139,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:ba18cf"
                    },
                    {
                        "line": {
                            "color": "rgba(5,28,44,1)"
                        },
                        "mode": "lines",
                        "name": "Vancouver Canucks",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:c73ed8",
                        "ysrc": "ethan_project94:8:fafd2c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(5,28,44,1)"
                            },
                            "color": "rgba(5,28,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(5,28,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(5,28,44,1)"
                        },
                        "textsrc": "ethan_project94:8:da6a8d",
                        "textfont": {
                            "color": "rgba(5,28,44,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:e02e73"
                    },
                    {
                        "line": {
                            "color": "rgba(198,146,20,1)"
                        },
                        "mode": "lines",
                        "name": "Vegas Golden Knights",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:1a6c52",
                        "ysrc": "ethan_project94:8:2b6c33",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(198,146,20,1)"
                            },
                            "color": "rgba(198,146,20,1)"
                        },
                        "error_x": {
                            "color": "rgba(198,146,20,1)"
                        },
                        "error_y": {
                            "color": "rgba(198,146,20,1)"
                        },
                        "textsrc": "ethan_project94:8:888ad3",
                        "textfont": {
                            "color": "rgba(198,146,20,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:0ae785"
                    },
                    {
                        "line": {
                            "color": "rgba(4,30,66,1)"
                        },
                        "mode": "lines",
                        "name": "Washington Capitals",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:70877e",
                        "ysrc": "ethan_project94:8:2150e8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(4,30,66,1)"
                            },
                            "color": "rgba(4,30,66,1)"
                        },
                        "error_x": {
                            "color": "rgba(4,30,66,1)"
                        },
                        "error_y": {
                            "color": "rgba(4,30,66,1)"
                        },
                        "textsrc": "ethan_project94:8:f0a517",
                        "textfont": {
                            "color": "rgba(4,30,66,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:89cf98"
                    },
                    {
                        "line": {
                            "color": "rgba(0,76,151,1)"
                        },
                        "mode": "lines",
                        "name": "Winnipeg Jets",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:f40e45",
                        "ysrc": "ethan_project94:8:893511",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,76,151,1)"
                            },
                            "color": "rgba(0,76,151,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,76,151,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,76,151,1)"
                        },
                        "textsrc": "ethan_project94:8:7bda2c",
                        "textfont": {
                            "color": "rgba(0,76,151,1)"
                        },
                        "hoverinfosrc": "ethan_project94:8:940ffd"
                    },
                    {
                        "line": {
                            "color": "rgba(218,165,32,1)"
                        },
                        "mode": "text",
                        "name": "Boston Bruins",
                        "text": "BOS",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:1ca5e9",
                        "ysrc": "ethan_project94:8:4f5f3f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(218,165,32,1)"
                            },
                            "color": "rgba(218,165,32,1)"
                        },
                        "error_x": {
                            "color": "rgba(218,165,32,1)"
                        },
                        "error_y": {
                            "color": "rgba(218,165,32,1)"
                        },
                        "textfont": {
                            "color": "rgba(218,165,32,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(136,8,8,1)"
                        },
                        "mode": "text",
                        "name": "Carolina Hurricanes",
                        "text": "CAR",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:840620",
                        "ysrc": "ethan_project94:8:f374d3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(136,8,8,1)"
                            },
                            "color": "rgba(136,8,8,1)"
                        },
                        "error_x": {
                            "color": "rgba(136,8,8,1)"
                        },
                        "error_y": {
                            "color": "rgba(136,8,8,1)"
                        },
                        "textfont": {
                            "color": "rgba(136,8,8,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(111,38,61,1)"
                        },
                        "mode": "text",
                        "name": "Colorado Avalanche",
                        "text": "COL",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:3ae177",
                        "ysrc": "ethan_project94:8:e59057",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(111,38,61,1)"
                            },
                            "color": "rgba(111,38,61,1)"
                        },
                        "error_x": {
                            "color": "rgba(111,38,61,1)"
                        },
                        "error_y": {
                            "color": "rgba(111,38,61,1)"
                        },
                        "textfont": {
                            "color": "rgba(111,38,61,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(0,132,61,1)"
                        },
                        "mode": "text",
                        "name": "Dallas Stars",
                        "text": "DAL",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:856c7b",
                        "ysrc": "ethan_project94:8:f22334",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,132,61,1)"
                            },
                            "color": "rgba(0,132,61,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,132,61,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,132,61,1)"
                        },
                        "textfont": {
                            "color": "rgba(0,132,61,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(207,69,2,1)"
                        },
                        "mode": "text",
                        "name": "Edmonton Oilers",
                        "text": "EDM",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:16b87d",
                        "ysrc": "ethan_project94:8:325a78",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(207,69,2,1)"
                            },
                            "color": "rgba(207,69,2,1)"
                        },
                        "error_x": {
                            "color": "rgba(207,69,2,1)"
                        },
                        "error_y": {
                            "color": "rgba(207,69,2,1)"
                        },
                        "textfont": {
                            "color": "rgba(207,69,2,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(185,151,91,1)"
                        },
                        "mode": "text",
                        "name": "Florida Panthers",
                        "text": "FLA",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:30232c",
                        "ysrc": "ethan_project94:8:33c66c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(185,151,91,1)"
                            },
                            "color": "rgba(185,151,91,1)"
                        },
                        "error_x": {
                            "color": "rgba(185,151,91,1)"
                        },
                        "error_y": {
                            "color": "rgba(185,151,91,1)"
                        },
                        "textfont": {
                            "color": "rgba(185,151,91,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(162,170,173,1)"
                        },
                        "mode": "text",
                        "name": "Los Angeles Kings",
                        "text": "LAK",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:96fe92",
                        "ysrc": "ethan_project94:8:5e5890",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(162,170,173,1)"
                            },
                            "color": "rgba(162,170,173,1)"
                        },
                        "error_x": {
                            "color": "rgba(162,170,173,1)"
                        },
                        "error_y": {
                            "color": "rgba(162,170,173,1)"
                        },
                        "textfont": {
                            "color": "rgba(162,170,173,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(255,184,28,1)"
                        },
                        "mode": "text",
                        "name": "Nashville Predators",
                        "text": "NSH",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:517883",
                        "ysrc": "ethan_project94:8:64548c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(255,184,28,1)"
                            },
                            "color": "rgba(255,184,28,1)"
                        },
                        "error_x": {
                            "color": "rgba(255,184,28,1)"
                        },
                        "error_y": {
                            "color": "rgba(255,184,28,1)"
                        },
                        "textfont": {
                            "color": "rgba(255,184,28,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(252,76,2,1)"
                        },
                        "mode": "text",
                        "name": "New York Islanders",
                        "text": "NYI",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:29849c",
                        "ysrc": "ethan_project94:8:325fab",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(252,76,2,1)"
                            },
                            "color": "rgba(252,76,2,1)"
                        },
                        "error_x": {
                            "color": "rgba(252,76,2,1)"
                        },
                        "error_y": {
                            "color": "rgba(252,76,2,1)"
                        },
                        "textfont": {
                            "color": "rgba(252,76,2,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(0,51,160,1)"
                        },
                        "mode": "text",
                        "name": "New York Rangers",
                        "text": "NYR",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:bf6b15",
                        "ysrc": "ethan_project94:8:4931c6",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,51,160,1)"
                            },
                            "color": "rgba(0,51,160,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,51,160,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,51,160,1)"
                        },
                        "textfont": {
                            "color": "rgba(0,51,160,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(0,32,91,1)"
                        },
                        "mode": "text",
                        "name": "Tampa Bay Lightning",
                        "text": "TBL",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:2a4b50",
                        "ysrc": "ethan_project94:8:2fa35f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,32,91,1)"
                            },
                            "color": "rgba(0,32,91,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,32,91,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,32,91,1)"
                        },
                        "textfont": {
                            "color": "rgba(0,32,91,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(0,0,139,1)"
                        },
                        "mode": "text",
                        "name": "Toronto Maple Leafs",
                        "text": "TOR",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:ecb4bd",
                        "ysrc": "ethan_project94:8:0df5fe",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,139,1)"
                            },
                            "color": "rgba(0,0,139,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,0,139,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,0,139,1)"
                        },
                        "textfont": {
                            "color": "rgba(0,0,139,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(5,28,44,1)"
                        },
                        "mode": "text",
                        "name": "Vancouver Canucks",
                        "text": "VAN",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:701aff",
                        "ysrc": "ethan_project94:8:7693f1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(5,28,44,1)"
                            },
                            "color": "rgba(5,28,44,1)"
                        },
                        "error_x": {
                            "color": "rgba(5,28,44,1)"
                        },
                        "error_y": {
                            "color": "rgba(5,28,44,1)"
                        },
                        "textfont": {
                            "color": "rgba(5,28,44,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(198,146,20,1)"
                        },
                        "mode": "text",
                        "name": "Vegas Golden Knights",
                        "text": "VGK",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:96dacf",
                        "ysrc": "ethan_project94:8:9282b2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(198,146,20,1)"
                            },
                            "color": "rgba(198,146,20,1)"
                        },
                        "error_x": {
                            "color": "rgba(198,146,20,1)"
                        },
                        "error_y": {
                            "color": "rgba(198,146,20,1)"
                        },
                        "textfont": {
                            "color": "rgba(198,146,20,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(4,30,66,1)"
                        },
                        "mode": "text",
                        "name": "Washington Capitals",
                        "text": "WSH",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:6c5061",
                        "ysrc": "ethan_project94:8:bdd854",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(4,30,66,1)"
                            },
                            "color": "rgba(4,30,66,1)"
                        },
                        "error_x": {
                            "color": "rgba(4,30,66,1)"
                        },
                        "error_y": {
                            "color": "rgba(4,30,66,1)"
                        },
                        "textfont": {
                            "color": "rgba(4,30,66,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    },
                    {
                        "line": {
                            "color": "rgba(0,76,151,1)"
                        },
                        "mode": "text",
                        "name": "Winnipeg Jets",
                        "text": "WPJ",
                        "type": "scatter",
                        "xsrc": "ethan_project94:8:757d61",
                        "ysrc": "ethan_project94:8:013d38",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,76,151,1)"
                            },
                            "color": "rgba(0,76,151,1)"
                        },
                        "error_x": {
                            "color": "rgba(0,76,151,1)"
                        },
                        "error_y": {
                            "color": "rgba(0,76,151,1)"
                        },
                        "textfont": {
                            "color": "rgba(0,76,151,1)"
                        },
                        "hoverinfo": "text",
                        "showarrow": true,
                        "auto_highlight": true
                    }
                ],
                "layout": {
                    "title": "Cumulative Goal Differential<br>Playoff Teams",
                    "xaxis": {
                        "title": "Date",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "Goal Differential",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ethan_project94",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-04-06 01:40:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ethan_project94",
                "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-04-17T14:28:02.966137Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gjsadler/2.embed",
            "fid": "gjsadler:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gjsadler/2/9_N52O16FYS7CSLGM6YKMQMA0PMIUY5D.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gjsadler/2/2_SZU3DL6ZYJ171N1SHSKDQ99ZWB2W1Y.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gjsadler/2/8_5V8XXGAIAJHSBIBDBNGNS6C9G69TC4.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gjsadler/2/9_N52O16FYS7CSLGM6YKMQMA0PMIUY5D.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gjsadler:2",
                "plots": "https://api.plotly.com/v2/plots/gjsadler:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=gjsadler"
            },
            "owner": "gjsadler",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~gjsadler/2/",
            "world_readable": true,
            "date_modified": "2024-04-17T22:13:34.473Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gjsadler/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Spatial",
                                "y": "Spectral ",
                                "z": "Temporal"
                            }
                        },
                        "mode": "markers",
                        "name": "Satellites",
                        "type": "scatter3d",
                        "xsrc": "gjsadler:1:3a63c4",
                        "ysrc": "gjsadler:1:2797cd",
                        "zsrc": "gjsadler:1:795441",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "D",
                                "y": "E",
                                "z": "F"
                            }
                        },
                        "mode": "markers",
                        "name": "UAV",
                        "type": "scatter3d",
                        "xsrc": "gjsadler:1:2a12aa",
                        "ysrc": "gjsadler:1:90704e",
                        "zsrc": "gjsadler:1:43eab4"
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                35,
                                1
                            ],
                            "ticks": "outside",
                            "title": {
                                "text": "Spatial (m)"
                            },
                            "mirror": false,
                            "showline": true,
                            "zeroline": true,
                            "autorange": false,
                            "gridwidth": 3,
                            "linewidth": 2,
                            "showspikes": true,
                            "zerolinewidth": 4,
                            "showbackground": true,
                            "backgroundcolor": "rgb(200, 200, 200)"
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                250
                            ],
                            "ticks": "outside",
                            "title": {
                                "text": "Spectral (No. Bands)"
                            },
                            "mirror": false,
                            "showgrid": true,
                            "showline": true,
                            "zeroline": true,
                            "autorange": true,
                            "gridwidth": 3,
                            "linewidth": 2,
                            "showspikes": true,
                            "zerolinewidth": 4,
                            "backgroundcolor": "rgb(200, 200, 200)"
                        },
                        "zaxis": {
                            "type": "linear",
                            "ticks": "outside",
                            "title": {
                                "text": "Temporal (Days)"
                            },
                            "mirror": false,
                            "showline": true,
                            "zeroline": true,
                            "autorange": true,
                            "gridwidth": 3,
                            "linewidth": 2,
                            "showspikes": true,
                            "zerolinewidth": 4,
                            "backgroundcolor": "rgb(200, 200, 200)"
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.0924321546866473,
                                "y": 1.592478869974263,
                                "z": 0.614561147373963
                            },
                            "center": {
                                "x": -0.046461184234558,
                                "y": 0.03502612242350746,
                                "z": -0.15196395238907062
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "bgcolor": "rgb(255, 255, 255)",
                        "dragmode": "turntable",
                        "hovermode": false,
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "XXXXX"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "title": {
                            "text": "FDSFDDSFDS"
                        }
                    },
                    "modebar": {
                        "color": "rgba(56, 33, 33, 0.3)",
                        "bgcolor": "rgb(104, 156, 156)",
                        "orientation": "h"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0.35325506937033085,
                            "y": 0.36788613930245534,
                            "ax": 94,
                            "ay": 25,
                            "font": {
                                "size": 14,
                                "family": "Arial"
                            },
                            "text": "<b>PlanetScope</b>",
                            "showarrow": true
                        },
                        {
                            "x": 0.3895410885805763,
                            "y": 0.4632606851619084,
                            "ax": 52,
                            "ay": -48,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>Sentinel-2</b>"
                        },
                        {
                            "x": 0.3431163287086446,
                            "y": 0.4541775414558447,
                            "ax": 25,
                            "ay": -62,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>WorldView-3</b>"
                        },
                        {
                            "x": 0.5469583778014941,
                            "y": 0.8887530367666687,
                            "ax": -69,
                            "ay": 4,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>PRISMA</b>"
                        },
                        {
                            "x": 0.5448239060832445,
                            "y": 0.836288492250583,
                            "ax": -69,
                            "ay": 36,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>EnMAP</b>"
                        },
                        {
                            "x": 0.4898612593383137,
                            "y": 0.31362007168458783,
                            "ax": -33,
                            "ay": 52,
                            "font": {
                                "size": 14
                            },
                            "text": "<b>OSK</b>"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gjsadler",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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-04-17 14:07:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gjsadler",
                "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-04-17T14:13:18.636331Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ramma.07/42.embed",
            "fid": "ramma.07:42",
            "filename": "Rate of appearance of Oxygen Gas (%) - Day 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ramma.07/42/9_TVBZ18J1QPGJ14ZGNHXLEUUMZJKHED.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ramma.07/42/2_5XOTRVAYPITXO9A4V0U6FSQ37F4UJB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ramma.07/42/8_Q0CAL86ON1ELHDOFTZF5EV0Z7010QR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ramma.07/42/9_TVBZ18J1QPGJ14ZGNHXLEUUMZJKHED.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ramma.07:42",
                "plots": "https://api.plotly.com/v2/plots/ramma.07:42",
                "parent": "https://api.plotly.com/v2/folders/home?user=ramma.07"
            },
            "owner": "ramma.07",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ramma.07/42/",
            "world_readable": true,
            "date_modified": "2024-04-17T14:13:18.648Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ramma.07/42/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5c6a3f",
                        "meta": {
                            "columnNames": {
                                "x": "Trial 1 Time",
                                "y": "Trial 1 Oxygen Gas"
                            }
                        },
                        "mode": "markers",
                        "name": "Trial 1",
                        "type": "scatter",
                        "xsrc": "ramma.07:41:2e6029",
                        "ysrc": "ramma.07:41:2aeb9e"
                    },
                    {
                        "uid": "1e33a8",
                        "meta": {
                            "columnNames": {
                                "x": "Trial 2 Time",
                                "y": "Trial 2 Oxygen Gas"
                            }
                        },
                        "mode": "markers",
                        "name": "Trial 2",
                        "type": "scatter",
                        "xsrc": "ramma.07:41:69bd6b",
                        "ysrc": "ramma.07:41:b08954",
                        "stackgroup": null
                    },
                    {
                        "uid": "5c491f",
                        "meta": {
                            "columnNames": {
                                "x": "Trial 3 Time",
                                "y": "Trial 3 Time Oxygen Gas"
                            }
                        },
                        "mode": "markers",
                        "name": "Trial 3",
                        "type": "scatter",
                        "xsrc": "ramma.07:41:97c8c7",
                        "ysrc": "ramma.07:41:659f82",
                        "stackgroup": null
                    },
                    {
                        "uid": "9ada0a",
                        "name": "Fit of Trial 1",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "5c6a3f",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 7.922978700818476e-05,
                                        "value": 0.0036842095979611905
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.008290782995924433,
                                        "value": 4.395861117399709
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "3a8d4c",
                        "name": "Fit of Trial 2",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "1e33a8",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.00011565663625356182,
                                        "value": 0.003761204525983827
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.012102570376946354,
                                        "value": 4.391723408877672
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "1b23e9",
                        "name": "Fit of Trial 3",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "5c491f",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.00032029639668124327,
                                        "value": 0.004726882748032143
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.03351653487325734,
                                        "value": 4.4866188277852155
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Rate of appearance of Oxygen Gas (%) in 180 seconds with 0.2 samples/sec"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -11.226091221186856,
                            191.22609122118686
                        ],
                        "title": {
                            "text": "Time (s)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            4.2566025164418075,
                            5.394344838535695
                        ],
                        "title": {
                            "text": "Oxygen  Gas(%)"
                        },
                        "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"
                    },
                    "annotations": [
                        {
                            "x": 95.0024521824424,
                            "y": 4.764193381787532,
                            "ax": 12,
                            "ay": 24,
                            "font": {
                                "color": "rgb(39, 66, 201)"
                            },
                            "text": "Slope (0.00368)"
                        },
                        {
                            "x": 90.00000000000001,
                            "y": 4.783764347301373,
                            "font": {
                                "color": "rgb(212, 42, 42)"
                            },
                            "text": "Slope (0.00376)"
                        },
                        {
                            "x": 69.10740559097599,
                            "y": 4.993294046424501,
                            "ax": -10,
                            "ay": -30,
                            "font": {
                                "color": "rgb(72, 191, 85)"
                            },
                            "text": "Slope (0.00473)"
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ramma.07",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-10-08 20:57:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ramma.07",
                "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-04-17T14:09:31.439868Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~GianlucaVegas/9.embed",
            "fid": "GianlucaVegas:9",
            "filename": "Plot 9",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/GianlucaVegas/9/9_90WLLMEX8GICNKIF270LNQ1FF4IX4C.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/GianlucaVegas/9/2_0RW00TKYSRTWKBIYYJKEKVIGRWDPPB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/GianlucaVegas/9/8_F6UGNJLCJFB3L4AT4SR3Q297TL76ML.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/GianlucaVegas/9/9_90WLLMEX8GICNKIF270LNQ1FF4IX4C.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/GianlucaVegas:9",
                "plots": "https://api.plotly.com/v2/plots/GianlucaVegas:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=GianlucaVegas"
            },
            "owner": "GianlucaVegas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~GianlucaVegas/9/",
            "world_readable": true,
            "date_modified": "2024-04-17T19:30:03.223Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~GianlucaVegas/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "723fe8",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(116, 206, 27)",
                            "shape": "spline",
                            "width": 3,
                            "smoothing": 1
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "HIC",
                        "type": "scatter",
                        "xsrc": "GianlucaVegas:1:c4a95e",
                        "ysrc": "GianlucaVegas:1:8377ab",
                        "marker": {
                            "color": "rgb(255, 127, 14)",
                            "sizeref": 0.028149617325,
                            "sizemode": "area"
                        },
                        "visible": true,
                        "hovertemplate": ""
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgb(209, 9, 41)",
                            "shape": "spline",
                            "width": 3,
                            "smoothing": 1
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "name": "LIC",
                        "type": "scatter",
                        "xsrc": "GianlucaVegas:1:c4a95e",
                        "ysrc": "GianlucaVegas:1:e04d0e",
                        "visible": true,
                        "stackgroup": null,
                        "hovertemplate": ""
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgb(181, 21, 217)",
                            "shape": "spline",
                            "width": 3,
                            "smoothing": 1
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "LMC",
                        "type": "scatter",
                        "xsrc": "GianlucaVegas:1:c4a95e",
                        "ysrc": "GianlucaVegas:1:f7ff19",
                        "visible": true,
                        "stackgroup": null,
                        "hovertemplate": ""
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgb(17, 239, 194)",
                            "shape": "spline",
                            "width": 3,
                            "smoothing": 1
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "E"
                            }
                        },
                        "mode": "lines",
                        "name": "UMC",
                        "type": "scatter",
                        "xsrc": "GianlucaVegas:1:c4a95e",
                        "ysrc": "GianlucaVegas:1:34cb22",
                        "stackgroup": null,
                        "hovertemplate": ""
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1990,
                            2016
                        ],
                        "title": {
                            "text": ""
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -4.6516536861111115,
                            88.38142003611112
                        ],
                        "title": {
                            "text": "Individui che utilizzano internet % popolazione"
                        },
                        "autorange": true
                    },
                    "bargap": 0.38,
                    "legend": {
                        "x": 0.046206896551724136,
                        "y": 1.1050410648541489,
                        "font": {
                            "size": 16,
                            "family": "Old Standard TT"
                        },
                        "title": {
                            "text": "<br>"
                        },
                        "borderwidth": 0
                    },
                    "autosize": true,
                    "hovermode": "closest",
                    "paper_bgcolor": "rgb(255, 254, 254)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~GianlucaVegas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-17 13:16:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "GianlucaVegas",
                "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-04-17T13:53:15.481878Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~klam09/37.embed",
            "fid": "klam09:37",
            "filename": "hrane a prohrane zapasy",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/klam09/37/9_XDVJCXAULA6TNIMN171M7O495O46HA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/klam09/37/2_097ZZE4Q5VU0KWPLKDEXZBU0TLG7XM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/klam09/37/8_HDHR63MBYR88H5HXIQGEGQRUC1KI4L.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/klam09/37/9_XDVJCXAULA6TNIMN171M7O495O46HA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/klam09:37",
                "plots": "https://api.plotly.com/v2/plots/klam09:37",
                "parent": "https://api.plotly.com/v2/folders/home?user=klam09"
            },
            "owner": "klam09",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~klam09/37/",
            "world_readable": true,
            "date_modified": "2024-04-17T13:53:15.491Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~klam09/37/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "labels": "Country",
                                "values": "Played"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "labelssrc": "klam09:36:a385f9",
                        "valuessrc": "klam09:36:7b18d0"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Country",
                                "y": "Played"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "klam09:36:a385f9",
                        "ysrc": "klam09:36:7b18d0",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Country",
                                "y": "Loss"
                            }
                        },
                        "mode": "lines",
                        "name": "%{meta.columnNames.y}",
                        "type": "scatter",
                        "xsrc": "klam09:36:a385f9",
                        "ysrc": "klam09:36:1f6e39",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Graf celkových a prohraných zápasů"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            53
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -68.16666666666667,
                            1455.1666666666667
                        ],
                        "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/~klam09",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-10 16:32:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "klam09",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}