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

{
    "creation_time": "2022-04-26T08:58:11.272071Z",
    "comments": {
        "results": [],
        "count": 0
    },
    "parented": true,
    "embed_url": "https://chart-studio.plotly.com/~feiwu/63.embed",
    "fid": "feiwu:63",
    "filename": "map_compare_ab_jrcy copy copy",
    "filetype": "plot",
    "img_url": "https://storage.googleapis.com/plotly-prod-images/feiwu/63/9_EJ4LY4XK1TFE06F8T6OM5T31LG3UUE.png",
    "image_urls": {
        "default": "https://storage.googleapis.com/plotly-prod-images/feiwu/63/2_T1AR9ZLSOPXOUNVCKDTET5MTGBA5QF.png",
        "block-thumb": "https://storage.googleapis.com/plotly-prod-images/feiwu/63/8_UU2V0UPJEEVG1O4XGPXLN2K0YAY79Z.png",
        "list-thumb": "https://storage.googleapis.com/plotly-prod-images/feiwu/63/9_EJ4LY4XK1TFE06F8T6OM5T31LG3UUE.png"
    },
    "api_urls": {
        "files": "https://api.plotly.com/v2/files/feiwu:63",
        "plots": "https://api.plotly.com/v2/plots/feiwu:63",
        "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/63/",
    "world_readable": true,
    "date_modified": "2022-10-19T10:33:50.272Z",
    "stars": {
        "results": [],
        "count": 0
    },
    "collaborators": {
        "results": [],
        "count": 0
    },
    "subfolder_count": null,
    "refresh_interval": null,
    "organize_view_url": "https://chart-studio.plotly.com/~feiwu/63/",
    "current_user_permission": "read",
    "is_theme": null,
    "is_template": false,
    "autosize": true,
    "caption": "",
    "figure": {
        "data": [
            {
                "geo": "geo6",
                "meta": {
                    "columnNames": {
                        "z": "manure",
                        "locations": "A"
                    }
                },
                "name": "AB_manure",
                "type": "choropleth",
                "zmax": 2,
                "zsrc": "feiwu:64:3cd13c",
                "zauto": false,
                "marker": {
                    "opacity": 1
                },
                "colorbar": {
                    "x": 1.0047374492823153,
                    "y": 0.7876814290340248,
                    "len": 0.4,
                    "ticks": "inside",
                    "title": {
                        "font": {
                            "color": "rgb(5, 5, 5)"
                        },
                        "text": "<b>PJ</b>"
                    },
                    "nticks": 6,
                    "tickfont": {
                        "color": "rgb(255, 255, 255)"
                    }
                },
                "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"
                    ]
                ],
                "hoverlabel": {
                    "namelength": -1
                },
                "locationmode": "ISO-3",
                "locationssrc": "feiwu:64:5ff370",
                "reversescale": false,
                "hovertemplate": " ",
                "autocolorscale": false
            },
            {
                "geo": "geo7",
                "meta": {
                    "columnNames": {
                        "z": "agr_",
                        "locations": "A"
                    }
                },
                "name": "<b>AB_agr</b>",
                "type": "choropleth",
                "zmax": 15,
                "zsrc": "feiwu:64:497739",
                "zauto": false,
                "colorbar": {
                    "x": -0.052214424295918827,
                    "y": 0.7917315998675349,
                    "len": 0.4,
                    "ticks": "inside",
                    "title": {
                        "text": "<b>PJ</b>"
                    },
                    "nticks": 6
                },
                "colorscale": [
                    [
                        0,
                        "#f7fcf5"
                    ],
                    [
                        0.125,
                        "#e5f5e0"
                    ],
                    [
                        0.25,
                        "#c7e9c0"
                    ],
                    [
                        0.375,
                        "#a1d99b"
                    ],
                    [
                        0.5,
                        "#74c476"
                    ],
                    [
                        0.625,
                        "#41ab5d"
                    ],
                    [
                        0.75,
                        "#238b45"
                    ],
                    [
                        0.875,
                        "#006d2c"
                    ],
                    [
                        1,
                        "#00441b"
                    ]
                ],
                "locationmode": "ISO-3",
                "locationssrc": "feiwu:64:5ff370",
                "autocolorscale": false
            },
            {
                "geo": "geo8",
                "meta": {
                    "columnNames": {
                        "z": "E",
                        "locations": "A"
                    }
                },
                "type": "choropleth",
                "zsrc": "feiwu:64:8ef6a7",
                "showscale": false,
                "locationmode": "ISO-3",
                "locationssrc": "feiwu:64:5ff370"
            },
            {
                "geo": "geo9",
                "meta": {
                    "columnNames": {
                        "z": "shells",
                        "locations": "A"
                    }
                },
                "type": "choropleth",
                "zsrc": "feiwu:64:6f4b6d",
                "showscale": false,
                "locationmode": "ISO-3",
                "locationssrc": "feiwu:64:5ff370"
            }
        ],
        "frames": [],
        "layout": {
            "font": {
                "family": "Arial"
            },
            "geo6": {
                "center": {
                    "lat": 58.007208243298024,
                    "lon": 13.798705979982739
                },
                "domain": {
                    "x": [
                        0.5,
                        1
                    ],
                    "y": [
                        0.5,
                        1
                    ]
                },
                "projection": {
                    "scale": 3.703938279794494,
                    "rotation": {
                        "lon": 13.798705979982739
                    }
                }
            },
            "geo7": {
                "center": {
                    "lat": 58.08025670501645,
                    "lon": 12.865951959743388
                },
                "domain": {
                    "x": [
                        null,
                        0.5
                    ],
                    "y": [
                        0.5,
                        1
                    ]
                },
                "projection": {
                    "scale": 3.7374029909531243,
                    "rotation": {
                        "lon": 12.865951959743388
                    }
                }
            },
            "geo8": {
                "center": {
                    "lat": 57.37599537009817,
                    "lon": 15.90514224469728
                },
                "domain": {
                    "x": [
                        0,
                        0.5
                    ],
                    "y": [
                        0,
                        0.5
                    ]
                },
                "projection": {
                    "scale": 3.604263756039635,
                    "rotation": {
                        "lon": 15.90514224469728
                    }
                }
            },
            "geo9": {
                "center": {
                    "lat": 56.865030380301846,
                    "lon": 15.686044041153636
                },
                "domain": {
                    "x": [
                        0.5,
                        1
                    ],
                    "y": [
                        0,
                        0.5
                    ]
                },
                "projection": {
                    "scale": 3.493975240266896,
                    "rotation": {
                        "lon": 15.686044041153636
                    }
                }
            },
            "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
            },
            "shapes": [],
            "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.0021903221584475274,
                    "y": 0.5027145359019265,
                    "font": {
                        "size": 18
                    },
                    "text": "<b>(e) Agricultural primary residues</b>",
                    "showarrow": false
                },
                {
                    "x": 0.5453020134228186,
                    "y": 0.5027145359019265,
                    "font": {
                        "size": 18
                    },
                    "text": "<b>(f) Manure</b>",
                    "showarrow": false
                },
                {
                    "x": 0.005177484657314815,
                    "y": 1.024981571687475,
                    "font": {
                        "size": 18
                    },
                    "text": "<b>JRC (2050 non-dedicated agricultural biomass potential)</b>",
                    "showarrow": false
                },
                {
                    "x": 1.061332751563029,
                    "y": 0.8659698686424917,
                    "text": "1.5<br><br>\n<br> 1<br>\n<br>\n<br> 0.5<br>\n<br>\n<br>\n0",
                    "showarrow": false
                },
                {
                    "x": 1.059005867879945,
                    "y": 0.9236393850410146,
                    "font": {
                        "size": 12,
                        "color": "rgb(247, 5, 5)"
                    },
                    "text": "&gt;&gt;&gt;",
                    "showarrow": false,
                    "textangle": 270
                },
                {
                    "x": 0.7591387655019414,
                    "y": -0.010545395819351287,
                    "font": {
                        "size": 18
                    },
                    "text": "<b>(h) Animal fats &amp; oil (by-products)</b>",
                    "showarrow": false
                },
                {
                    "x": 0.0030860412250062197,
                    "y": -0.020571118262081453,
                    "font": {
                        "size": 18
                    },
                    "text": "<b>(g) Nuts shells (by-products)</b>",
                    "showarrow": false
                },
                {
                    "x": 1.058456433250469,
                    "y": 0.964879500639304,
                    "font": {
                        "color": "rgb(255, 0, 0)"
                    },
                    "text": "<b>6</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
    }
}