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

{
    "creation_time": "2022-03-09T14:17:33.817175Z",
    "comments": {
        "results": [],
        "count": 0
    },
    "parented": true,
    "embed_url": "https://chart-studio.plotly.com/~feiwu/52.embed",
    "fid": "feiwu:52",
    "filename": "map_compare_ab_jrcy",
    "filetype": "plot",
    "img_url": "https://storage.googleapis.com/plotly-prod-images/feiwu/52/9_5SQS53WV4OZT1AUKBTUIV1DMDOI4QE.png",
    "image_urls": {
        "default": "https://storage.googleapis.com/plotly-prod-images/feiwu/52/2_U0RXHD5PTT77OQUFRRFVZ748SNRPJ4.png",
        "block-thumb": "https://storage.googleapis.com/plotly-prod-images/feiwu/52/8_44M5W49B7CE7XB7HUQ576Y3QVW4LXA.png",
        "list-thumb": "https://storage.googleapis.com/plotly-prod-images/feiwu/52/9_5SQS53WV4OZT1AUKBTUIV1DMDOI4QE.png"
    },
    "api_urls": {
        "files": "https://api.plotly.com/v2/files/feiwu:52",
        "plots": "https://api.plotly.com/v2/plots/feiwu:52",
        "parent": "https://api.plotly.com/v2/folders/home?user=feiwu"
    },
    "owner": "feiwu",
    "parent": -1,
    "preview": "",
    "referencers": [],
    "references": [],
    "title": "",
    "views": 2,
    "web_url": "https://chart-studio.plotly.com/~feiwu/52/",
    "world_readable": true,
    "date_modified": "2022-04-26T08:55:08.271Z",
    "stars": {
        "results": [],
        "count": 0
    },
    "collaborators": {
        "results": [],
        "count": 0
    },
    "subfolder_count": null,
    "refresh_interval": null,
    "organize_view_url": "https://chart-studio.plotly.com/~feiwu/52/",
    "current_user_permission": "read",
    "is_theme": null,
    "is_template": false,
    "autosize": true,
    "caption": "",
    "figure": {
        "data": [
            {
                "meta": {
                    "columnNames": {
                        "z": "AB_Manure",
                        "locations": "CountryCode"
                    }
                },
                "name": "Manure_AB",
                "type": "choropleth",
                "zmax": 20,
                "zmin": 0,
                "zsrc": "feiwu:53:f300ce",
                "zauto": false,
                "marker": {
                    "line": {
                        "width": 1
                    }
                },
                "colorbar": {
                    "x": 0.7028661794298886,
                    "y": 0.47811447811447816,
                    "len": 0.5,
                    "title": {
                        "font": {
                            "size": 14
                        },
                        "side": "bottom",
                        "text": "<b>Manure: TWh</b>"
                    },
                    "xanchor": "center",
                    "yanchor": "middle"
                },
                "showscale": true,
                "colorscale": [
                    [
                        0,
                        "#ffffe5"
                    ],
                    [
                        0.125,
                        "#fff7bc"
                    ],
                    [
                        0.25,
                        "#fee391"
                    ],
                    [
                        0.375,
                        "#fec44f"
                    ],
                    [
                        0.5,
                        "#fe9929"
                    ],
                    [
                        0.625,
                        "#ec7014"
                    ],
                    [
                        0.75,
                        "#cc4c02"
                    ],
                    [
                        0.875,
                        "#993404"
                    ],
                    [
                        1,
                        "#662506"
                    ]
                ],
                "locationmode": "ISO-3",
                "locationssrc": "feiwu:53:020ecc",
                "reversescale": false,
                "hovertemplate": " ",
                "autocolorscale": false
            },
            {
                "geo": "geo2",
                "meta": {
                    "columnNames": {
                        "z": "Manure",
                        "locations": "country"
                    }
                },
                "name": "<b>Manure_JRC</b>",
                "type": "choropleth",
                "zmax": 20,
                "zmin": 0,
                "zsrc": "feiwu:55:4e6b6a",
                "zauto": false,
                "colorbar": {
                    "title": {
                        "text": "<b>Production (by Biomass - by Hydrogen) normalised by demand</b>"
                    }
                },
                "showscale": false,
                "colorscale": [
                    [
                        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"
                    ]
                ],
                "locationmode": "ISO-3",
                "locationssrc": "feiwu:55:ba2840",
                "hovertemplate": " ",
                "autocolorscale": false
            }
        ],
        "frames": [],
        "layout": {
            "geo": {
                "scope": "world",
                "center": {
                    "lat": 57.432373930613416,
                    "lon": -12.18114015941702
                },
                "domain": {
                    "x": [
                        null,
                        0.33
                    ],
                    "y": [
                        null,
                        1
                    ]
                },
                "lonaxis": {
                    "showgrid": false
                },
                "visible": false,
                "projection": {
                    "scale": 3.482202253184497,
                    "rotation": {
                        "lon": -12.18114015941702
                    }
                }
            },
            "font": {
                "family": "Arial"
            },
            "geo2": {
                "center": {
                    "lat": 57.197512434636955,
                    "lon": 4.431155498201102
                },
                "domain": {
                    "x": [
                        0.33,
                        0.66
                    ],
                    "y": [
                        0,
                        1
                    ]
                },
                "visible": false,
                "fitbounds": false,
                "projection": {
                    "scale": 3.711492649727368,
                    "rotation": {
                        "lon": 4.431155498201102
                    }
                }
            },
            "title": {
                "x": 0.5,
                "font": {
                    "size": 20
                },
                "text": "<br>"
            },
            "xaxis": {
                "range": [
                    -1,
                    6
                ],
                "autorange": true
            },
            "yaxis": {
                "range": [
                    -1,
                    4
                ],
                "autorange": true
            },
            "mapbox": {},
            "margin": {
                "b": 80,
                "l": 80
            },
            "modebar": {
                "orientation": "h"
            },
            "autosize": true,
            "colorway": [
                "#2E91E5",
                "#E15F99",
                "#1CA71C",
                "#FB0D0D",
                "#DA16FF",
                "#222A2A",
                "#B68100",
                "#750D86",
                "#EB663B",
                "#511CFB",
                "#00A08B",
                "#FB00D1",
                "#FC0080",
                "#B2828D",
                "#6C7C32",
                "#778AAE",
                "#862A16",
                "#A777F1",
                "#620042",
                "#1616A7",
                "#DA60CA",
                "#6C4516",
                "#0D2A63",
                "#AF0038"
            ],
            "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"
            },
            "colorscale": {
                "diverging": [
                    [
                        0,
                        "#543005"
                    ],
                    [
                        0.1,
                        "#8c510a"
                    ],
                    [
                        0.2,
                        "#bf812d"
                    ],
                    [
                        0.3,
                        "#dfc27d"
                    ],
                    [
                        0.4,
                        "#f6e8c3"
                    ],
                    [
                        0.5,
                        "#f5f5f5"
                    ],
                    [
                        0.6,
                        "#c7eae5"
                    ],
                    [
                        0.7,
                        "#80cdc1"
                    ],
                    [
                        0.8,
                        "#35978f"
                    ],
                    [
                        0.9,
                        "#01665e"
                    ],
                    [
                        1,
                        "#003c30"
                    ]
                ],
                "sequential": [
                    [
                        0,
                        "#f7fcf0"
                    ],
                    [
                        0.125,
                        "#e0f3db"
                    ],
                    [
                        0.25,
                        "#ccebc5"
                    ],
                    [
                        0.375,
                        "#a8ddb5"
                    ],
                    [
                        0.5,
                        "#7bccc4"
                    ],
                    [
                        0.625,
                        "#4eb3d3"
                    ],
                    [
                        0.75,
                        "#2b8cbe"
                    ],
                    [
                        0.875,
                        "#0868ac"
                    ],
                    [
                        1,
                        "#084081"
                    ]
                ],
                "sequentialminus": [
                    [
                        0,
                        "#00224e"
                    ],
                    [
                        0.1111111111111111,
                        "#123570"
                    ],
                    [
                        0.2222222222222222,
                        "#3b496c"
                    ],
                    [
                        0.3333333333333333,
                        "#575d6d"
                    ],
                    [
                        0.4444444444444444,
                        "#707173"
                    ],
                    [
                        0.5555555555555556,
                        "#8a8678"
                    ],
                    [
                        0.6666666666666666,
                        "#a59c74"
                    ],
                    [
                        0.7777777777777778,
                        "#c3b369"
                    ],
                    [
                        0.8888888888888888,
                        "#e1cc55"
                    ],
                    [
                        1,
                        "#fee838"
                    ]
                ]
            },
            "showlegend": false,
            "annotations": [
                {
                    "x": 0.18089165245755798,
                    "y": 0.24697645349819253,
                    "font": {
                        "size": 18
                    },
                    "text": "<b>This Study (SOLm)</b>",
                    "showarrow": false
                },
                {
                    "x": 0.5247836613500743,
                    "y": 0.25051430291534127,
                    "font": {
                        "size": 18
                    },
                    "text": "<b>JRC (CAPRI)<b>",
                    "showarrow": false
                }
            ]
        }
    },
    "height": null,
    "width": null,
    "user": {
        "profile_url": "https://chart-studio.plotly.com/~feiwu",
        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg",
        "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
        "bio": "",
        "nickname": "",
        "website": "",
        "stream_tokens": null,
        "feature_set_id": null,
        "csrf_token": null,
        "date_joined": "2021-09-30 09:11:39",
        "mapbox_access_tokens": null,
        "has_password": null,
        "username": "feiwu",
        "email": null,
        "is_active": null,
        "readonly": null,
        "is_dash_creator": null,
        "dash_created_count": null,
        "is_chart_creator": null,
        "charts_created_count": null
    }
}