Plots List
Plots
This endpoint handles manipulation of Plotly plot files.
Reference
Authorization
Any user with or without a Plotly account may view public plots. For private plots, see authentication.
Actions
list
Listing all public plots can be done via a GET request to this endpoint.
By default, plots will be listed in order of date created. The order_by
query parameter is accepted at this endpoint. Currently, only ordering by
views
is supported. It is possible to filter the plots by quality
with min_quality
or max_quality
as query parameter.
Example:
// GET https://api.plotly.com/v2/plots/ ---> 200
// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200
// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200
// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200
feed
Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.
Example:
// GET https://api.plotly.com/v2/plots/feed ---> 200
create
You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.
Example:
// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}
// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
"figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}
// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
"figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}
When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:
- source_fid: the fid of a plot that was copied (and presumably edited) to produce this one
detail
There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.
This information can only be reached with a GET to this endpoint.
Example:
// GET https://api.plotly.com/v2/plots/iheartgraphs:90
content
The contents of a plot can be downloaded via the content resource. The plot
content contains referenced grid/column data by default. If you wish to
return the raw grid/column data, the inline_data=true
query must be included
in the request url. The Content-Type header will be appropriately set for the
response body.
Alternatively, you can set ?map_data=unreadable
to append a mapping of
sources to data that belongs to grids which are unreadable for the
requestor. This is useful when you have read access to another users plot,
but that plot contains grid references which you don't have access to.
Examples:
// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK
// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK
// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK
GET /v2/plots/?cursor=cD0yMDI1LTA5LTExKzA4JTNBMDAlM0E0MC45Njk1NDQlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTExKzA3JTNBMjUlM0EzOC44NTAwMjUlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0xMSswOCUzQTAwJTNBMzYuNzE5NTQ1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-11T08:00:36.719545Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/93.embed", "fid": "gergely_istvan_toth:93", "filename": "example2_scatter_plot_1757577633", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/93/9_9P724RC5X2817AFFHWENYMKAKPVDBA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/93/2_090PWE8BDL5IET69TBML7Y8OS4XL9Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/93/8_T7Z176JOZU2BLRCBWSJOW7BBBSL53E.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/93/9_9P724RC5X2817AFFHWENYMKAKPVDBA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:93", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:93", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/93/", "world_readable": true, "date_modified": "2025-09-11T08:00:36.731Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/93/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "A", "type": "scatter", "xsrc": "gergely_istvan_toth:92:cfdc73", "ysrc": "gergely_istvan_toth:92:1f1ffc", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "A", "orientation": "v", "hovertemplate": "category=A<br>x=%{x}<br>y=%{y}<extra></extra>" }, { "mode": "markers", "name": "B", "type": "scatter", "xsrc": "gergely_istvan_toth:92:b9e0cc", "ysrc": "gergely_istvan_toth:92:4d271a", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": true, "legendgroup": "B", "orientation": "v", "hovertemplate": "category=B<br>x=%{x}<br>y=%{y}<extra></extra>" } ], "layout": { "title": { "text": "Sample Scatter Plot" }, "xaxis": { "title": { "text": "x" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "y" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "category" }, "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:00:33.077887Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/91.embed", "fid": "gergely_istvan_toth:91", "filename": "example2_bar_chart_1757577629", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/91/9_WE9G6HMM7X2RGK6Y5WKWEUVI8VI3HC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/91/2_9FGTBUWT0OSIEAGOS4JLT04420UU8C.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/91/8_OR8MA8XHNKSBWHJFTJHHR2A6VQ7QA6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/91/9_WE9G6HMM7X2RGK6Y5WKWEUVI8VI3HC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:91", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:91", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/91/", "world_readable": true, "date_modified": "2025-09-11T08:00:33.095Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/91/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "bar", "xsrc": "gergely_istvan_toth:90:f7feef", "ysrc": "gergely_istvan_toth:90:958d57" } ], "layout": { "title": { "text": "Sample Bar Chart" }, "xaxis": { "title": { "text": "Categories" } }, "yaxis": { "title": { "text": "Values" } }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:00:29.346330Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/89.embed", "fid": "gergely_istvan_toth:89", "filename": "example2_line_plot_1757577625", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/89/9_ZD2POQV5FKG2DWUDY1JIPXB0FDLC5J.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/89/2_FOKKJO8Y3BLEWR4JC8ULG2NJ4KD0XC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/89/8_OCJS7QCHQCOJ1DSPKGI4AQTCC6PBI5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/89/9_ZD2POQV5FKG2DWUDY1JIPXB0FDLC5J.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:89", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:89", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/89/", "world_readable": true, "date_modified": "2025-09-11T08:00:29.356Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/89/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Sample Data", "type": "scatter", "xsrc": "gergely_istvan_toth:88:8122aa", "ysrc": "gergely_istvan_toth:88:b6030e" } ], "layout": { "title": { "text": "Sample Line Plot" }, "xaxis": { "title": { "text": "X Values" } }, "yaxis": { "title": { "text": "Y Values" } }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:00:25.157156Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/87.embed", "fid": "gergely_istvan_toth:87", "filename": "basic_example_plot_1757577621", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/87/9_V38Z9W1R9J8I7Q8L56RCXDM568VKUG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/87/2_4VOXF8WRLVASLBRC47TT2ET9WQRCY1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/87/8_XNKYDJW3HCVY1W81FBRNAMI29PX904.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/87/9_V38Z9W1R9J8I7Q8L56RCXDM568VKUG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:87", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:87", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/87/", "world_readable": true, "date_modified": "2025-09-11T08:00:25.169Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/87/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "scatter", "xsrc": "gergely_istvan_toth:86:d8a60d", "ysrc": "gergely_istvan_toth:86:99d834" } ], "layout": { "title": { "text": "Basic Example Plot" }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T07:40:34.173815Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~trannhuhai/10.embed", "fid": "trannhuhai:10", "filename": "Template _Plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/trannhuhai/10/9_QEJ7S2T28DANSVEXVTOKBDVACUBMTQ.png", "image_urls": { "default": "https://api.plotly.com/v2/files/trannhuhai:10/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/trannhuhai/10/8_133W3QYHVL07T2XXJHXFTQA7XRLY18.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/trannhuhai/10/9_QEJ7S2T28DANSVEXVTOKBDVACUBMTQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/trannhuhai:10", "plots": "https://api.plotly.com/v2/plots/trannhuhai:10", "parent": "https://api.plotly.com/v2/folders/home?user=trannhuhai" }, "owner": "trannhuhai", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~trannhuhai/10/", "world_readable": true, "date_modified": "2025-09-18T08:32:03.995Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~trannhuhai/10/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 2 }, "meta": { "columnNames": { "x": "Time", "y": "U(V)" } }, "mode": "lines", "name": "(V) Điện áp", "type": "scatter", "xsrc": "trannhuhai:27:d9a31e", "ysrc": "trannhuhai:27:3581b4", "visible": true }, { "line": { "width": 2 }, "meta": { "columnNames": { "x": "Time", "y": "P(W)" } }, "mode": "lines", "name": "(W) Công suất", "type": "scatter", "xsrc": "trannhuhai:27:d9a31e", "ysrc": "trannhuhai:27:4a558d", "opacity": 1, "visible": true, "hoverlabel": { "align": "auto" }, "stackgroup": null, "connectgaps": false, "selectedpoints": [] }, { "line": { "width": 2 }, "meta": { "columnNames": { "x": "Time", "y": "I(mA)" } }, "mode": "lines", "name": "(mA) Dòng điện", "type": "scatter", "xsrc": "trannhuhai:27:d9a31e", "ysrc": "trannhuhai:27:8c2218", "visible": true, "stackgroup": null }, { "line": { "width": 2 }, "meta": { "columnNames": { "x": "Time", "y": "F(Hz)" } }, "mode": "lines", "name": "(Hz) Tần số", "type": "scatter", "xsrc": "trannhuhai:27:d9a31e", "ysrc": "trannhuhai:27:06f7cd", "visible": true, "stackgroup": null }, { "line": { "width": 2 }, "meta": { "columnNames": { "x": "Time", "y": "T(*C)" } }, "mode": "lines", "name": "(*C) Nhiệt độ môi trường", "type": "scatter", "xsrc": "trannhuhai:27:d9a31e", "ysrc": "trannhuhai:27:07913f", "yaxis": "y2", "visible": true, "stackgroup": null }, { "line": { "width": 2 }, "meta": { "columnNames": { "x": "Time", "y": "H(%)" } }, "mode": "lines", "name": "(%) Độ ẩm môi trường", "type": "scatter", "xsrc": "trannhuhai:27:d9a31e", "ysrc": "trannhuhai:27:95bb6a", "visible": true, "stackgroup": null }, { "line": { "width": 2 }, "meta": { "columnNames": { "x": "Time", "y": "P(hPA)" } }, "mode": "lines", "name": "(hPa) Áp suất không khí", "type": "scatter", "xsrc": "trannhuhai:27:d9a31e", "ysrc": "trannhuhai:27:b5935b", "visible": true, "stackgroup": null }, { "line": { "width": 2 }, "meta": { "columnNames": { "x": "Time", "y": "T_IGBT" } }, "mode": "lines", "name": "(*C) Nhiệt độ thân IGBT", "type": "scatter", "xsrc": "trannhuhai:27:d9a31e", "ysrc": "trannhuhai:27:bd2410", "yaxis": "y2", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 12 }, "title": { "x": 0.03, "font": { "size": 17 }, "text": "Biểu đồ công suất chế độ nấu:" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0, 998 ], "ticks": "", "title": { "font": { "size": 18 }, "text": "Thời gian (HH:MM:SS)" }, "mirror": false, "tickson": "labels", "showgrid": true, "showline": true, "tickfont": { "size": 14 }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "rgb(240, 244, 250)", "linewidth": 1, "automargin": true, "fixedrange": false, "showspikes": false, "rangeslider": { "range": [ 0, 998 ], "yaxis": { "rangemode": "match" }, "yaxis2": { "rangemode": "match" }, "visible": true, "autorange": true, "thickness": 0.01 }, "zerolinecolor": "rgb(207, 12, 12)", "zerolinewidth": 7, "spikethickness": 1 }, "yaxis": { "type": "linear", "range": [ -447.5, 8502.5 ], "title": { "font": { "size": 18 }, "text": "Giá trị (V, W, mA, Hz, %, hPa)" }, "tickfont": { "size": 14 }, "autorange": true, "fixedrange": false, "showspikes": false }, "legend": { "x": 1.0646516365184477, "y": 0.9981884057971017, "font": { "size": 14 }, "valign": "middle", "yanchor": "auto", "borderwidth": 0 }, "yaxis2": { "side": "right", "type": "linear", "range": [ 22.55944444444444, 77.97055555555556 ], "title": { "font": { "size": 18 }, "text": "Nhiệt độ (*C)" }, "tickfont": { "size": 14 }, "autorange": true, "fixedrange": false, "overlaying": "y", "tickformat": "", "separatethousands": false }, "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "clickmode": "event", "hovermode": "x", "hoverlabel": { "font": { "size": 15 } }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~trannhuhai", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-14 05:31:14", "mapbox_access_tokens": null, "has_password": null, "username": "trannhuhai", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T07:25:54.396622Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/85.embed", "fid": "gergely_istvan_toth:85", "filename": "multi_country_crops_overview_1757575550", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/85/9_FMZHE2J41YLHW40YWFGLO49OLDQD12.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/85/2_4QONEO87BI9N1MMHPXM1EL6ALDADQY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/85/8_1N68G0Z432C9BSA01TEBO7JEKY3H56.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/85/9_FMZHE2J41YLHW40YWFGLO49OLDQD12.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:85", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:85", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 17, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/85/", "world_readable": true, "date_modified": "2025-09-11T07:25:54.407Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/85/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:a93b42", "ysrc": "gergely_istvan_toth:84:1431f8", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:19ddab", "ysrc": "gergely_istvan_toth:84:240263", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:c53af7", "ysrc": "gergely_istvan_toth:84:d448f5", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:f80bcd", "ysrc": "gergely_istvan_toth:84:2a90df", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:7c0417", "ysrc": "gergely_istvan_toth:84:fccc70", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:22677d", "ysrc": "gergely_istvan_toth:84:f3eaf8", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:49fb89", "ysrc": "gergely_istvan_toth:84:185782", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:22c023", "ysrc": "gergely_istvan_toth:84:366522", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:0bd177", "ysrc": "gergely_istvan_toth:84:4d77b1", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:3156f9", "ysrc": "gergely_istvan_toth:84:028f04", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:77cae2", "ysrc": "gergely_istvan_toth:84:46f436", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:be87c5", "ysrc": "gergely_istvan_toth:84:041da8", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:84:d3c960", "ysrc": "gergely_istvan_toth:84:75c085", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:84:89dab8", "ysrc": "gergely_istvan_toth:84:a4c068", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:84:9786d3", "ysrc": "gergely_istvan_toth:84:751888", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:84:828968", "ysrc": "gergely_istvan_toth:84:2b762e", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:84:ab81c2", "ysrc": "gergely_istvan_toth:84:a12d5d", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:84:42b49e", "ysrc": "gergely_istvan_toth:84:56733d", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:84:695ea8", "ysrc": "gergely_istvan_toth:84:fb9730", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=durum wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:1b54ca", "ysrc": "gergely_istvan_toth:84:96a78d", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:7790ef", "ysrc": "gergely_istvan_toth:84:567546", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:29e7e4", "ysrc": "gergely_istvan_toth:84:02a116", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:d6c056", "ysrc": "gergely_istvan_toth:84:7e96ec", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:56ad18", "ysrc": "gergely_istvan_toth:84:f8fcdd", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:091303", "ysrc": "gergely_istvan_toth:84:3094fd", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:84:61cd1f", "ysrc": "gergely_istvan_toth:84:805a2a", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#d62728" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:84:0241d1", "ysrc": "gergely_istvan_toth:84:f0d439", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:84:ed5c90", "ysrc": "gergely_istvan_toth:84:24512a", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:84:0b13b3", "ysrc": "gergely_istvan_toth:84:f03430", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:84:1ef10c", "ysrc": "gergely_istvan_toth:84:bf73d4", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:84:664ad8", "ysrc": "gergely_istvan_toth:84:855dc5", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=durum wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:84:a5c050", "ysrc": "gergely_istvan_toth:84:a3ba46", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:84:e8dbc2", "ysrc": "gergely_istvan_toth:84:9b6c65", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:84:4eb95b", "ysrc": "gergely_istvan_toth:84:62f2f5", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:84:90b6d7", "ysrc": "gergely_istvan_toth:84:8a4c7b", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:84:e1e104", "ysrc": "gergely_istvan_toth:84:26162f", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:84:cfa694", "ysrc": "gergely_istvan_toth:84:d19b01", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:84:50115f", "ysrc": "gergely_istvan_toth:84:aaf1ef", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=durum wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:85e56a", "ysrc": "gergely_istvan_toth:84:f1eb46", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:89bc7e", "ysrc": "gergely_istvan_toth:84:48a7e0", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:3932c2", "ysrc": "gergely_istvan_toth:84:c014fb", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:080a9c", "ysrc": "gergely_istvan_toth:84:18e5ca", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:a378a1", "ysrc": "gergely_istvan_toth:84:83bf9b", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:55c29b", "ysrc": "gergely_istvan_toth:84:bbb4a6", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=oat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:f847c3", "ysrc": "gergely_istvan_toth:84:66fdf9", "xaxis": "x6", "yaxis": "y6", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=potato<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:d546a5", "ysrc": "gergely_istvan_toth:84:5add47", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=rape<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:84:32d408", "ysrc": "gergely_istvan_toth:84:85acd9", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:84:7a1050", "ysrc": "gergely_istvan_toth:84:ef208f", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": true, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:84:22666a", "ysrc": "gergely_istvan_toth:84:ef5854", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": false, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:84:e24bb7", "ysrc": "gergely_istvan_toth:84:8186a5", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": false, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=oat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:84:643f03", "ysrc": "gergely_istvan_toth:84:3b4954", "xaxis": "x", "yaxis": "y", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": false, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=rape<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:ff0655", "ysrc": "gergely_istvan_toth:84:b315ae", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": true, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:d143a0", "ysrc": "gergely_istvan_toth:84:8701db", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:74bec7", "ysrc": "gergely_istvan_toth:84:f252d4", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=oat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:75aa66", "ysrc": "gergely_istvan_toth:84:00c1d1", "xaxis": "x6", "yaxis": "y6", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=potato<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:84:335d00", "ysrc": "gergely_istvan_toth:84:db861f", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=silage maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:8a8003", "ysrc": "gergely_istvan_toth:84:490fd2", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": true, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:ca2fec", "ysrc": "gergely_istvan_toth:84:029d44", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:642eb8", "ysrc": "gergely_istvan_toth:84:c2c9cd", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:b31917", "ysrc": "gergely_istvan_toth:84:325025", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=oat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:1c5412", "ysrc": "gergely_istvan_toth:84:d6a4fb", "xaxis": "x6", "yaxis": "y6", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=potato<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:796c27", "ysrc": "gergely_istvan_toth:84:74d703", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:84:61a147", "ysrc": "gergely_istvan_toth:84:bbb38c", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=silage maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "Yield Distributions by Source-Country and Crop (Multi-Country Crops, 12 shown)" }, "xaxis": { "title": { "text": "Source-Country" }, "anchor": "y", "domain": [ 0.0, 0.31999999999999995 ], "tickangle": -45, "categoryarray": [ "Ronchetti et al. (2024)_DE", "Ronchetti et al. (2024)_CZ", "Ronchetti et al. (2024)_SK", "Ronchetti et al. (2024)_PL", "Ronchetti et al. (2024)_RO", "Ronchetti et al. (2024)_HU", "CSO_CZ", "uk_defra_UK", "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "yaxis": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x", "domain": [ 0.0, 0.1975 ] }, "height": 2000, "legend": { "x": 0.5, "y": 1.02, "title": { "text": "Source-Country" }, "xanchor": "center", "yanchor": "bottom", "orientation": "h", "tracegroupgap": 0 }, "margin": { "b": 100, "l": 0, "r": 0, "t": 120 }, "xaxis2": { "title": { "text": "Source-Country" }, "anchor": "y2", "domain": [ 0.33999999999999997, 0.6599999999999999 ], "matches": "x", "tickangle": -45, "categoryarray": [ "Ronchetti et al. (2024)_DE", "Ronchetti et al. (2024)_CZ", "Ronchetti et al. (2024)_SK", "Ronchetti et al. (2024)_PL", "Ronchetti et al. (2024)_RO", "Ronchetti et al. (2024)_HU", "CSO_CZ", "uk_defra_UK", "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "xaxis3": { "title": { "text": "Source-Country" }, "anchor": "y3", "domain": [ 0.6799999999999999, 0.9999999999999999 ], "matches": "x", "tickangle": -45, "categoryarray": [ "Ronchetti et al. (2024)_DE", "Ronchetti et al. (2024)_CZ", "Ronchetti et al. (2024)_SK", "Ronchetti et al. (2024)_PL", "Ronchetti et al. (2024)_RO", "Ronchetti et al. (2024)_HU", "CSO_CZ", "uk_defra_UK", "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "xaxis4": { "anchor": "y4", "domain": [ 0.0, 0.31999999999999995 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis5": { "anchor": "y5", "domain": [ 0.33999999999999997, 0.6599999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis6": { "anchor": "y6", "domain": [ 0.6799999999999999, 0.9999999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis7": { "anchor": "y7", "domain": [ 0.0, 0.31999999999999995 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis8": { "anchor": "y8", "domain": [ 0.33999999999999997, 0.6599999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis9": { "anchor": "y9", "domain": [ 0.6799999999999999, 0.9999999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 0.1975 ], "matches": "y", "showticklabels": false }, "yaxis3": { "anchor": "x3", "domain": [ 0.0, 0.1975 ], "matches": "y", "showticklabels": false }, "yaxis4": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x4", "domain": [ 0.2675, 0.465 ], "matches": "y" }, "yaxis5": { "anchor": "x5", "domain": [ 0.2675, 0.465 ], "matches": "y", "showticklabels": false }, "yaxis6": { "anchor": "x6", "domain": [ 0.2675, 0.465 ], "matches": "y", "showticklabels": false }, "yaxis7": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x7", "domain": [ 0.535, 0.7325 ], "matches": "y" }, "yaxis8": { "anchor": "x8", "domain": [ 0.535, 0.7325 ], "matches": "y", "showticklabels": false }, "yaxis9": { "anchor": "x9", "domain": [ 0.535, 0.7325 ], "matches": "y", "showticklabels": false }, "boxmode": "overlay", "xaxis10": { "anchor": "y10", "domain": [ 0.0, 0.31999999999999995 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis11": { "anchor": "y11", "domain": [ 0.33999999999999997, 0.6599999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis12": { "anchor": "y12", "domain": [ 0.6799999999999999, 0.9999999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "yaxis10": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x10", "domain": [ 0.8025, 1.0 ], "matches": "y" }, "yaxis11": { "anchor": "x11", "domain": [ 0.8025, 1.0 ], "matches": "y", "showticklabels": false }, "yaxis12": { "anchor": "x12", "domain": [ 0.8025, 1.0 ], "matches": "y", "showticklabels": false }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true, "annotations": [ { "x": 0.15999999999999998, "y": 0.1975, "font": {}, "text": "Rape", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.49999999999999994, "y": 0.1975, "font": {}, "text": "Spring Wheat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8399999999999999, "y": 0.1975, "font": {}, "text": "Silage Maize", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.15999999999999998, "y": 0.465, "font": {}, "text": "Durum Wheat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.49999999999999994, "y": 0.465, "font": {}, "text": "Oat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8399999999999999, "y": 0.465, "font": {}, "text": "Potato", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.15999999999999998, "y": 0.7325, "font": {}, "text": "Sugar Beet", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.49999999999999994, "y": 0.7325, "font": {}, "text": "Sunflower", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8399999999999999, "y": 0.7325, "font": {}, "text": "Total Barley", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.15999999999999998, "y": 1.0, "font": {}, "text": "Grain Maize", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.49999999999999994, "y": 1.0, "font": {}, "text": "Soft Wheat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8399999999999999, "y": 1.0, "font": {}, "text": "Spring Barley", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": 2000, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T07:25:50.169454Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/83.embed", "fid": "gergely_istvan_toth:83", "filename": "multi_country_yield_distribution_winter_wheat_1757575546", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gergely_istvan_toth:83/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/83/2_5AYVVCVDYW8M3K9LGHSVEFZ9W2PUIK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/83/8_RXX4PF1TMJ3632S7DENM7S6SCF2TRN.png", "list-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:83/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:83", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:83", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/83/", "world_readable": true, "date_modified": "2025-09-11T07:25:50.179Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/83/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:82:381e76", "ysrc": "gergely_istvan_toth:82:f53fb1", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:82:b3fe9b", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:82:e3fabc", "ysrc": "gergely_istvan_toth:82:a1532f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": true, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "customdatasrc": "gergely_istvan_toth:82:09740c", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:82:3bdd8d", "ysrc": "gergely_istvan_toth:82:1645e0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": true, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "customdatasrc": "gergely_istvan_toth:82:180e10", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:82:59aed1", "ysrc": "gergely_istvan_toth:82:c000f9", "xaxis": "x", "yaxis": "y", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": true, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "customdatasrc": "gergely_istvan_toth:82:02291c", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "Yield Distribution for Winter Wheat by Data Source and Country (Multi-Country Crop)" }, "width": 800, "xaxis": { "title": { "text": "Data Source - Country" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "tickangle": -45, "categoryarray": [ "CSO_CZ", "uk_defra_UK", "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "yaxis": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 600, "legend": { "x": 0.5, "y": 1.02, "title": { "text": "Data Source - Country" }, "xanchor": "center", "yanchor": "bottom", "orientation": "h", "tracegroupgap": 0 }, "margin": { "b": 120, "l": 0, "r": 0, "t": 80 }, "boxmode": "overlay", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true, "annotations": [ { "x": 0.02, "y": 0.98, "font": { "size": 10 }, "text": "Countries: 4 | Source-Country combinations: 4 | Regions: 567", "xref": "paper", "yref": "paper", "bgcolor": "rgba(255,255,255,0.8)", "showarrow": false } ] } }, "height": 600, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T07:25:46.255770Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/81.embed", "fid": "gergely_istvan_toth:81", "filename": "multi_country_yield_distribution_winter_rye_1757575543", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/81/9_C928EYOXWC14QPO8OA93QWW85TKC9T.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/81/2_QWUANO94JBIINM16NGWOZ27AEF2XZ1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/81/8_SH8LXR6ZOP26R2C53FEDP2RPKJB8AK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/81/9_C928EYOXWC14QPO8OA93QWW85TKC9T.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:81", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:81", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/81/", "world_readable": true, "date_modified": "2025-09-11T07:25:46.266Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/81/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:80:039772", "ysrc": "gergely_istvan_toth:80:0a9954", "xaxis": "x", "yaxis": "y", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": true, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "customdatasrc": "gergely_istvan_toth:80:d631de", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:80:2ba46c", "ysrc": "gergely_istvan_toth:80:ec2d13", "xaxis": "x", "yaxis": "y", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": true, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "customdatasrc": "gergely_istvan_toth:80:bd39fc", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "Yield Distribution for Winter Rye by Data Source and Country (Multi-Country Crop)" }, "width": 800, "xaxis": { "title": { "text": "Data Source - Country" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "tickangle": -45, "categoryarray": [ "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "yaxis": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 600, "legend": { "x": 0.5, "y": 1.02, "title": { "text": "Data Source - Country" }, "xanchor": "center", "yanchor": "bottom", "orientation": "h", "tracegroupgap": 0 }, "margin": { "b": 120, "l": 0, "r": 0, "t": 80 }, "boxmode": "overlay", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true, "annotations": [ { "x": 0.02, "y": 0.98, "font": { "size": 10 }, "text": "Countries: 2 | Source-Country combinations: 2 | Regions: 406", "xref": "paper", "yref": "paper", "bgcolor": "rgba(255,255,255,0.8)", "showarrow": false } ] } }, "height": 600, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T07:25:42.809738Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/79.embed", "fid": "gergely_istvan_toth:79", "filename": "multi_country_yield_distribution_winter_rape_1757575539", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gergely_istvan_toth:79/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/79/2_5FNLQJ9B2YUB3K4H4660IGYB3OCXIN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/79/8_3T55H5X3SB34B1BZSY6OQBWS1HYLFV.png", "list-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:79/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:79", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:79", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/79/", "world_readable": true, "date_modified": "2025-09-11T07:25:42.819Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/79/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:78:2e03bc", "ysrc": "gergely_istvan_toth:78:9b6f08", "xaxis": "x", "yaxis": "y", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": true, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "customdatasrc": "gergely_istvan_toth:78:f35d98", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:78:0c3a49", "ysrc": "gergely_istvan_toth:78:58ecb0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": true, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "customdatasrc": "gergely_istvan_toth:78:a35586", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "Yield Distribution for Winter Rape by Data Source and Country (Multi-Country Crop)" }, "width": 800, "xaxis": { "title": { "text": "Data Source - Country" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "tickangle": -45, "categoryarray": [ "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "yaxis": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 600, "legend": { "x": 0.5, "y": 1.02, "title": { "text": "Data Source - Country" }, "xanchor": "center", "yanchor": "bottom", "orientation": "h", "tracegroupgap": 0 }, "margin": { "b": 120, "l": 0, "r": 0, "t": 80 }, "boxmode": "overlay", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true, "annotations": [ { "x": 0.02, "y": 0.98, "font": { "size": 10 }, "text": "Countries: 2 | Source-Country combinations: 2 | Regions: 358", "xref": "paper", "yref": "paper", "bgcolor": "rgba(255,255,255,0.8)", "showarrow": false } ] } }, "height": 600, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T07:25:38.850025Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/77.embed", "fid": "gergely_istvan_toth:77", "filename": "multi_country_yield_distribution_winter_barley_1757575535", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gergely_istvan_toth:77/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/77/2_QCVO0AWAO3YPOJE74DQFLNVZLWZS6I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/77/8_CXAV5IZSJ8P533MZTL46QQTUCUXATD.png", "list-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:77/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:77", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:77", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/77/", "world_readable": true, "date_modified": "2025-09-11T07:25:38.860Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/77/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:76:073777", "ysrc": "gergely_istvan_toth:76:318643", "xaxis": "x", "yaxis": "y", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "customdatasrc": "gergely_istvan_toth:76:b632fe", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:76:3f613d", "ysrc": "gergely_istvan_toth:76:16894d", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:76:07367b", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:76:d5ea2d", "ysrc": "gergely_istvan_toth:76:38e666", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "customdatasrc": "gergely_istvan_toth:76:86ca8a", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:76:0434bc", "ysrc": "gergely_istvan_toth:76:7225ed", "xaxis": "x", "yaxis": "y", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "customdatasrc": "gergely_istvan_toth:76:029b2e", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:76:591aa9", "ysrc": "gergely_istvan_toth:76:d59975", "xaxis": "x", "yaxis": "y", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "customdatasrc": "gergely_istvan_toth:76:8dd5aa", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:76:a606e9", "ysrc": "gergely_istvan_toth:76:7735e7", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:76:d0bc5e", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:76:77e066", "ysrc": "gergely_istvan_toth:76:5e081d", "xaxis": "x", "yaxis": "y", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": true, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "customdatasrc": "gergely_istvan_toth:76:c0f46b", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:76:4e4995", "ysrc": "gergely_istvan_toth:76:ff7eeb", "xaxis": "x", "yaxis": "y", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": true, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "customdatasrc": "gergely_istvan_toth:76:9e3521", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:76:106a53", "ysrc": "gergely_istvan_toth:76:f6c714", "xaxis": "x", "yaxis": "y", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": true, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "customdatasrc": "gergely_istvan_toth:76:35fe72", "hovertemplate": "Data Source - Country=%{x}<br>Mean Yield (t/ha)=%{y}<br>nuts_code=%{customdata[0]}<br>count=%{customdata[1]}<br>std=%{customdata[2]}<br>country=%{customdata[3]}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "Yield Distribution for Winter Barley by Data Source and Country (Multi-Country Crop)" }, "width": 1350, "xaxis": { "title": { "text": "Data Source - Country" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "tickangle": -45, "categoryarray": [ "Ronchetti et al. (2024)_DE", "Ronchetti et al. (2024)_CZ", "Ronchetti et al. (2024)_SK", "Ronchetti et al. (2024)_PL", "Ronchetti et al. (2024)_HU", "CSO_CZ", "uk_defra_UK", "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "yaxis": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 600, "legend": { "x": 0.5, "y": 1.02, "title": { "text": "Data Source - Country" }, "xanchor": "center", "yanchor": "bottom", "orientation": "h", "tracegroupgap": 0 }, "margin": { "b": 120, "l": 0, "r": 0, "t": 80 }, "boxmode": "overlay", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true, "annotations": [ { "x": 0.02, "y": 0.98, "font": { "size": 10 }, "text": "Countries: 6 | Source-Country combinations: 9 | Regions: 1019", "xref": "paper", "yref": "paper", "bgcolor": "rgba(255,255,255,0.8)", "showarrow": false } ] } }, "height": 600, "width": 1350, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "