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/ScroogeMcD_ck:1613?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "creation_time": "2024-07-07T19:24:54.859702Z",
    "comments": {
        "results": [],
        "count": 0
    },
    "parented": true,
    "embed_url": "https://chart-studio.plotly.com/~ScroogeMcD_ck/1613.embed",
    "fid": "ScroogeMcD_ck:1613",
    "filename": "Octopus Standing Charges Tomorrow",
    "filetype": "plot",
    "img_url": "https://storage.googleapis.com/plotly-prod-images/ScroogeMcD_ck/1613/9_ZI1LU005QG76QXF5CGFF981NPMMQZX.png",
    "image_urls": {
        "default": "https://api.plotly.com/v2/files/ScroogeMcD_ck:1613/image?image_name=default",
        "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ScroogeMcD_ck/1613/8_CZQ2EBHTPPL5209A1PBBUQ4JT7DL7D.png",
        "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ScroogeMcD_ck/1613/9_ZI1LU005QG76QXF5CGFF981NPMMQZX.png"
    },
    "api_urls": {
        "files": "https://api.plotly.com/v2/files/ScroogeMcD_ck:1613",
        "plots": "https://api.plotly.com/v2/plots/ScroogeMcD_ck:1613",
        "parent": "https://api.plotly.com/v2/folders/home?user=ScroogeMcD_ck"
    },
    "owner": "ScroogeMcD_ck",
    "parent": -1,
    "preview": "",
    "referencers": [],
    "references": [],
    "title": "",
    "views": 2,
    "web_url": "https://chart-studio.plotly.com/~ScroogeMcD_ck/1613/",
    "world_readable": true,
    "date_modified": "2025-10-12T18:34:57.954Z",
    "stars": {
        "results": [],
        "count": 0
    },
    "collaborators": {
        "results": [],
        "count": 0
    },
    "subfolder_count": null,
    "refresh_interval": null,
    "organize_view_url": "https://chart-studio.plotly.com/~ScroogeMcD_ck/1613/",
    "current_user_permission": "read",
    "is_theme": null,
    "is_template": null,
    "autosize": true,
    "caption": "",
    "figure": {
        "data": [
            {
                "name": "Tracker (Dec 23)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:2318d1",
                "ysrc": "ScroogeMcD_ck:6145:5c60f8",
                "xaxis": "x",
                "yaxis": "y",
                "marker": {
                    "color": "#D84A28"
                },
                "textsrc": "ScroogeMcD_ck:6145:2e282a",
                "hoverinfo": "none",
                "textposition": "outside"
            },
            {
                "name": "Tracker (Dec 23) (Electricity)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:92cce8",
                "ysrc": "ScroogeMcD_ck:6145:04a188",
                "xaxis": "x",
                "yaxis": "y2",
                "marker": {
                    "color": "#D84A28"
                },
                "textsrc": "ScroogeMcD_ck:6145:e1d111",
                "hoverinfo": "none",
                "showlegend": false,
                "textposition": "outside"
            },
            {
                "name": "Tracker (Apr 24)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:4e793c",
                "ysrc": "ScroogeMcD_ck:6145:27ae86",
                "xaxis": "x",
                "yaxis": "y",
                "marker": {
                    "color": "#F2C94C"
                },
                "textsrc": "ScroogeMcD_ck:6145:8090d1",
                "hoverinfo": "none",
                "textposition": "outside"
            },
            {
                "name": "Tracker (Apr 24) (Electricity)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:8d5732",
                "ysrc": "ScroogeMcD_ck:6145:274a54",
                "xaxis": "x",
                "yaxis": "y2",
                "marker": {
                    "color": "#F2C94C"
                },
                "textsrc": "ScroogeMcD_ck:6145:5285b6",
                "hoverinfo": "none",
                "showlegend": false,
                "textposition": "outside"
            },
            {
                "name": "Tracker (Jul 24)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:c19f88",
                "ysrc": "ScroogeMcD_ck:6145:dd86b5",
                "xaxis": "x",
                "yaxis": "y",
                "marker": {
                    "color": "#5A8D2D"
                },
                "textsrc": "ScroogeMcD_ck:6145:6b16aa",
                "hoverinfo": "none",
                "textposition": "outside"
            },
            {
                "name": "Tracker (Jul 24) (Electricity)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:31b1d4",
                "ysrc": "ScroogeMcD_ck:6145:1e3e11",
                "xaxis": "x",
                "yaxis": "y2",
                "marker": {
                    "color": "#5A8D2D"
                },
                "textsrc": "ScroogeMcD_ck:6145:646b46",
                "hoverinfo": "none",
                "showlegend": false,
                "textposition": "outside"
            },
            {
                "name": "Tracker (Oct 24)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:383f66",
                "ysrc": "ScroogeMcD_ck:6145:da36d0",
                "xaxis": "x",
                "yaxis": "y",
                "marker": {
                    "color": "#7EDD3C"
                },
                "textsrc": "ScroogeMcD_ck:6145:d60adc",
                "hoverinfo": "none",
                "textposition": "outside"
            },
            {
                "name": "Tracker (Oct 24) (Electricity)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:0f8fab",
                "ysrc": "ScroogeMcD_ck:6145:d1e765",
                "xaxis": "x",
                "yaxis": "y2",
                "marker": {
                    "color": "#7EDD3C"
                },
                "textsrc": "ScroogeMcD_ck:6145:c71f02",
                "hoverinfo": "none",
                "showlegend": false,
                "textposition": "outside"
            },
            {
                "name": "Flexible",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:c0b3b8",
                "ysrc": "ScroogeMcD_ck:6145:fea21a",
                "xaxis": "x",
                "yaxis": "y",
                "marker": {
                    "color": "#A45DBD"
                },
                "textsrc": "ScroogeMcD_ck:6145:0b5efe",
                "hoverinfo": "none",
                "textposition": "outside"
            },
            {
                "name": "Flexible (Electricity)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:8c7fc2",
                "ysrc": "ScroogeMcD_ck:6145:9b3ca4",
                "xaxis": "x",
                "yaxis": "y2",
                "marker": {
                    "color": "#A45DBD"
                },
                "textsrc": "ScroogeMcD_ck:6145:6a7b67",
                "hoverinfo": "none",
                "showlegend": false,
                "textposition": "outside"
            },
            {
                "name": "Fixed (Oct 24)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:a6e2f6",
                "ysrc": "ScroogeMcD_ck:6145:2495c3",
                "xaxis": "x",
                "yaxis": "y",
                "marker": {
                    "color": "#FF69B4"
                },
                "textsrc": "ScroogeMcD_ck:6145:a5fd4c",
                "hoverinfo": "none",
                "textposition": "outside"
            },
            {
                "name": "Fixed (Oct 24) (Electricity)",
                "type": "bar",
                "xsrc": "ScroogeMcD_ck:6145:5aa6e2",
                "ysrc": "ScroogeMcD_ck:6145:8fd462",
                "xaxis": "x",
                "yaxis": "y2",
                "marker": {
                    "color": "#FF69B4"
                },
                "textsrc": "ScroogeMcD_ck:6145:f2109c",
                "hoverinfo": "none",
                "showlegend": false,
                "textposition": "outside"
            }
        ],
        "layout": {
            "font": {
                "size": 14,
                "color": "white",
                "family": "Arial"
            },
            "title": {
                "text": "",
                "yref": "container",
                "automargin": true
            },
            "xaxis": {
                "ticks": "outside",
                "title": {
                    "font": {
                        "color": "white"
                    },
                    "text": "Utility"
                },
                "anchor": "y",
                "domain": [
                    0.0,
                    0.94
                ],
                "showgrid": false,
                "showline": true,
                "tickfont": {
                    "color": "white"
                },
                "linecolor": "white",
                "tickcolor": "white",
                "automargin": true,
                "fixedrange": true
            },
            "yaxis": {
                "range": [
                    0,
                    32.945
                ],
                "ticks": "outside",
                "title": {
                    "text": "Gas Standing Charge (p)"
                },
                "anchor": "x",
                "domain": [
                    0.0,
                    1.0
                ],
                "showgrid": false,
                "showline": true,
                "linecolor": "white",
                "tickcolor": "white",
                "fixedrange": true
            },
            "legend": {
                "x": 0,
                "y": 1.2,
                "yref": "container",
                "xanchor": "left",
                "yanchor": "bottom",
                "orientation": "h"
            },
            "margin": {
                "t": 100
            },
            "yaxis2": {
                "side": "right",
                "range": [
                    0,
                    77.055
                ],
                "ticks": "outside",
                "title": {
                    "text": "Electricity Standing Charge (p)"
                },
                "anchor": "x",
                "showgrid": false,
                "showline": true,
                "linecolor": "white",
                "tickcolor": "white",
                "fixedrange": true,
                "overlaying": "y"
            },
            "autosize": true,
            "template": {
                "data": {
                    "bar": [
                        {
                            "type": "bar",
                            "marker": {
                                "line": {
                                    "color": "rgb(17,17,17)",
                                    "width": 0.5
                                },
                                "pattern": {
                                    "size": 10,
                                    "fillmode": "overlay",
                                    "solidity": 0.2
                                }
                            },
                            "error_x": {
                                "color": "#f2f5fa"
                            },
                            "error_y": {
                                "color": "#f2f5fa"
                            }
                        }
                    ],
                    "pie": [
                        {
                            "type": "pie",
                            "automargin": true
                        }
                    ],
                    "table": [
                        {
                            "type": "table",
                            "cells": {
                                "fill": {
                                    "color": "#506784"
                                },
                                "line": {
                                    "color": "rgb(17,17,17)"
                                }
                            },
                            "header": {
                                "fill": {
                                    "color": "#2a3f5f"
                                },
                                "line": {
                                    "color": "rgb(17,17,17)"
                                }
                            }
                        }
                    ],
                    "carpet": [
                        {
                            "type": "carpet",
                            "aaxis": {
                                "gridcolor": "#506784",
                                "linecolor": "#506784",
                                "endlinecolor": "#A2B1C6",
                                "minorgridcolor": "#506784",
                                "startlinecolor": "#A2B1C6"
                            },
                            "baxis": {
                                "gridcolor": "#506784",
                                "linecolor": "#506784",
                                "endlinecolor": "#A2B1C6",
                                "minorgridcolor": "#506784",
                                "startlinecolor": "#A2B1C6"
                            }
                        }
                    ],
                    "mesh3d": [
                        {
                            "type": "mesh3d",
                            "colorbar": {
                                "ticks": "",
                                "outlinewidth": 0
                            }
                        }
                    ],
                    "contour": [
                        {
                            "type": "contour",
                            "colorbar": {
                                "ticks": "",
                                "outlinewidth": 0
                            },
                            "colorscale": [
                                [
                                    0.0,
                                    "#0d0887"
                                ],
                                [
                                    0.1111111111111111,
                                    "#46039f"
                                ],
                                [
                                    0.2222222222222222,
                                    "#7201a8"
                                ],
                                [
                                    0.3333333333333333,
                                    "#9c179e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#bd3786"
                                ],
                                [
                                    0.5555555555555556,
                                    "#d8576b"
                                ],
                                [
                                    0.6666666666666666,
                                    "#ed7953"
                                ],
                                [
                                    0.7777777777777778,
                                    "#fb9f3a"
                                ],
                                [
                                    0.8888888888888888,
                                    "#fdca26"
                                ],
                                [
                                    1.0,
                                    "#f0f921"
                                ]
                            ]
                        }
                    ],
                    "heatmap": [
                        {
                            "type": "heatmap",
                            "colorbar": {
                                "ticks": "",
                                "outlinewidth": 0
                            },
                            "colorscale": [
                                [
                                    0.0,
                                    "#0d0887"
                                ],
                                [
                                    0.1111111111111111,
                                    "#46039f"
                                ],
                                [
                                    0.2222222222222222,
                                    "#7201a8"
                                ],
                                [
                                    0.3333333333333333,
                                    "#9c179e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#bd3786"
                                ],
                                [
                                    0.5555555555555556,
                                    "#d8576b"
                                ],
                                [
                                    0.6666666666666666,
                                    "#ed7953"
                                ],
                                [
                                    0.7777777777777778,
                                    "#fb9f3a"
                                ],
                                [
                                    0.8888888888888888,
                                    "#fdca26"
                                ],
                                [
                                    1.0,
                                    "#f0f921"
                                ]
                            ]
                        }
                    ],
                    "scatter": [
                        {
                            "type": "scatter",
                            "marker": {
                                "line": {
                                    "color": "#283442"
                                }
                            }
                        }
                    ],
                    "surface": [
                        {
                            "type": "surface",
                            "colorbar": {
                                "ticks": "",
                                "outlinewidth": 0
                            },
                            "colorscale": [
                                [
                                    0.0,
                                    "#0d0887"
                                ],
                                [
                                    0.1111111111111111,
                                    "#46039f"
                                ],
                                [
                                    0.2222222222222222,
                                    "#7201a8"
                                ],
                                [
                                    0.3333333333333333,
                                    "#9c179e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#bd3786"
                                ],
                                [
                                    0.5555555555555556,
                                    "#d8576b"
                                ],
                                [
                                    0.6666666666666666,
                                    "#ed7953"
                                ],
                                [
                                    0.7777777777777778,
                                    "#fb9f3a"
                                ],
                                [
                                    0.8888888888888888,
                                    "#fdca26"
                                ],
                                [
                                    1.0,
                                    "#f0f921"
                                ]
                            ]
                        }
                    ],
                    "barpolar": [
                        {
                            "type": "barpolar",
                            "marker": {
                                "line": {
                                    "color": "rgb(17,17,17)",
                                    "width": 0.5
                                },
                                "pattern": {
                                    "size": 10,
                                    "fillmode": "overlay",
                                    "solidity": 0.2
                                }
                            }
                        }
                    ],
                    "heatmapgl": [
                        {
                            "type": "heatmapgl",
                            "colorbar": {
                                "ticks": "",
                                "outlinewidth": 0
                            },
                            "colorscale": [
                                [
                                    0.0,
                                    "#0d0887"
                                ],
                                [
                                    0.1111111111111111,
                                    "#46039f"
                                ],
                                [
                                    0.2222222222222222,
                                    "#7201a8"
                                ],
                                [
                                    0.3333333333333333,
                                    "#9c179e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#bd3786"
                                ],
                                [
                                    0.5555555555555556,
                                    "#d8576b"
                                ],
                                [
                                    0.6666666666666666,
                                    "#ed7953"
                                ],
                                [
                                    0.7777777777777778,
                                    "#fb9f3a"
                                ],
                                [
                                    0.8888888888888888,
                                    "#fdca26"
                                ],
                                [
                                    1.0,
                                    "#f0f921"
                                ]
                            ]
                        }
                    ],
                    "histogram": [
                        {
                            "type": "histogram",
                            "marker": {
                                "pattern": {
                                    "size": 10,
                                    "fillmode": "overlay",
                                    "solidity": 0.2
                                }
                            }
                        }
                    ],
                    "parcoords": [
                        {
                            "line": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "type": "parcoords"
                        }
                    ],
                    "scatter3d": [
                        {
                            "line": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "type": "scatter3d",
                            "marker": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            }
                        }
                    ],
                    "scattergl": [
                        {
                            "type": "scattergl",
                            "marker": {
                                "line": {
                                    "color": "#283442"
                                }
                            }
                        }
                    ],
                    "choropleth": [
                        {
                            "type": "choropleth",
                            "colorbar": {
                                "ticks": "",
                                "outlinewidth": 0
                            }
                        }
                    ],
                    "scattergeo": [
                        {
                            "type": "scattergeo",
                            "marker": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            }
                        }
                    ],
                    "histogram2d": [
                        {
                            "type": "histogram2d",
                            "colorbar": {
                                "ticks": "",
                                "outlinewidth": 0
                            },
                            "colorscale": [
                                [
                                    0.0,
                                    "#0d0887"
                                ],
                                [
                                    0.1111111111111111,
                                    "#46039f"
                                ],
                                [
                                    0.2222222222222222,
                                    "#7201a8"
                                ],
                                [
                                    0.3333333333333333,
                                    "#9c179e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#bd3786"
                                ],
                                [
                                    0.5555555555555556,
                                    "#d8576b"
                                ],
                                [
                                    0.6666666666666666,
                                    "#ed7953"
                                ],
                                [
                                    0.7777777777777778,
                                    "#fb9f3a"
                                ],
                                [
                                    0.8888888888888888,
                                    "#fdca26"
                                ],
                                [
                                    1.0,
                                    "#f0f921"
                                ]
                            ]
                        }
                    ],
                    "scatterpolar": [
                        {
                            "type": "scatterpolar",
                            "marker": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            }
                        }
                    ],
                    "contourcarpet": [
                        {
                            "type": "contourcarpet",
                            "colorbar": {
                                "ticks": "",
                                "outlinewidth": 0
                            }
                        }
                    ],
                    "scattercarpet": [
                        {
                            "type": "scattercarpet",
                            "marker": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            }
                        }
                    ],
                    "scattermapbox": [
                        {
                            "type": "scattermapbox",
                            "marker": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            }
                        }
                    ],
                    "scatterpolargl": [
                        {
                            "type": "scatterpolargl",
                            "marker": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            }
                        }
                    ],
                    "scatterternary": [
                        {
                            "type": "scatterternary",
                            "marker": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            }
                        }
                    ],
                    "histogram2dcontour": [
                        {
                            "type": "histogram2dcontour",
                            "colorbar": {
                                "ticks": "",
                                "outlinewidth": 0
                            },
                            "colorscale": [
                                [
                                    0.0,
                                    "#0d0887"
                                ],
                                [
                                    0.1111111111111111,
                                    "#46039f"
                                ],
                                [
                                    0.2222222222222222,
                                    "#7201a8"
                                ],
                                [
                                    0.3333333333333333,
                                    "#9c179e"
                                ],
                                [
                                    0.4444444444444444,
                                    "#bd3786"
                                ],
                                [
                                    0.5555555555555556,
                                    "#d8576b"
                                ],
                                [
                                    0.6666666666666666,
                                    "#ed7953"
                                ],
                                [
                                    0.7777777777777778,
                                    "#fb9f3a"
                                ],
                                [
                                    0.8888888888888888,
                                    "#fdca26"
                                ],
                                [
                                    1.0,
                                    "#f0f921"
                                ]
                            ]
                        }
                    ]
                },
                "layout": {
                    "geo": {
                        "bgcolor": "rgb(17,17,17)",
                        "showland": true,
                        "lakecolor": "rgb(17,17,17)",
                        "landcolor": "rgb(17,17,17)",
                        "showlakes": true,
                        "subunitcolor": "#506784"
                    },
                    "font": {
                        "color": "#f2f5fa"
                    },
                    "polar": {
                        "bgcolor": "rgb(17,17,17)",
                        "radialaxis": {
                            "ticks": "",
                            "gridcolor": "#506784",
                            "linecolor": "#506784"
                        },
                        "angularaxis": {
                            "ticks": "",
                            "gridcolor": "#506784",
                            "linecolor": "#506784"
                        }
                    },
                    "scene": {
                        "xaxis": {
                            "ticks": "",
                            "gridcolor": "#506784",
                            "gridwidth": 2,
                            "linecolor": "#506784",
                            "zerolinecolor": "#C8D4E3",
                            "showbackground": true,
                            "backgroundcolor": "rgb(17,17,17)"
                        },
                        "yaxis": {
                            "ticks": "",
                            "gridcolor": "#506784",
                            "gridwidth": 2,
                            "linecolor": "#506784",
                            "zerolinecolor": "#C8D4E3",
                            "showbackground": true,
                            "backgroundcolor": "rgb(17,17,17)"
                        },
                        "zaxis": {
                            "ticks": "",
                            "gridcolor": "#506784",
                            "gridwidth": 2,
                            "linecolor": "#506784",
                            "zerolinecolor": "#C8D4E3",
                            "showbackground": true,
                            "backgroundcolor": "rgb(17,17,17)"
                        }
                    },
                    "title": {
                        "x": 0.05
                    },
                    "xaxis": {
                        "ticks": "",
                        "title": {
                            "standoff": 15
                        },
                        "gridcolor": "#283442",
                        "linecolor": "#506784",
                        "automargin": true,
                        "zerolinecolor": "#283442",
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "ticks": "",
                        "title": {
                            "standoff": 15
                        },
                        "gridcolor": "#283442",
                        "linecolor": "#506784",
                        "automargin": true,
                        "zerolinecolor": "#283442",
                        "zerolinewidth": 2
                    },
                    "mapbox": {
                        "style": "dark"
                    },
                    "ternary": {
                        "aaxis": {
                            "ticks": "",
                            "gridcolor": "#506784",
                            "linecolor": "#506784"
                        },
                        "baxis": {
                            "ticks": "",
                            "gridcolor": "#506784",
                            "linecolor": "#506784"
                        },
                        "caxis": {
                            "ticks": "",
                            "gridcolor": "#506784",
                            "linecolor": "#506784"
                        },
                        "bgcolor": "rgb(17,17,17)"
                    },
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#FFA15A",
                        "#19d3f3",
                        "#FF6692",
                        "#B6E880",
                        "#FF97FF",
                        "#FECB52"
                    ],
                    "coloraxis": {
                        "colorbar": {
                            "ticks": "",
                            "outlinewidth": 0
                        }
                    },
                    "hovermode": "closest",
                    "colorscale": {
                        "diverging": [
                            [
                                0,
                                "#8e0152"
                            ],
                            [
                                0.1,
                                "#c51b7d"
                            ],
                            [
                                0.2,
                                "#de77ae"
                            ],
                            [
                                0.3,
                                "#f1b6da"
                            ],
                            [
                                0.4,
                                "#fde0ef"
                            ],
                            [
                                0.5,
                                "#f7f7f7"
                            ],
                            [
                                0.6,
                                "#e6f5d0"
                            ],
                            [
                                0.7,
                                "#b8e186"
                            ],
                            [
                                0.8,
                                "#7fbc41"
                            ],
                            [
                                0.9,
                                "#4d9221"
                            ],
                            [
                                1,
                                "#276419"
                            ]
                        ],
                        "sequential": [
                            [
                                0.0,
                                "#0d0887"
                            ],
                            [
                                0.1111111111111111,
                                "#46039f"
                            ],
                            [
                                0.2222222222222222,
                                "#7201a8"
                            ],
                            [
                                0.3333333333333333,
                                "#9c179e"
                            ],
                            [
                                0.4444444444444444,
                                "#bd3786"
                            ],
                            [
                                0.5555555555555556,
                                "#d8576b"
                            ],
                            [
                                0.6666666666666666,
                                "#ed7953"
                            ],
                            [
                                0.7777777777777778,
                                "#fb9f3a"
                            ],
                            [
                                0.8888888888888888,
                                "#fdca26"
                            ],
                            [
                                1.0,
                                "#f0f921"
                            ]
                        ],
                        "sequentialminus": [
                            [
                                0.0,
                                "#0d0887"
                            ],
                            [
                                0.1111111111111111,
                                "#46039f"
                            ],
                            [
                                0.2222222222222222,
                                "#7201a8"
                            ],
                            [
                                0.3333333333333333,
                                "#9c179e"
                            ],
                            [
                                0.4444444444444444,
                                "#bd3786"
                            ],
                            [
                                0.5555555555555556,
                                "#d8576b"
                            ],
                            [
                                0.6666666666666666,
                                "#ed7953"
                            ],
                            [
                                0.7777777777777778,
                                "#fb9f3a"
                            ],
                            [
                                0.8888888888888888,
                                "#fdca26"
                            ],
                            [
                                1.0,
                                "#f0f921"
                            ]
                        ]
                    },
                    "hoverlabel": {
                        "align": "left"
                    },
                    "plot_bgcolor": "rgb(17,17,17)",
                    "paper_bgcolor": "rgb(17,17,17)",
                    "shapedefaults": {
                        "line": {
                            "color": "#f2f5fa"
                        }
                    },
                    "sliderdefaults": {
                        "bgcolor": "#C8D4E3",
                        "tickwidth": 0,
                        "bordercolor": "rgb(17,17,17)",
                        "borderwidth": 1
                    },
                    "autotypenumbers": "strict",
                    "annotationdefaults": {
                        "arrowhead": 0,
                        "arrowcolor": "#f2f5fa",
                        "arrowwidth": 1
                    },
                    "updatemenudefaults": {
                        "bgcolor": "#506784",
                        "borderwidth": 0
                    }
                }
            },
            "updatemenus": [
                {
                    "x": 1,
                    "y": 1.04,
                    "font": {
                        "color": "lightgray"
                    },
                    "active": 14,
                    "buttons": [
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            42.01
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            47.85
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            47.85
                                        ],
                                        [
                                            29.38
                                        ],
                                        [
                                            48.79
                                        ],
                                        [
                                            29.38
                                        ],
                                        [
                                            48.79
                                        ],
                                        [
                                            29.38
                                        ],
                                        [
                                            48.79
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "42.01",
                                        "27.47",
                                        "47.85",
                                        "27.47",
                                        "47.85",
                                        "29.38",
                                        "48.79",
                                        "29.38",
                                        "48.79",
                                        "29.38",
                                        "48.79"
                                    ]
                                }
                            ],
                            "label": "Eastern England",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            48.66
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            53.94
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            53.94
                                        ],
                                        [
                                            29.43
                                        ],
                                        [
                                            54.85
                                        ],
                                        [
                                            29.43
                                        ],
                                        [
                                            54.85
                                        ],
                                        [
                                            29.43
                                        ],
                                        [
                                            54.85
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "48.66",
                                        "27.47",
                                        "53.94",
                                        "27.47",
                                        "53.94",
                                        "29.43",
                                        "54.85",
                                        "29.43",
                                        "54.85",
                                        "29.43",
                                        "54.85"
                                    ]
                                }
                            ],
                            "label": "East Midlands",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            36.53
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            38.72
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            38.72
                                        ],
                                        [
                                            29.95
                                        ],
                                        [
                                            39.54
                                        ],
                                        [
                                            29.95
                                        ],
                                        [
                                            39.54
                                        ],
                                        [
                                            29.95
                                        ],
                                        [
                                            39.54
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "36.53",
                                        "27.47",
                                        "38.72",
                                        "27.47",
                                        "38.72",
                                        "29.95",
                                        "39.54",
                                        "29.95",
                                        "39.54",
                                        "29.95",
                                        "39.54"
                                    ]
                                }
                            ],
                            "label": "London",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            60.18
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            64.97
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            64.97
                                        ],
                                        [
                                            29.86
                                        ],
                                        [
                                            65.84
                                        ],
                                        [
                                            29.86
                                        ],
                                        [
                                            65.84
                                        ],
                                        [
                                            29.86
                                        ],
                                        [
                                            65.84
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "60.18",
                                        "27.47",
                                        "64.97",
                                        "27.47",
                                        "64.97",
                                        "29.86",
                                        "65.84",
                                        "29.86",
                                        "65.84",
                                        "29.86",
                                        "65.84"
                                    ]
                                }
                            ],
                            "label": "Merseyside and Northern Wales",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            52.31
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            60.66
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            60.66
                                        ],
                                        [
                                            29.62
                                        ],
                                        [
                                            61.56
                                        ],
                                        [
                                            29.62
                                        ],
                                        [
                                            61.56
                                        ],
                                        [
                                            29.62
                                        ],
                                        [
                                            61.56
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "52.31",
                                        "27.47",
                                        "60.66",
                                        "27.47",
                                        "60.66",
                                        "29.62",
                                        "61.56",
                                        "29.62",
                                        "61.56",
                                        "29.62",
                                        "61.56"
                                    ]
                                }
                            ],
                            "label": "West Midlands",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            55.38
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            69.14
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            69.14
                                        ],
                                        [
                                            29.68
                                        ],
                                        [
                                            70.05
                                        ],
                                        [
                                            29.68
                                        ],
                                        [
                                            70.05
                                        ],
                                        [
                                            29.68
                                        ],
                                        [
                                            70.05
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "55.38",
                                        "27.47",
                                        "69.14",
                                        "27.47",
                                        "69.14",
                                        "29.68",
                                        "70.05",
                                        "29.68",
                                        "70.05",
                                        "29.68",
                                        "70.05"
                                    ]
                                }
                            ],
                            "label": "North Eastern England",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            49.77
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            49.12
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            49.12
                                        ],
                                        [
                                            29.71
                                        ],
                                        [
                                            49.98
                                        ],
                                        [
                                            29.71
                                        ],
                                        [
                                            49.98
                                        ],
                                        [
                                            29.71
                                        ],
                                        [
                                            49.98
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "49.77",
                                        "27.47",
                                        "49.12",
                                        "27.47",
                                        "49.12",
                                        "29.71",
                                        "49.98",
                                        "29.71",
                                        "49.98",
                                        "29.71",
                                        "49.98"
                                    ]
                                }
                            ],
                            "label": "North Western England",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            47.95
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            61.27
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            61.27
                                        ],
                                        [
                                            29.25
                                        ],
                                        [
                                            62.22
                                        ],
                                        [
                                            29.25
                                        ],
                                        [
                                            62.22
                                        ],
                                        [
                                            29.25
                                        ],
                                        [
                                            62.22
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "47.95",
                                        "27.47",
                                        "61.27",
                                        "27.47",
                                        "61.27",
                                        "29.25",
                                        "62.22",
                                        "29.25",
                                        "62.22",
                                        "29.25",
                                        "62.22"
                                    ]
                                }
                            ],
                            "label": "Southern England",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            45.56
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            54.83
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            54.83
                                        ],
                                        [
                                            29.34
                                        ],
                                        [
                                            55.79
                                        ],
                                        [
                                            29.34
                                        ],
                                        [
                                            55.79
                                        ],
                                        [
                                            29.34
                                        ],
                                        [
                                            55.79
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "45.56",
                                        "27.47",
                                        "54.83",
                                        "27.47",
                                        "54.83",
                                        "29.34",
                                        "55.79",
                                        "29.34",
                                        "55.79",
                                        "29.34",
                                        "55.79"
                                    ]
                                }
                            ],
                            "label": "South Eastern England",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            52.17
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            61.19
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            61.19
                                        ],
                                        [
                                            29.77
                                        ],
                                        [
                                            62.06
                                        ],
                                        [
                                            29.77
                                        ],
                                        [
                                            62.06
                                        ],
                                        [
                                            29.77
                                        ],
                                        [
                                            62.06
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "52.17",
                                        "27.47",
                                        "61.19",
                                        "27.47",
                                        "61.19",
                                        "29.77",
                                        "62.06",
                                        "29.77",
                                        "62.06",
                                        "29.77",
                                        "62.06"
                                    ]
                                }
                            ],
                            "label": "Southern Wales",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            56.63
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            65.12
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            65.12
                                        ],
                                        [
                                            29.35
                                        ],
                                        [
                                            66.07
                                        ],
                                        [
                                            29.35
                                        ],
                                        [
                                            66.07
                                        ],
                                        [
                                            29.35
                                        ],
                                        [
                                            66.07
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "56.63",
                                        "27.47",
                                        "65.12",
                                        "27.47",
                                        "65.12",
                                        "29.35",
                                        "66.07",
                                        "29.35",
                                        "66.07",
                                        "29.35",
                                        "66.07"
                                    ]
                                }
                            ],
                            "label": "South Western England",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            53.95
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            65.37
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            65.37
                                        ],
                                        [
                                            29.67
                                        ],
                                        [
                                            66.26
                                        ],
                                        [
                                            29.67
                                        ],
                                        [
                                            66.26
                                        ],
                                        [
                                            29.67
                                        ],
                                        [
                                            66.26
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "53.95",
                                        "27.47",
                                        "65.37",
                                        "27.47",
                                        "65.37",
                                        "29.67",
                                        "66.26",
                                        "29.67",
                                        "66.26",
                                        "29.67",
                                        "66.26"
                                    ]
                                }
                            ],
                            "label": "Yorkshire",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            60.02
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            61.25
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            61.25
                                        ],
                                        [
                                            29.74
                                        ],
                                        [
                                            62.12
                                        ],
                                        [
                                            29.74
                                        ],
                                        [
                                            62.12
                                        ],
                                        [
                                            29.74
                                        ],
                                        [
                                            62.12
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "60.02",
                                        "27.47",
                                        "61.25",
                                        "27.47",
                                        "61.25",
                                        "29.74",
                                        "62.12",
                                        "29.74",
                                        "62.12",
                                        "29.74",
                                        "62.12"
                                    ]
                                }
                            ],
                            "label": "Southern Scotland",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            57.33
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            59.03
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            59.03
                                        ],
                                        [
                                            29.71
                                        ],
                                        [
                                            59.93
                                        ],
                                        [
                                            29.71
                                        ],
                                        [
                                            59.93
                                        ],
                                        [
                                            29.71
                                        ],
                                        [
                                            59.93
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "57.33",
                                        "27.47",
                                        "59.03",
                                        "27.47",
                                        "59.03",
                                        "29.71",
                                        "59.93",
                                        "29.71",
                                        "59.93",
                                        "29.71",
                                        "59.93"
                                    ]
                                }
                            ],
                            "label": "Northern Scotland",
                            "method": "update"
                        },
                        {
                            "args": [
                                {
                                    "y": [
                                        [
                                            27.47
                                        ],
                                        [
                                            51.32
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            58.03
                                        ],
                                        [
                                            27.47
                                        ],
                                        [
                                            58.03
                                        ],
                                        [
                                            29.6
                                        ],
                                        [
                                            58.93
                                        ],
                                        [
                                            29.6
                                        ],
                                        [
                                            58.93
                                        ],
                                        [
                                            29.6
                                        ],
                                        [
                                            58.93
                                        ]
                                    ],
                                    "text": [
                                        "27.47",
                                        "51.32",
                                        "27.47",
                                        "58.03",
                                        "27.47",
                                        "58.03",
                                        "29.6",
                                        "58.93",
                                        "29.6",
                                        "58.93",
                                        "29.6",
                                        "58.93"
                                    ]
                                }
                            ],
                            "label": "National Average",
                            "method": "update"
                        }
                    ],
                    "xanchor": "right",
                    "yanchor": "bottom",
                    "direction": "down",
                    "showactive": true
                }
            ],
            "plot_bgcolor": "rgb(23, 23, 23)",
            "paper_bgcolor": "rgb(23, 23, 23)"
        }
    },
    "height": null,
    "width": null,
    "user": {
        "profile_url": "https://chart-studio.plotly.com/~ScroogeMcD_ck",
        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.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-01-04 14:58:26",
        "mapbox_access_tokens": null,
        "has_password": null,
        "username": "ScroogeMcD_ck",
        "email": null,
        "is_active": null,
        "readonly": null,
        "is_dash_creator": null,
        "dash_created_count": null,
        "is_chart_creator": null,
        "charts_created_count": null
    }
}