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=cD0yMDI1LTA5LTExKzA3JTNBMjUlM0EzOC44NTAwMjUlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTExKzA3JTNBMjUlM0EwMC44OTEwOTAlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0xMSswNyUzQTI1JTNBMzUuMDY0ODE1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-11T07:25:35.064815Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/75.embed", "fid": "gergely_istvan_toth:75", "filename": "multi_country_yield_distribution_triticale_1757575531", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/75/9_7CNZ4UZXUHW42ESG97Y6YFVBRZP5QS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/75/2_QRRNGDELU56TV5KY6KNABO74CQU2L2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/75/8_108RYINBELTFEW6T40GWOQSEJ1UL30.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/75/9_7CNZ4UZXUHW42ESG97Y6YFVBRZP5QS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:75", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:75", "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/75/", "world_readable": true, "date_modified": "2025-09-11T07:25:35.074Z", "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/75/", "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:74:ac498b", "ysrc": "gergely_istvan_toth:74:b27bfe", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:74:ffcb37", "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:74:504a48", "ysrc": "gergely_istvan_toth:74:02ef06", "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:74:4612ad", "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 Triticale 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", "Ellsäßer (2022); Völker & Sommer (2020)_DE" ], "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: 350", "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:31.526660Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/73.embed", "fid": "gergely_istvan_toth:73", "filename": "multi_country_yield_distribution_total_wheat_1757575528", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gergely_istvan_toth:73/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/73/2_SHD8WM43IE92XOGAP9S9BNNAG1KBZV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/73/8_26DKMNMUQ37UDJNFG05MBD6MLQ9393.png", "list-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:73/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:73", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:73", "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/73/", "world_readable": true, "date_modified": "2025-09-11T07:25:31.537Z", "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/73/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:72:7a6200", "ysrc": "gergely_istvan_toth:72:3c433e", "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:72:b0f189", "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:72:e8e14c", "ysrc": "gergely_istvan_toth:72:6ec65c", "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:72:df0186", "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:72:227a77", "ysrc": "gergely_istvan_toth:72:d524e2", "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:72:23343d", "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)_RO", "type": "box", "xsrc": "gergely_istvan_toth:72:5f3d93", "ysrc": "gergely_istvan_toth:72:0381f8", "xaxis": "x", "yaxis": "y", "marker": { "color": "#d62728" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "customdatasrc": "gergely_istvan_toth:72:98b8a9", "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:72:687f4a", "ysrc": "gergely_istvan_toth:72:f47e40", "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:72:c3f6a7", "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:72:3827b1", "ysrc": "gergely_istvan_toth:72:38084c", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:72:aee7bf", "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 Total Wheat by Data Source and Country (Multi-Country Crop)" }, "width": 900, "xaxis": { "title": { "text": "Data Source - Country" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "tickangle": -45, "categoryarray": [ "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" ], "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: 5 | Source-Country combinations: 6 | Regions: 164", "xref": "paper", "yref": "paper", "bgcolor": "rgba(255,255,255,0.8)", "showarrow": false } ] } }, "height": 600, "width": 900, "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:27.941129Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/71.embed", "fid": "gergely_istvan_toth:71", "filename": "multi_country_yield_distribution_total_barley_1757575524", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gergely_istvan_toth:71/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/71/2_H96A2PMAPAN76H1MWSHFDB5LMWV00N.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/71/8_Y1UUFAJ8BVRCO0P0VWOJO60RPBKW5L.png", "list-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:71/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:71", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:71", "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/71/", "world_readable": true, "date_modified": "2025-09-11T07:25:27.956Z", "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/71/", "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:70:5b274a", "ysrc": "gergely_istvan_toth:70:d42377", "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:70:974f51", "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:70:efd4cb", "ysrc": "gergely_istvan_toth:70:7db3b6", "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:70:95c076", "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:70:0ecbcc", "ysrc": "gergely_istvan_toth:70:524787", "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:70:4682aa", "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:70:38a676", "ysrc": "gergely_istvan_toth:70:e1127d", "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:70:d76383", "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)_RO", "type": "box", "xsrc": "gergely_istvan_toth:70:270eb4", "ysrc": "gergely_istvan_toth:70:c98690", "xaxis": "x", "yaxis": "y", "marker": { "color": "#d62728" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "customdatasrc": "gergely_istvan_toth:70:fb98fa", "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:70:a93c49", "ysrc": "gergely_istvan_toth:70:92b1c0", "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:70:4aa59e", "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:70:7f01c7", "ysrc": "gergely_istvan_toth:70:09a9ad", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:70:f6168a", "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:70:ba4dce", "ysrc": "gergely_istvan_toth:70:8eb384", "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:70:a059ed", "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 Total Barley by Data Source and Country (Multi-Country Crop)" }, "width": 1200, "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)_RO", "Ronchetti et al. (2024)_HU", "CSO_CZ", "uk_defra_UK" ], "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: 7 | Source-Country combinations: 8 | Regions: 558", "xref": "paper", "yref": "paper", "bgcolor": "rgba(255,255,255,0.8)", "showarrow": false } ] } }, "height": 600, "width": 1200, "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:24.197128Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/69.embed", "fid": "gergely_istvan_toth:69", "filename": "multi_country_yield_distribution_sunflower_1757575520", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/69/9_BGAGSS3NNYI2FBBXHNQ9EA7QQCFHQ0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/69/2_TPIGTUKR3XLVSCJ6IZN8XYRP53FWNI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/69/8_Z13T1BPFWNDCYABI04ATPP4EUI6WVS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/69/9_BGAGSS3NNYI2FBBXHNQ9EA7QQCFHQ0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:69", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:69", "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/69/", "world_readable": true, "date_modified": "2025-09-11T07:25:24.207Z", "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/69/", "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:68:2b0194", "ysrc": "gergely_istvan_toth:68:a89c08", "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:68:b09146", "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:68:b8260a", "ysrc": "gergely_istvan_toth:68:4d8938", "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:68:f1f946", "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:68:751889", "ysrc": "gergely_istvan_toth:68:da4c72", "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:68:78ea34", "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:68:a83b9b", "ysrc": "gergely_istvan_toth:68:d9ac4f", "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:68:64e86e", "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)_RO", "type": "box", "xsrc": "gergely_istvan_toth:68:98be0f", "ysrc": "gergely_istvan_toth:68:074242", "xaxis": "x", "yaxis": "y", "marker": { "color": "#d62728" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "customdatasrc": "gergely_istvan_toth:68:303d15", "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:68:de9290", "ysrc": "gergely_istvan_toth:68:8fb4c9", "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:68:e572ac", "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:68:827da1", "ysrc": "gergely_istvan_toth:68:c765e1", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:68:5adf63", "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 Sunflower by Data Source and Country (Multi-Country Crop)" }, "width": 1050, "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)_RO", "Ronchetti et al. (2024)_HU", "CSO_CZ" ], "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: 7 | Regions: 431", "xref": "paper", "yref": "paper", "bgcolor": "rgba(255,255,255,0.8)", "showarrow": false } ] } }, "height": 600, "width": 1050, "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:20.303105Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/67.embed", "fid": "gergely_istvan_toth:67", "filename": "multi_country_yield_distribution_sugar_beet_1757575516", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gergely_istvan_toth:67/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/gergely_istvan_toth:67/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/67/8_JVOHFY8QURKZB0JLAOGTSAECR22UZX.png", "list-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:67/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:67", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:67", "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/67/", "world_readable": true, "date_modified": "2025-09-11T07:25:20.313Z", "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/67/", "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:66:349551", "ysrc": "gergely_istvan_toth:66:0e4716", "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:66:fcb996", "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:66:f10cce", "ysrc": "gergely_istvan_toth:66:e14542", "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:66:535170", "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:66:de5955", "ysrc": "gergely_istvan_toth:66:775d3e", "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:66:adc11c", "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:66:097535", "ysrc": "gergely_istvan_toth:66:0b5e56", "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:66:e6f23a", "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)_RO", "type": "box", "xsrc": "gergely_istvan_toth:66:57bd88", "ysrc": "gergely_istvan_toth:66:6c46db", "xaxis": "x", "yaxis": "y", "marker": { "color": "#d62728" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "customdatasrc": "gergely_istvan_toth:66:a8fb8a", "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:66:2a5d4b", "ysrc": "gergely_istvan_toth:66:d259d2", "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:66:91fa9d", "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:66:b8dfaa", "ysrc": "gergely_istvan_toth:66:69a5a8", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:66:270a18", "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:66:c4f5a3", "ysrc": "gergely_istvan_toth:66:6ce62f", "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:66:368d73", "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:66:15c0e5", "ysrc": "gergely_istvan_toth:66:dbe8bc", "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:66:892fc9", "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 Sugar Beet 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)_RO", "Ronchetti et al. (2024)_HU", "CSO_CZ", "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: 813", "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 } }, { "creation_time": "2025-09-11T07:25:16.585199Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/65.embed", "fid": "gergely_istvan_toth:65", "filename": "multi_country_yield_distribution_spring_wheat_1757575513", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/65/9_U21J0LFOZNBVSAWUZSN722YMKZ1LPH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/65/2_K57IBUFED1WLATY7AQQ6WUCX30G0KW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/65/8_02P6GFE0BTN06PTO32V6C2IBUTNFFZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/65/9_U21J0LFOZNBVSAWUZSN722YMKZ1LPH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:65", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:65", "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/65/", "world_readable": true, "date_modified": "2025-09-11T07:25:16.597Z", "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/65/", "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:64:b43886", "ysrc": "gergely_istvan_toth:64:e908f1", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:64:04b0bf", "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:64:65986b", "ysrc": "gergely_istvan_toth:64:42d0f7", "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:64:c7e14a", "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 Spring 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", "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: 84", "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:12.632661Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/63.embed", "fid": "gergely_istvan_toth:63", "filename": "multi_country_yield_distribution_spring_barley_1757575509", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gergely_istvan_toth:63/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/63/2_UN9TLU0K9EP16UNUJFFUDRZ6POMGCA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/63/8_NPXL377CZGGHC1UPOSNHKLTVYSW5TZ.png", "list-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:63/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:63", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:63", "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/63/", "world_readable": true, "date_modified": "2025-09-11T07:25:12.644Z", "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/63/", "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:62:8e134e", "ysrc": "gergely_istvan_toth:62:24a87f", "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:62:a3f21f", "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:62:1454ab", "ysrc": "gergely_istvan_toth:62:20c3e5", "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:62:4e12c6", "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:62:6d07d3", "ysrc": "gergely_istvan_toth:62:31af8e", "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:62:b69fda", "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:62:1391c9", "ysrc": "gergely_istvan_toth:62:dc4bdb", "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:62:f6cc5c", "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:62:dfcc6c", "ysrc": "gergely_istvan_toth:62:46dbfd", "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:62:8a3a42", "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:62:65ca57", "ysrc": "gergely_istvan_toth:62:c4a2ab", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:62:3db02a", "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:62:0ea849", "ysrc": "gergely_istvan_toth:62:12a9ca", "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:62:d09757", "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:62:6faf57", "ysrc": "gergely_istvan_toth:62:ab5712", "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:62:730ae5", "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:62:6d0c5d", "ysrc": "gergely_istvan_toth:62:a900cb", "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:62:b26f4c", "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 Spring 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: 1031", "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 } }, { "creation_time": "2025-09-11T07:25:08.696110Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/61.embed", "fid": "gergely_istvan_toth:61", "filename": "multi_country_yield_distribution_soft_wheat_1757575505", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gergely_istvan_toth:61/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/61/2_IC59HT0XKNAIGY7271KOPSBXOF82GX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/61/8_4B5B8TLH5HQ3Y1NG44E4WLF994NTAQ.png", "list-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:61/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:61", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:61", "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/61/", "world_readable": true, "date_modified": "2025-09-11T07:25:08.707Z", "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/61/", "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:60:718652", "ysrc": "gergely_istvan_toth:60:775e0e", "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:60:b90a77", "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:60:a34cd7", "ysrc": "gergely_istvan_toth:60:df40fb", "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:60:7e61dc", "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:60:bcb7c6", "ysrc": "gergely_istvan_toth:60:c3dbc1", "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:60:6867a8", "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:60:a29fa6", "ysrc": "gergely_istvan_toth:60:160cce", "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:60:2e6a3f", "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)_RO", "type": "box", "xsrc": "gergely_istvan_toth:60:7c89e3", "ysrc": "gergely_istvan_toth:60:a8af4f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#d62728" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "customdatasrc": "gergely_istvan_toth:60:e8ebca", "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:60:55e639", "ysrc": "gergely_istvan_toth:60:7c0728", "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:60:ca7d8a", "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 Soft Wheat by Data Source and Country (Multi-Country Crop)" }, "width": 900, "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)_RO", "Ronchetti et al. (2024)_HU" ], "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: 6 | Regions: 498", "xref": "paper", "yref": "paper", "bgcolor": "rgba(255,255,255,0.8)", "showarrow": false } ] } }, "height": 600, "width": 900, "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:04.744699Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/59.embed", "fid": "gergely_istvan_toth:59", "filename": "multi_country_yield_distribution_silage_maize_1757575501", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/59/9_CORHQOHY9ACQJIQ66WEWBHN1ECAVES.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/59/2_HFL5J5V0HRTF8L2C8QO2Q6A3GWEZGI.png", "block-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:59/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/59/9_CORHQOHY9ACQJIQ66WEWBHN1ECAVES.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:59", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:59", "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/59/", "world_readable": true, "date_modified": "2025-09-11T07:25:04.756Z", "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/59/", "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:58:3fc92d", "ysrc": "gergely_istvan_toth:58:e4bbdc", "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:58:5e8b14", "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:58:ea9e37", "ysrc": "gergely_istvan_toth:58:7dbd41", "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:58:6ab369", "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 Silage Maize 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: 347", "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:00.891090Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/57.embed", "fid": "gergely_istvan_toth:57", "filename": "multi_country_yield_distribution_rape_1757575497", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/57/9_T0BW3RQ6H62RP9FENZMBUV978DYM13.png", "image_urls": { "default": "https://api.plotly.com/v2/files/gergely_istvan_toth:57/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/gergely_istvan_toth:57/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/57/9_T0BW3RQ6H62RP9FENZMBUV978DYM13.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:57", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:57", "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/57/", "world_readable": true, "date_modified": "2025-09-11T07:25:00.902Z", "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/57/", "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:56:df639e", "ysrc": "gergely_istvan_toth:56:3f260e", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "customdatasrc": "gergely_istvan_toth:56:977981", "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:56:fc9535", "ysrc": "gergely_istvan_toth:56:78036c", "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:56:d55282", "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 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": [ "CSO_CZ", "uk_defra_UK" ], "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: 162", "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 } } ] }{ "next": "