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=cj0xJnA9MjAyNS0wOS0xMSswOCUzQTAwJTNBMzYuNzE5NTQ1JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTExKzA4JTNBMDAlM0E0MC45Njk1NDQlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0xMSswOSUzQTQ1JTNBMzUuNDYwMTAxJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-11T09:45:35.460101Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mohammed_elsayed/9.embed", "fid": "mohammed_elsayed:9", "filename": "fig.4.a", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mohammed_elsayed/9/9_CK6409VTQ6C78R9MT6QKJ1745H224B.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mohammed_elsayed/9/2_IJ92CXSJKK12ZMV9BZHZKC8Y656260.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mohammed_elsayed/9/8_189UCAL8D2U9K21QDC6Y4WXQWO2FO4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mohammed_elsayed/9/9_CK6409VTQ6C78R9MT6QKJ1745H224B.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mohammed_elsayed:9", "plots": "https://api.plotly.com/v2/plots/mohammed_elsayed:9", "parent": "https://api.plotly.com/v2/folders/home?user=mohammed_elsayed" }, "owner": "mohammed_elsayed", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~mohammed_elsayed/9/", "world_readable": true, "date_modified": "2025-09-11T09:46:22.333Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mohammed_elsayed/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "lines", "name": "α<sub>2 </sub>= -40", "type": "scatter", "xsrc": "mohammed_elsayed:8:ede718", "ysrc": "mohammed_elsayed:8:e1eb2b" }, { "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "lines", "name": "-50", "type": "scatter", "xsrc": "mohammed_elsayed:8:126697", "ysrc": "mohammed_elsayed:8:9f66df" }, { "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "lines", "name": "-60", "type": "scatter", "xsrc": "mohammed_elsayed:8:e0cd32", "ysrc": "mohammed_elsayed:8:c26b74" }, { "meta": { "columnNames": { "x": "Trace 3, x", "y": "Trace 3, y" } }, "mode": "lines", "name": "-65", "type": "scatter", "xsrc": "mohammed_elsayed:8:069ee3", "ysrc": "mohammed_elsayed:8:59c851" }, { "meta": { "columnNames": { "x": "Trace 4, x", "y": "Trace 4, y" } }, "mode": "lines", "name": "-70", "type": "scatter", "xsrc": "mohammed_elsayed:8:e9ecf7", "ysrc": "mohammed_elsayed:8:8e4e1f" }, { "line": { "dash": "dash" }, "meta": { "columnNames": { "x": "Trace 5, x", "y": "Trace 5, y" } }, "mode": "lines", "name": "-75", "type": "scatter", "xsrc": "mohammed_elsayed:8:0d7db2", "ysrc": "mohammed_elsayed:8:d40f2f" }, { "line": { "dash": "dash" }, "meta": { "columnNames": { "x": "Trace 6, x", "y": "Trace 6, y" } }, "mode": "lines", "name": "-80", "type": "scatter", "xsrc": "mohammed_elsayed:8:4dc2f6", "ysrc": "mohammed_elsayed:8:c0c7a8" } ], "frames": [], "layout": { "title": { "text": "FtG. 4. Profile-loss coefficients for conventional section blades at zero incidence. t/c = 2O percent; Re = 2 × 10<sup>5</sup>; M < 0.6 (a).<br><b>NOZZLE BLADES (β</b><sub><b>1</b></sub><b> = 0)</b>" }, "xaxis": { "type": "linear", "range": [ 0, 1.2 ], "title": { "text": "PtTCH/CHORD" }, "mirror": "ticks", "showline": true, "zeroline": false, "autorange": false }, "yaxis": { "type": "linear", "range": [ 0, 0.12 ], "title": { "text": "<b>PROFILE LOSS COEFFICIENT, Y</b><sub><b>p</b></sub>" }, "mirror": "ticks", "showline": true, "autorange": false }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mohammed_elsayed", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 22:10:59", "mapbox_access_tokens": null, "has_password": null, "username": "mohammed_elsayed", "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-11T09:34:50.958324Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~joaorocha/1.embed", "fid": "joaorocha:1", "filename": "Violino dias entrega", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/joaorocha/1/9_TNYM0O2POYKFZZJEJ53DRI2GRV4MHM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/joaorocha/1/2_MPSVWEFWW5H3XIL5T5TL2YH7GZZAV5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/joaorocha/1/8_WLXDAGHAH7TV4T73X6KD94LZ7SB3MW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/joaorocha/1/9_TNYM0O2POYKFZZJEJ53DRI2GRV4MHM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/joaorocha:1", "plots": "https://api.plotly.com/v2/plots/joaorocha:1", "parent": "https://api.plotly.com/v2/folders/home?user=joaorocha" }, "owner": "joaorocha", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~joaorocha/1/", "world_readable": true, "date_modified": "2025-09-11T09:34:50.979Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~joaorocha/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "visible": true }, "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "PBL", "side": "negative", "type": "violin", "ysrc": "joaorocha:0:18907b", "xaxis": "x", "meanline": { "visible": true }, "bandwidth": 0 }, { "box": { "visible": true }, "meta": { "columnNames": { "y": "B" } }, "name": "PBS", "side": "positive", "type": "violin", "ysrc": "joaorocha:0:5d82b0", "meanline": { "visible": true }, "bandwidth": 0 } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.25, 1.25 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -1.3322061160377214, 9.139953763441623 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~joaorocha", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.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-11 09:29:05", "mapbox_access_tokens": null, "has_password": null, "username": "joaorocha", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:54:03.331989Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Andras168/1.embed", "fid": "Andras168:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Andras168/1/9_JH8R9PN16BVRS74I57LSMW10RHX011.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Andras168/1/2_ZZEGGXRZSU0N2ICDUCJP1F9YAAL7UG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Andras168/1/8_2K73O5MRG8I515G3YZO1NSSX8JDUEZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Andras168/1/9_JH8R9PN16BVRS74I57LSMW10RHX011.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Andras168:1", "plots": "https://api.plotly.com/v2/plots/Andras168:1", "parent": "https://api.plotly.com/v2/folders/home?user=Andras168" }, "owner": "Andras168", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Andras168/1/", "world_readable": true, "date_modified": "2025-09-11T08:54:03.346Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Andras168/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Date Time", "y": "Value" } }, "mode": "lines", "type": "scatter", "xsrc": "Andras168:0:46496b", "ysrc": "Andras168:0:b17f20" } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "category", "range": [ 0, 828 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.933, 5.013 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Andras168", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-11 08:52:24", "mapbox_access_tokens": null, "has_password": null, "username": "Andras168", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:34:25.809822Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~zinibini/2.embed", "fid": "zinibini:2", "filename": "SCENARIO PEAKER 11092025", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/zinibini/2/9_V1PAQPU2NUYHH6EGF4RSO54TATXJH9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/zinibini/2/2_WWMRAYLU6XZX6D5D403QYUZ7BQSNT6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/zinibini/2/8_U60AYV6KEKT820QGIEXQXZC09VTVB6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/zinibini/2/9_V1PAQPU2NUYHH6EGF4RSO54TATXJH9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/zinibini:2", "plots": "https://api.plotly.com/v2/plots/zinibini:2", "parent": "https://api.plotly.com/v2/folders/home?user=zinibini" }, "owner": "zinibini", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~zinibini/2/", "world_readable": true, "date_modified": "2025-09-11T08:34:25.821Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~zinibini/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "minute", "y": "load_pct" } }, "mode": "lines+markers", "type": "scatter", "xsrc": "zinibini:1:09a566", "ysrc": "zinibini:1:c1524a" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -1192.2549070247935, 21351.254907024795 ], "title": { "text": "MINUTE" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -5.904486251808973, 95.90448625180898 ], "title": { "text": "LOAD (%)" }, "autorange": true }, "autosize": true, "dragmode": "zoom" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~zinibini", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-11 08:32:05", "mapbox_access_tokens": null, "has_password": null, "username": "zinibini", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:28:12.312893Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bgdyx909/1.embed", "fid": "bgdyx909:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/bgdyx909/1/9_D59VZUDFNN50DEUCHUSE81FYJ7JXWY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/bgdyx909/1/2_J89E42WAOV8I0JJH62URFUOCFYBU0G.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bgdyx909/1/8_1A7LT9UGVVQIRWHUSU4PZDBWBVKDB2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bgdyx909/1/9_D59VZUDFNN50DEUCHUSE81FYJ7JXWY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bgdyx909:1", "plots": "https://api.plotly.com/v2/plots/bgdyx909:1", "parent": "https://api.plotly.com/v2/folders/home?user=bgdyx909" }, "owner": "bgdyx909", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~bgdyx909/1/", "world_readable": true, "date_modified": "2025-09-11T08:28:12.325Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bgdyx909/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c1683239-c91a-46e4-9af9-1e7b40c16762", "meta": { "columnNames": { "labels": "labels", "values": "values", "parents": "parents" } }, "type": "sunburst", "marker": { "line": { "width": 2 } }, "labelssrc": "bgdyx909:0:1d6f76", "valuessrc": "bgdyx909:0:77e229", "parentssrc": "bgdyx909:0:dbe770", "outsidetextfont": { "size": 20, "color": "#377eb8" } } ], "frames": [], "layout": { "margin": { "b": 0, "l": 0, "r": 0, "t": 0 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~bgdyx909", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-11 08:27:01", "mapbox_access_tokens": null, "has_password": null, "username": "bgdyx909", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:08:07.953762Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/139.embed", "fid": "gergely_istvan_toth:139", "filename": "multi_country_crops_overview_1757578084", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/139/9_J5S2S1XOBVPOUCALW0479O17HXR6AB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/139/2_075F62KTI234OP2WDPCAXRRN4PHU2U.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/139/8_J9H64DULKWPFQ7WNSNLHH9H1Y7PU4Z.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/139/9_J5S2S1XOBVPOUCALW0479O17HXR6AB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:139", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:139", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/139/", "world_readable": true, "date_modified": "2025-09-11T08:08:07.964Z", "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/139/", "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:138:fa77d3", "ysrc": "gergely_istvan_toth:138:36824a", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:9f9bc4", "ysrc": "gergely_istvan_toth:138:f9b86d", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:7fdee0", "ysrc": "gergely_istvan_toth:138:bf70b8", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:659452", "ysrc": "gergely_istvan_toth:138:09f365", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:413fee", "ysrc": "gergely_istvan_toth:138:6fcec0", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:0b2a71", "ysrc": "gergely_istvan_toth:138:a29317", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_DE", "offsetgroup": "Ronchetti et al. (2024)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:49c1c2", "ysrc": "gergely_istvan_toth:138:606b04", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:d29301", "ysrc": "gergely_istvan_toth:138:7ed259", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:61142d", "ysrc": "gergely_istvan_toth:138:9f6122", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:edd773", "ysrc": "gergely_istvan_toth:138:513877", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:c2c5f8", "ysrc": "gergely_istvan_toth:138:3b354b", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:dde0ab", "ysrc": "gergely_istvan_toth:138:66df0c", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_CZ", "offsetgroup": "Ronchetti et al. (2024)_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:138:eb5770", "ysrc": "gergely_istvan_toth:138:b82dfe", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:138:412a9c", "ysrc": "gergely_istvan_toth:138:4a73ef", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:138:598c95", "ysrc": "gergely_istvan_toth:138:efe02e", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:138:6041b5", "ysrc": "gergely_istvan_toth:138:79618f", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:138:237bbf", "ysrc": "gergely_istvan_toth:138:e703c8", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:138:292e05", "ysrc": "gergely_istvan_toth:138:0b8e88", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_SK", "type": "box", "xsrc": "gergely_istvan_toth:138:78e385", "ysrc": "gergely_istvan_toth:138:9123b9", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "#ff7f0e" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_SK", "offsetgroup": "Ronchetti et al. (2024)_SK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=durum wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:ee5dda", "ysrc": "gergely_istvan_toth:138:e682b9", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:25491b", "ysrc": "gergely_istvan_toth:138:a78f75", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:472d36", "ysrc": "gergely_istvan_toth:138:5bf80a", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:c19b93", "ysrc": "gergely_istvan_toth:138:c8cd7f", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:62d67d", "ysrc": "gergely_istvan_toth:138:b2d95c", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:9107cb", "ysrc": "gergely_istvan_toth:138:70d858", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_PL", "offsetgroup": "Ronchetti et al. (2024)_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:138:1b3598", "ysrc": "gergely_istvan_toth:138:a1fdf6", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#d62728" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:138:6283ba", "ysrc": "gergely_istvan_toth:138:e7bf68", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:138:3d3709", "ysrc": "gergely_istvan_toth:138:cc717d", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:138:e66dcb", "ysrc": "gergely_istvan_toth:138:b11534", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:138:602924", "ysrc": "gergely_istvan_toth:138:0024b7", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_RO", "type": "box", "xsrc": "gergely_istvan_toth:138:597a09", "ysrc": "gergely_istvan_toth:138:8d4854", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "#d62728" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_RO", "offsetgroup": "Ronchetti et al. (2024)_RO", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=durum wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:138:35a27c", "ysrc": "gergely_istvan_toth:138:ec724e", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": true, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:138:a734f7", "ysrc": "gergely_istvan_toth:138:b76aef", "xaxis": "x11", "yaxis": "y11", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=soft wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:138:45b987", "ysrc": "gergely_istvan_toth:138:ede18a", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:138:27700a", "ysrc": "gergely_istvan_toth:138:b74594", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:138:f4d35c", "ysrc": "gergely_istvan_toth:138:7e1b34", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:138:a76644", "ysrc": "gergely_istvan_toth:138:fe280a", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ronchetti et al. (2024)_HU", "type": "box", "xsrc": "gergely_istvan_toth:138:4195ff", "ysrc": "gergely_istvan_toth:138:946ec3", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "#9467bd" }, "notched": false, "showlegend": false, "legendgroup": "Ronchetti et al. (2024)_HU", "offsetgroup": "Ronchetti et al. (2024)_HU", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=durum wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:b73b79", "ysrc": "gergely_istvan_toth:138:de8f64", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": true, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:823b9a", "ysrc": "gergely_istvan_toth:138:647f05", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:fad50a", "ysrc": "gergely_istvan_toth:138:eb5b94", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:a1c75b", "ysrc": "gergely_istvan_toth:138:bdaedc", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sunflower<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:c8223d", "ysrc": "gergely_istvan_toth:138:0b534f", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:1c13c2", "ysrc": "gergely_istvan_toth:138:991d4b", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=oat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:c6db0b", "ysrc": "gergely_istvan_toth:138:c08bda", "xaxis": "x6", "yaxis": "y6", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=potato<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:d568fc", "ysrc": "gergely_istvan_toth:138:8c6405", "xaxis": "x", "yaxis": "y", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=rape<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "CSO_CZ", "type": "box", "xsrc": "gergely_istvan_toth:138:894aaf", "ysrc": "gergely_istvan_toth:138:f11c0e", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#2ca02c" }, "notched": false, "showlegend": false, "legendgroup": "CSO_CZ", "offsetgroup": "CSO_CZ", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:138:d75636", "ysrc": "gergely_istvan_toth:138:9ecb5e", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": true, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:138:ca7b40", "ysrc": "gergely_istvan_toth:138:57fa09", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": false, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=total barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:138:8191d2", "ysrc": "gergely_istvan_toth:138:8ea841", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": false, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=oat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "uk_defra_UK", "type": "box", "xsrc": "gergely_istvan_toth:138:b9a857", "ysrc": "gergely_istvan_toth:138:e6bd7d", "xaxis": "x", "yaxis": "y", "marker": { "color": "#e377c2" }, "notched": false, "showlegend": false, "legendgroup": "uk_defra_UK", "offsetgroup": "uk_defra_UK", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=rape<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:993743", "ysrc": "gergely_istvan_toth:138:5589d3", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": true, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:d92e57", "ysrc": "gergely_istvan_toth:138:cdd57f", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:44e6b7", "ysrc": "gergely_istvan_toth:138:c6661d", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=oat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:c41819", "ysrc": "gergely_istvan_toth:138:ef2bc0", "xaxis": "x6", "yaxis": "y6", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=potato<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "type": "box", "xsrc": "gergely_istvan_toth:138:f7db29", "ysrc": "gergely_istvan_toth:138:fbe8e6", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "#1f77b4" }, "notched": false, "showlegend": false, "legendgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "offsetgroup": "Ellsäßer (2022); Völker & Sommer (2020)_DE", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=silage maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:b9456a", "ysrc": "gergely_istvan_toth:138:0ec03e", "xaxis": "x10", "yaxis": "y10", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": true, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=grain maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:1faa91", "ysrc": "gergely_istvan_toth:138:3b2c6a", "xaxis": "x12", "yaxis": "y12", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring barley<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:e74302", "ysrc": "gergely_istvan_toth:138:7a3d03", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=sugar beet<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:4de225", "ysrc": "gergely_istvan_toth:138:adbb77", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=oat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:fb2dff", "ysrc": "gergely_istvan_toth:138:feaf99", "xaxis": "x6", "yaxis": "y6", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=potato<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:ba7a4d", "ysrc": "gergely_istvan_toth:138:959e53", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=spring wheat<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "Polish Statistical Office_PL", "type": "box", "xsrc": "gergely_istvan_toth:138:49a310", "ysrc": "gergely_istvan_toth:138:93d0c6", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "#8c564b" }, "notched": false, "showlegend": false, "legendgroup": "Polish Statistical Office_PL", "offsetgroup": "Polish Statistical Office_PL", "orientation": "v", "hovertemplate": "Source-Country=%{x}<br>crop_name=silage maize<br>Mean Yield (t/ha)=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "Yield Distributions by Source-Country and Crop (Multi-Country Crops, 12 shown)" }, "xaxis": { "title": { "text": "Source-Country" }, "anchor": "y", "domain": [ 0.0, 0.31999999999999995 ], "tickangle": -45, "categoryarray": [ "Ronchetti et al. (2024)_DE", "Ronchetti et al. (2024)_CZ", "Ronchetti et al. (2024)_SK", "Ronchetti et al. (2024)_PL", "Ronchetti et al. (2024)_RO", "Ronchetti et al. (2024)_HU", "CSO_CZ", "uk_defra_UK", "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "yaxis": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x", "domain": [ 0.0, 0.1975 ] }, "height": 2000, "legend": { "x": 0.5, "y": 1.02, "title": { "text": "Source-Country" }, "xanchor": "center", "yanchor": "bottom", "orientation": "h", "tracegroupgap": 0 }, "margin": { "b": 100, "l": 0, "r": 0, "t": 120 }, "xaxis2": { "title": { "text": "Source-Country" }, "anchor": "y2", "domain": [ 0.33999999999999997, 0.6599999999999999 ], "matches": "x", "tickangle": -45, "categoryarray": [ "Ronchetti et al. (2024)_DE", "Ronchetti et al. (2024)_CZ", "Ronchetti et al. (2024)_SK", "Ronchetti et al. (2024)_PL", "Ronchetti et al. (2024)_RO", "Ronchetti et al. (2024)_HU", "CSO_CZ", "uk_defra_UK", "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "xaxis3": { "title": { "text": "Source-Country" }, "anchor": "y3", "domain": [ 0.6799999999999999, 0.9999999999999999 ], "matches": "x", "tickangle": -45, "categoryarray": [ "Ronchetti et al. (2024)_DE", "Ronchetti et al. (2024)_CZ", "Ronchetti et al. (2024)_SK", "Ronchetti et al. (2024)_PL", "Ronchetti et al. (2024)_RO", "Ronchetti et al. (2024)_HU", "CSO_CZ", "uk_defra_UK", "Ellsäßer (2022); Völker & Sommer (2020)_DE", "Polish Statistical Office_PL" ], "categoryorder": "array" }, "xaxis4": { "anchor": "y4", "domain": [ 0.0, 0.31999999999999995 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis5": { "anchor": "y5", "domain": [ 0.33999999999999997, 0.6599999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis6": { "anchor": "y6", "domain": [ 0.6799999999999999, 0.9999999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis7": { "anchor": "y7", "domain": [ 0.0, 0.31999999999999995 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis8": { "anchor": "y8", "domain": [ 0.33999999999999997, 0.6599999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis9": { "anchor": "y9", "domain": [ 0.6799999999999999, 0.9999999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 0.1975 ], "matches": "y", "showticklabels": false }, "yaxis3": { "anchor": "x3", "domain": [ 0.0, 0.1975 ], "matches": "y", "showticklabels": false }, "yaxis4": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x4", "domain": [ 0.2675, 0.465 ], "matches": "y" }, "yaxis5": { "anchor": "x5", "domain": [ 0.2675, 0.465 ], "matches": "y", "showticklabels": false }, "yaxis6": { "anchor": "x6", "domain": [ 0.2675, 0.465 ], "matches": "y", "showticklabels": false }, "yaxis7": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x7", "domain": [ 0.535, 0.7325 ], "matches": "y" }, "yaxis8": { "anchor": "x8", "domain": [ 0.535, 0.7325 ], "matches": "y", "showticklabels": false }, "yaxis9": { "anchor": "x9", "domain": [ 0.535, 0.7325 ], "matches": "y", "showticklabels": false }, "boxmode": "overlay", "xaxis10": { "anchor": "y10", "domain": [ 0.0, 0.31999999999999995 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis11": { "anchor": "y11", "domain": [ 0.33999999999999997, 0.6599999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "xaxis12": { "anchor": "y12", "domain": [ 0.6799999999999999, 0.9999999999999999 ], "matches": "x", "tickangle": -45, "showticklabels": false }, "yaxis10": { "title": { "text": "Mean Yield (t/ha)" }, "anchor": "x10", "domain": [ 0.8025, 1.0 ], "matches": "y" }, "yaxis11": { "anchor": "x11", "domain": [ 0.8025, 1.0 ], "matches": "y", "showticklabels": false }, "yaxis12": { "anchor": "x12", "domain": [ 0.8025, 1.0 ], "matches": "y", "showticklabels": false }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true, "annotations": [ { "x": 0.15999999999999998, "y": 0.1975, "font": {}, "text": "Rape", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.49999999999999994, "y": 0.1975, "font": {}, "text": "Spring Wheat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8399999999999999, "y": 0.1975, "font": {}, "text": "Silage Maize", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.15999999999999998, "y": 0.465, "font": {}, "text": "Durum Wheat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.49999999999999994, "y": 0.465, "font": {}, "text": "Oat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8399999999999999, "y": 0.465, "font": {}, "text": "Potato", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.15999999999999998, "y": 0.7325, "font": {}, "text": "Sugar Beet", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.49999999999999994, "y": 0.7325, "font": {}, "text": "Sunflower", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8399999999999999, "y": 0.7325, "font": {}, "text": "Total Barley", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.15999999999999998, "y": 1.0, "font": {}, "text": "Grain Maize", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.49999999999999994, "y": 1.0, "font": {}, "text": "Soft Wheat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8399999999999999, "y": 1.0, "font": {}, "text": "Spring Barley", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": 2000, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:00:51.889759Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/101.embed", "fid": "gergely_istvan_toth:101", "filename": "individual_weekly_data_example_1757577648", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/101/9_Y0V08XP1IQ8JOMGIQTLAXWJR45RMQU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/101/2_IDRCNSMOLBNGIN2N5DIJ6MF3AI34ZN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/101/8_4S96TECGGR7N5JR10SREXECAFOF445.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/101/9_Y0V08XP1IQ8JOMGIQTLAXWJR45RMQU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:101", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:101", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/101/", "world_readable": true, "date_modified": "2025-09-11T08:00:51.901Z", "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/101/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "bar", "xsrc": "gergely_istvan_toth:100:cfe5da", "ysrc": "gergely_istvan_toth:100:ee9467" } ], "layout": { "title": { "text": "Weekly Data Example" }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:00:48.381821Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/99.embed", "fid": "gergely_istvan_toth:99", "filename": "example3_both_scatter_plot_1757577645", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/99/9_T8HXRYQCWD9T164E607ZWL2XLOE3TZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/99/2_4RZ8RNSEKDDVP1JH4E8K2WLOT78NBX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/99/8_2DLIVFRPK8VD6LNFFRF68396DM5ZOQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/99/9_T8HXRYQCWD9T164E607ZWL2XLOE3TZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:99", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:99", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/99/", "world_readable": true, "date_modified": "2025-09-11T08:00:48.393Z", "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/99/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "A", "type": "scatter", "xsrc": "gergely_istvan_toth:98:773074", "ysrc": "gergely_istvan_toth:98:4f7af2", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "A", "orientation": "v", "hovertemplate": "category=A<br>x=%{x}<br>y=%{y}<extra></extra>" }, { "mode": "markers", "name": "B", "type": "scatter", "xsrc": "gergely_istvan_toth:98:bff4da", "ysrc": "gergely_istvan_toth:98:243430", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": true, "legendgroup": "B", "orientation": "v", "hovertemplate": "category=B<br>x=%{x}<br>y=%{y}<extra></extra>" } ], "layout": { "title": { "text": "Sample Scatter Plot" }, "xaxis": { "title": { "text": "x" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "y" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "category" }, "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:00:44.757233Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/97.embed", "fid": "gergely_istvan_toth:97", "filename": "example3_both_bar_chart_1757577641", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/97/9_FXISBAS121VJDUYX12O84B2Y8PMDAR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/97/2_89ZBZMY3XII34AOLQZV6MDYSMY933I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/97/8_AVDF2AUEE5N4AQFA7QLTUHDCN7WKNI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/97/9_FXISBAS121VJDUYX12O84B2Y8PMDAR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:97", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:97", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/97/", "world_readable": true, "date_modified": "2025-09-11T08:00:44.767Z", "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/97/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "bar", "xsrc": "gergely_istvan_toth:96:545610", "ysrc": "gergely_istvan_toth:96:4f616a" } ], "layout": { "title": { "text": "Sample Bar Chart" }, "xaxis": { "title": { "text": "Categories" } }, "yaxis": { "title": { "text": "Values" } }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-11T08:00:40.969544Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/95.embed", "fid": "gergely_istvan_toth:95", "filename": "example3_both_line_plot_1757577637", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/95/9_E483LUTDY2CJ4M1Q2T01JLYGSXT1B4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/95/2_UXV8RAD80TV1474X3W8KPIO11FIJ6U.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/95/8_PHXCKR7G5MGEUVCY8ST4SUFZ5BEMY9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gergely_istvan_toth/95/9_E483LUTDY2CJ4M1Q2T01JLYGSXT1B4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gergely_istvan_toth:95", "plots": "https://api.plotly.com/v2/plots/gergely_istvan_toth:95", "parent": "https://api.plotly.com/v2/folders/home?user=gergely_istvan_toth" }, "owner": "gergely_istvan_toth", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gergely_istvan_toth/95/", "world_readable": true, "date_modified": "2025-09-11T08:00:40.980Z", "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/95/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Sample Data", "type": "scatter", "xsrc": "gergely_istvan_toth:94:79c49b", "ysrc": "gergely_istvan_toth:94:64ea85" } ], "layout": { "title": { "text": "Sample Line Plot" }, "xaxis": { "title": { "text": "X Values" } }, "yaxis": { "title": { "text": "Y Values" } }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gergely_istvan_toth", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 15:22:15", "mapbox_access_tokens": null, "has_password": null, "username": "gergely_istvan_toth", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "