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=cj0xJnA9MjAyNS0wNy0xMCsxMyUzQTQ1JTNBMjYuNzcwNTg2JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA3LTEwKzEzJTNBNTElM0EzMS45NDMxMzAlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNy0xMCsxNyUzQTQ4JTNBNTYuNzg4ODQ2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-10T17:48:56.788846Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~chengyufei/1.embed", "fid": "chengyufei:1", "filename": "prediction_class_dist", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/chengyufei/1/9_DNLGV02B7SKWR75DHNETQ6VT40XBZR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/chengyufei/1/2_H3P4VR14SM0JMBL8IDHLTEP28UCBB4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/chengyufei/1/8_NRD4N57695VXB15PDO79KK82D7IY0S.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/chengyufei/1/9_DNLGV02B7SKWR75DHNETQ6VT40XBZR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/chengyufei:1", "plots": "https://api.plotly.com/v2/plots/chengyufei:1", "parent": "https://api.plotly.com/v2/folders/home?user=chengyufei" }, "owner": "chengyufei", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~chengyufei/1/", "world_readable": true, "date_modified": "2025-07-10T17:48:56.801Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~chengyufei/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "h", "type": "bar", "xsrc": "chengyufei:0:9646dc", "ysrc": "chengyufei:0:5a1171", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "textsrc": "chengyufei:0:43e0fe", "showlegend": true, "legendgroup": "h", "offsetgroup": "h", "orientation": "v", "textposition": "outside", "texttemplate": "%{text:.2%}", "hovertemplate": "Class=%{x}<br>Proportion=%{text}<extra></extra>", "alignmentgroup": "True" }, { "name": "d", "type": "bar", "xsrc": "chengyufei:0:b7b7f8", "ysrc": "chengyufei:0:2e942c", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "textsrc": "chengyufei:0:d22419", "showlegend": true, "legendgroup": "d", "offsetgroup": "d", "orientation": "v", "textposition": "outside", "texttemplate": "%{text:.2%}", "hovertemplate": "Class=%{x}<br>Proportion=%{text}<extra></extra>", "alignmentgroup": "True" }, { "name": "p", "type": "bar", "xsrc": "chengyufei:0:9cfb55", "ysrc": "chengyufei:0:5c99e5", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "textsrc": "chengyufei:0:378786", "showlegend": true, "legendgroup": "p", "offsetgroup": "p", "orientation": "v", "textposition": "outside", "texttemplate": "%{text:.2%}", "hovertemplate": "Class=%{x}<br>Proportion=%{text}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "图像级别的预测类别分布" }, "xaxis": { "title": { "text": "Class" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "categoryarray": [ "h", "d", "p" ], "categoryorder": "array" }, "yaxis": { "title": { "text": "Proportion" }, "anchor": "x", "domain": [ 0.0, 1.0 ], "tickformat": ".0%" }, "legend": { "title": { "text": "Class" }, "tracegroupgap": 0 }, "barmode": "relative", "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/~chengyufei", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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-07-10 17:42:40", "mapbox_access_tokens": null, "has_password": null, "username": "chengyufei", "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-07-10T17:27:45.420714Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~irene2005/1.embed", "fid": "irene2005:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/irene2005/1/9_36TG0AC7SG4DUWCVOSMX4NLVDI1R1J.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/irene2005/1/2_CRRWGW3FVWC27PSHJR23YT21ESB3PI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/irene2005/1/8_4DGYCMKVYZWF4GVDFAHKHQC8A1FSRI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/irene2005/1/9_36TG0AC7SG4DUWCVOSMX4NLVDI1R1J.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/irene2005:1", "plots": "https://api.plotly.com/v2/plots/irene2005:1", "parent": "https://api.plotly.com/v2/folders/home?user=irene2005" }, "owner": "irene2005", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~irene2005/1/", "world_readable": true, "date_modified": "2025-07-10T17:28:08.358Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~irene2005/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Output Power (W)", "y": "Slip (%)" } }, "mode": "markers", "name": "X axis", "type": "scatter", "xsrc": "irene2005:0:361cce", "ysrc": "irene2005:0:844b7c" }, { "meta": { "columnNames": { "x": "Output Power (W)", "y": "Current (A)" } }, "mode": "markers", "name": "Current", "type": "scatter", "xsrc": "irene2005:0:361cce", "ysrc": "irene2005:0:bf3fbc", "yaxis": "y4", "stackgroup": null }, { "meta": { "columnNames": { "x": "Output Power (W)", "y": "Power Factor" } }, "mode": "markers", "name": "Power factor", "type": "scatter", "xsrc": "irene2005:0:361cce", "ysrc": "irene2005:0:20f45a", "yaxis": "y3", "stackgroup": null }, { "meta": { "columnNames": { "x": "Output Power (W)", "y": "Efficiency (%)" } }, "mode": "markers", "name": "Efficiency", "type": "scatter", "xsrc": "irene2005:0:361cce", "ysrc": "irene2005:0:0ee984", "yaxis": "y2", "stackgroup": null }, { "meta": { "columnNames": { "x": "Output Power (W)", "y": "Torque (Nm)" } }, "mode": "markers", "name": "Torque", "type": "scatter", "xsrc": "irene2005:0:361cce", "ysrc": "irene2005:0:59508d", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -172.9190782953419, 2942.3690782953418 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -1.350225060827251, 18.040225060827254 ], "autorange": true }, "yaxis2": { "side": "right", "type": "linear", "range": [ -6.514087591240877, 87.03408759124088 ], "autorange": true, "overlaying": "y" }, "yaxis3": { "side": "right", "type": "linear", "range": [ 0.12416545012165447, 0.8398345498783455 ], "autorange": true, "overlaying": "y" }, "yaxis4": { "side": "left", "type": "linear", "range": [ 3.9734793187347934, 7.226520681265207 ], "autorange": true, "overlaying": "y" }, "autosize": true, "dragmode": "select", "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" }, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~irene2005", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-10 17:26:23", "mapbox_access_tokens": null, "has_password": null, "username": "irene2005", "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-07-10T16:52:04.003265Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Kenmo/1.embed", "fid": "Kenmo:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Kenmo/1/9_ITQ254YJK2RBDYH83KWT40CPX54VQB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Kenmo/1/2_9R4Z13QWB4U2M4AZ08R0TF6SLBN0FH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Kenmo/1/8_VFA6XOI0O43JJV6K631Z3B7PE31NZO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Kenmo/1/9_ITQ254YJK2RBDYH83KWT40CPX54VQB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Kenmo:1", "plots": "https://api.plotly.com/v2/plots/Kenmo:1", "parent": "https://api.plotly.com/v2/folders/home?user=Kenmo" }, "owner": "Kenmo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Kenmo/1/", "world_readable": true, "date_modified": "2025-07-10T16:52:04.015Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Kenmo/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "asrc": "Kenmo:0:da6b87", "bsrc": "Kenmo:0:4432b5", "csrc": "Kenmo:0:0f8d02", "meta": { "columnNames": { "a": "A", "b": "B", "c": "C", "text": "D", "marker": { "size": "D", "color": "D" } } }, "mode": "markers", "type": "scatterternary", "marker": { "line": { "width": 0 }, "meta": { "columnNames": { "size": "D", "color": "D" } }, "color": "#1f77b4", "opacity": 0.6, "sizemin": 0, "sizeref": 0.30617283950617286, "sizesrc": "Kenmo:0:e10f14", "sizemode": "area" }, "textsrc": "Kenmo:0:e10f14", "hoverinfo": "text", "autocolorscale": false } ], "frames": [], "layout": { "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "ternary": { "sum": 1, "aaxis": { "ticks": "outside", "title": { "text": "" }, "tickfont": { "size": 28 } }, "baxis": { "ticks": "outside", "title": { "text": "" }, "tickfont": { "size": 28 } }, "caxis": { "ticks": "outside", "title": { "text": "" }, "tickfont": { "size": 28 }, "tickangle": "auto" }, "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] } }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "colorscale": { "sequential": [ [ 0, "#f7fbff" ], [ 0.125, "#deebf7" ], [ 0.25, "#c6dbef" ], [ 0.375, "#9ecae1" ], [ 0.5, "#6baed6" ], [ 0.625, "#4292c6" ], [ 0.75, "#2171b5" ], [ 0.875, "#08519c" ], [ 1, "#08306b" ] ], "sequentialminus": [ [ 0, "#f7fbff" ], [ 0.125, "#deebf7" ], [ 0.25, "#c6dbef" ], [ 0.375, "#9ecae1" ], [ 0.5, "#6baed6" ], [ 0.625, "#4292c6" ], [ 0.75, "#2171b5" ], [ 0.875, "#08519c" ], [ 1, "#08306b" ] ] }, "showlegend": false, "annotations": [ { "x": 0.20567651632970452, "y": 0.548920832183189, "ax": -201, "ay": -70, "font": { "size": 25 }, "text": "住宅地域割合", "showarrow": false, "textangle": -59, "arrowwidth": 0.1 }, { "x": 0.7900031963308043, "y": 0.5559754142235107, "font": { "size": 25 }, "text": "工業地域割合<br>", "showarrow": false, "textangle": 59 }, { "x": 0.5069984447900466, "y": -0.1087533156498674, "font": { "size": 25 }, "text": "商業地域割合", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Kenmo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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-07-10 15:10:11", "mapbox_access_tokens": null, "has_password": null, "username": "Kenmo", "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-07-10T16:41:34.953365Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gdange/1.embed", "fid": "gdange:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gdange/1/9_MHGMD76GZH7NPRQKY8P729MPV6MD6C.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gdange/1/2_R6R0YTMV34VQZ21PZ71MR0EHF6DYVZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gdange/1/8_9D97X4NAOMU063LPVOL68KSD0NS7V2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gdange/1/9_MHGMD76GZH7NPRQKY8P729MPV6MD6C.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gdange:1", "plots": "https://api.plotly.com/v2/plots/gdange:1", "parent": "https://api.plotly.com/v2/folders/home?user=gdange" }, "owner": "gdange", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~gdange/1/", "world_readable": true, "date_modified": "2025-07-10T16:41:34.965Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gdange/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Timestamp", "y": "SensorP2Voltage - SensorP1Voltage - SensorP0Voltage - P1_Exc_Vol - P2_Exc_Vol - RTD_Voltage" } }, "mode": "lines", "type": "scatter", "xsrc": "gdange:0:536165", "ysrc": "gdange:0:45b646,b10620,b8baed,7d10d9,6b1b65,03c9c5*" } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-07-08 09:38:29", "2025-07-08 10:09:26" ], "autorange": true }, "yaxis": { "type": "multicategory", "range": [ -100.55555555555557, 1910.5555555555557 ], "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/~gdange", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-10 16:38:53", "mapbox_access_tokens": null, "has_password": null, "username": "gdange", "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-07-10T15:47:02.073504Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Anto_violetap/48.embed", "fid": "Anto_violetap:48", "filename": "MDS_TF_MM", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Anto_violetap/48/9_6M1VUAF21SVY7XNUXVT9A6TVBNDIBV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Anto_violetap/48/2_7OZPA2RP8TD19EGOYC2OQ9OLFPV220.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Anto_violetap/48/8_9BC59VDXZ4EW92T5BQXIFAL8QGHB5O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Anto_violetap/48/9_6M1VUAF21SVY7XNUXVT9A6TVBNDIBV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Anto_violetap:48", "plots": "https://api.plotly.com/v2/plots/Anto_violetap:48", "parent": "https://api.plotly.com/v2/folders/home?user=Anto_violetap" }, "owner": "Anto_violetap", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Anto_violetap/48/", "world_readable": true, "date_modified": "2025-07-10T15:47:02.085Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Anto_violetap/48/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "MDS1", "y": "MDS2" } }, "mode": "markers", "type": "scatter", "xsrc": "Anto_violetap:47:ab8d08", "ysrc": "Anto_violetap:47:ab4b31", "transforms": [ { "meta": { "columnNames": { "groups": "nombre" } }, "type": "groupby", "styles": [ { "value": { "name": "Salmón de cultivo" }, "target": "salmon de cultivo" }, { "value": { "name": "Salmón chinook", "marker": { "size": 7, "symbol": "circle-open-dot" } }, "target": "Salmon chinook" }, { "value": { "name": "Bacalao", "marker": { "symbol": "square" } }, "target": "bacalao" }, { "value": { "name": "Róbalo", "marker": { "size": 7, "symbol": "diamond" } }, "target": "robalo" }, { "value": { "name": "Merluza austral", "marker": { "symbol": "cross" } }, "target": "merluza austral" }, { "value": { "name": "Congrio", "marker": { "size": 7, "symbol": "triangle-up" } }, "target": "congrio" }, { "value": { "name": "Nototenia patagónica", "marker": { "size": 7, "symbol": "hexagon2-open" } }, "target": "nototenia patagonica" }, { "value": { "name": "Sardina", "marker": { "size": 7, "symbol": "star-triangle-up" } }, "target": "sardina" }, { "value": { "name": "Cabrilla", "marker": { "size": 7, "symbol": "star-square" } }, "target": "cabrilla" }, { "value": { "name": "Nansenia antártica", "marker": { "size": 7, "symbol": "star-diamond" } }, "target": "Nansenia antartica" }, { "value": { "name": "Centolla", "marker": { "symbol": "line-ne-open" } }, "target": "centolla" }, { "value": { "marker": { "size": 7, "symbol": "diamond-tall" } }, "target": "Munida" }, { "value": { "name": "Pingüino magallánico", "marker": { "size": 7, "color": "rgb(236, 41, 201)", "symbol": "asterisk-open" } }, "target": "pinguino magallanico" }, { "value": { "name": "Lobo marino común", "marker": { "size": 7, "symbol": "star-diamond-open" } }, "target": "lobo marino comun" }, { "value": { "name": "Lobo fino austral", "marker": { "size": 7, "symbol": "triangle-nw-open" } }, "target": "lobo fino austral" }, { "value": { "name": "Foca leopardo", "marker": { "size": 7, "color": "rgb(32, 31, 32)", "symbol": "hourglass" } }, "target": "foca leopardo" } ], "groupssrc": "Anto_violetap:47:cc2d06" } ] } ], "frames": [], "layout": { "title": { "text": "nMDS Tierra del Fuego (con MM)" }, "xaxis": { "type": "linear", "range": [ -33.44439410473492, 25.217621286855575 ], "ticks": "inside", "title": { "text": "MDS 1" }, "mirror": "ticks", "showgrid": false, "showline": true, "zeroline": true, "autorange": true, "linecolor": "rgb(27, 28, 28)", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -23.5927854782027, 25.4485926082027 ], "ticks": "inside", "title": { "text": "MDS 2" }, "mirror": "ticks", "showgrid": false, "showline": true, "zeroline": true, "autorange": true, "linecolor": "rgb(27, 28, 28)" }, "legend": { "title": { "text": "<b>Especies:</b>" }, "borderwidth": 1 }, "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/~Anto_violetap", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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": "2024-05-14 15:13:56", "mapbox_access_tokens": null, "has_password": null, "username": "Anto_violetap", "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-07-10T15:37:46.515806Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Anto_violetap/46.embed", "fid": "Anto_violetap:46", "filename": "nMDS_SR_MM", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Anto_violetap:46/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Anto_violetap/46/2_APEFVVNNB9WKWPVSD7I0XQGL9RDS98.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Anto_violetap/46/8_OA791TKQ2G8Y03EBG92WTWQ2NS5OKK.png", "list-thumb": "https://api.plotly.com/v2/files/Anto_violetap:46/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Anto_violetap:46", "plots": "https://api.plotly.com/v2/plots/Anto_violetap:46", "parent": "https://api.plotly.com/v2/folders/home?user=Anto_violetap" }, "owner": "Anto_violetap", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Anto_violetap/46/", "world_readable": true, "date_modified": "2025-07-10T15:46:40.874Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Anto_violetap/46/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "MDS1", "y": "MDS2" } }, "mode": "markers", "type": "scatter", "xsrc": "Anto_violetap:45:e45454", "ysrc": "Anto_violetap:45:161981", "transforms": [ { "meta": { "columnNames": { "groups": "nombre" } }, "type": "groupby", "styles": [ { "value": { "name": "Sardina" }, "target": "sardina" }, { "value": { "name": "Merluza austral", "marker": { "size": 7, "symbol": "circle-open-dot" } }, "target": "merluza austral" }, { "value": { "name": "Congrio dorado", "marker": { "size": 7, "symbol": "square" } }, "target": "congrio dorado" }, { "value": { "name": "Róbalo", "marker": { "symbol": "diamond" } }, "target": "robalo" }, { "value": { "name": "Salmón coho", "marker": { "size": 7, "symbol": "cross" } }, "target": "salmon coho" }, { "value": { "name": "Salmón de cultivo", "marker": { "size": 7, "symbol": "x" } }, "target": "salmon de cultivo" }, { "value": { "name": "Cormorán yeco", "marker": { "size": 7, "symbol": "star" } }, "target": "cormoran yeco" }, { "value": { "name": "Cisne de cuello negro", "marker": { "size": 7, "symbol": "star-diamond" } }, "target": "cisne cuello negro" }, { "value": { "name": "Lobo marino común", "marker": { "symbol": "star-triangle-up" } }, "target": "lobo marino comun" }, { "value": { "name": "Lobo fino austral", "marker": { "size": 7, "symbol": "diamond-wide" } }, "target": "lobo fino austral" }, { "value": { "name": "Foca leopardo", "marker": { "size": 7, "color": "rgb(14, 14, 14)", "symbol": "hourglass" } }, "target": "foca leopardo" } ], "groupssrc": "Anto_violetap:45:57e402" } ] } ], "frames": [], "layout": { "title": { "text": "nMDS San Rafael (con MM)" }, "xaxis": { "type": "linear", "range": [ -42.57248510428604, 29.224629874286034 ], "ticks": "inside", "title": { "text": "MDS 1" }, "mirror": "ticks", "showgrid": false, "showline": true, "autorange": true, "linecolor": "rgb(34, 35, 36)" }, "yaxis": { "type": "linear", "range": [ -32.689368481516915, 18.89998292151692 ], "ticks": "inside", "title": { "text": "MDS 2" }, "mirror": "ticks", "showgrid": false, "showline": true, "autorange": true, "linecolor": "rgb(34, 35, 36)" }, "legend": { "title": { "text": "<b>Especies:</b>" }, "borderwidth": 1 }, "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/~Anto_violetap", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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": "2024-05-14 15:13:56", "mapbox_access_tokens": null, "has_password": null, "username": "Anto_violetap", "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-07-10T15:20:27.288265Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~seafisher123/1.embed", "fid": "seafisher123:1", "filename": "UK-EU Maritime Trade Routes", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/seafisher123/1/9_4VQMZ76BCMXIK00A7K3XU5RMUWOC9N.png", "image_urls": { "default": "https://api.plotly.com/v2/files/seafisher123:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/seafisher123/1/8_SC08IX7L4SB6RTGHQKWEYY3XI19C3D.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/seafisher123/1/9_4VQMZ76BCMXIK00A7K3XU5RMUWOC9N.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/seafisher123:1", "plots": "https://api.plotly.com/v2/plots/seafisher123:1", "parent": "https://api.plotly.com/v2/folders/home?user=seafisher123" }, "owner": "seafisher123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~seafisher123/1/", "world_readable": true, "date_modified": "2025-07-10T15:20:27.297Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~seafisher123/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers+text", "name": "Dover", "text": "Dover", "type": "scattergeo", "latsrc": "seafisher123:0:7befda", "lonsrc": "seafisher123:0:989459", "marker": { "size": 8, "color": "blue" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Portsmouth", "text": "Portsmouth", "type": "scattergeo", "latsrc": "seafisher123:0:66f81a", "lonsrc": "seafisher123:0:3e6a6b", "marker": { "size": 8, "color": "blue" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Felixstowe", "text": "Felixstowe", "type": "scattergeo", "latsrc": "seafisher123:0:a9d8de", "lonsrc": "seafisher123:0:591331", "marker": { "size": 8, "color": "blue" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Liverpool", "text": "Liverpool", "type": "scattergeo", "latsrc": "seafisher123:0:db707a", "lonsrc": "seafisher123:0:7fb19f", "marker": { "size": 8, "color": "blue" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Immingham", "text": "Immingham", "type": "scattergeo", "latsrc": "seafisher123:0:bf6786", "lonsrc": "seafisher123:0:4015df", "marker": { "size": 8, "color": "blue" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Harwich", "text": "Harwich", "type": "scattergeo", "latsrc": "seafisher123:0:5ca1e2", "lonsrc": "seafisher123:0:38176d", "marker": { "size": 8, "color": "blue" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Holyhead", "text": "Holyhead", "type": "scattergeo", "latsrc": "seafisher123:0:9a1170", "lonsrc": "seafisher123:0:313338", "marker": { "size": 8, "color": "blue" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Calais", "text": "Calais", "type": "scattergeo", "latsrc": "seafisher123:0:a96451", "lonsrc": "seafisher123:0:676816", "marker": { "size": 8, "color": "green" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Dunkirk", "text": "Dunkirk", "type": "scattergeo", "latsrc": "seafisher123:0:7711ed", "lonsrc": "seafisher123:0:3c2196", "marker": { "size": 8, "color": "green" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Rotterdam", "text": "Rotterdam", "type": "scattergeo", "latsrc": "seafisher123:0:a53945", "lonsrc": "seafisher123:0:1e08e3", "marker": { "size": 8, "color": "green" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Zeebrugge", "text": "Zeebrugge", "type": "scattergeo", "latsrc": "seafisher123:0:0b2d81", "lonsrc": "seafisher123:0:01cf4f", "marker": { "size": 8, "color": "green" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Antwerp", "text": "Antwerp", "type": "scattergeo", "latsrc": "seafisher123:0:91ea15", "lonsrc": "seafisher123:0:a4e653", "marker": { "size": 8, "color": "green" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Hamburg", "text": "Hamburg", "type": "scattergeo", "latsrc": "seafisher123:0:141580", "lonsrc": "seafisher123:0:10d3f7", "marker": { "size": 8, "color": "green" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Bilbao", "text": "Bilbao", "type": "scattergeo", "latsrc": "seafisher123:0:724f27", "lonsrc": "seafisher123:0:55d87c", "marker": { "size": 8, "color": "green" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Dublin", "text": "Dublin", "type": "scattergeo", "latsrc": "seafisher123:0:b1975a", "lonsrc": "seafisher123:0:702d68", "marker": { "size": 8, "color": "green" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Tilbury", "text": "Tilbury", "type": "scattergeo", "latsrc": "seafisher123:0:98fd3d", "lonsrc": "seafisher123:0:8c69d1", "marker": { "size": 8, "color": "orange" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Southampton", "text": "Southampton", "type": "scattergeo", "latsrc": "seafisher123:0:d4c5c2", "lonsrc": "seafisher123:0:6da7b8", "marker": { "size": 8, "color": "orange" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Hull", "text": "Hull", "type": "scattergeo", "latsrc": "seafisher123:0:a4a1f2", "lonsrc": "seafisher123:0:27bf60", "marker": { "size": 8, "color": "orange" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Le Havre", "text": "Le Havre", "type": "scattergeo", "latsrc": "seafisher123:0:19435a", "lonsrc": "seafisher123:0:d8e054", "marker": { "size": 8, "color": "orange" }, "showlegend": false, "textposition": "top center" }, { "mode": "markers+text", "name": "Bremerhaven", "text": "Bremerhaven", "type": "scattergeo", "latsrc": "seafisher123:0:1f7aa1", "lonsrc": "seafisher123:0:072313", "marker": { "size": 8, "color": "orange" }, "showlegend": false, "textposition": "top center" }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:3c5966", "lonsrc": "seafisher123:0:dc01e6", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:ad4eed", "lonsrc": "seafisher123:0:1bdd5e", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:e81dc1", "lonsrc": "seafisher123:0:cf6187", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:16c65d", "lonsrc": "seafisher123:0:0dc3f6", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:a121f6", "lonsrc": "seafisher123:0:46a9d2", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:9860fc", "lonsrc": "seafisher123:0:416127", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:6764ad", "lonsrc": "seafisher123:0:c7d6f3", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:950cf4", "lonsrc": "seafisher123:0:df8204", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:f2224a", "lonsrc": "seafisher123:0:0c7a04", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:0a2a50", "lonsrc": "seafisher123:0:528db9", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:5cad2c", "lonsrc": "seafisher123:0:773a2d", "showlegend": false }, { "line": { "dash": "dot", "color": "gray", "width": 1 }, "mode": "lines", "type": "scattergeo", "latsrc": "seafisher123:0:b452db", "lonsrc": "seafisher123:0:bffce0", "showlegend": false } ], "layout": { "geo": { "scope": "europe", "lataxis": { "range": [ 43, 56 ] }, "lonaxis": { "range": [ -10, 12 ] }, "showland": true, "lakecolor": "lightblue", "landcolor": "rgb(240, 240, 240)", "showlakes": true, "showocean": true, "oceancolor": "lightblue", "projection": { "type": "mercator" }, "resolution": 50, "countrycolor": "black", "showcountries": true, "coastlinecolor": "gray" }, "title": { "text": "UK-EU Maritime Trade Routes for Food Goods" }, "margin": { "b": 0, "l": 0, "r": 0, "t": 40 }, "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 } } } ], "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 } } } ], "scattermap": [ { "type": "scattermap", "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/~seafisher123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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-07-10 14:36:22", "mapbox_access_tokens": null, "has_password": null, "username": "seafisher123", "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-07-10T15:06:25.920258Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jmoxley/18427.embed", "fid": "jmoxley:18427", "filename": "20250709_linkage_history_miax_b", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jmoxley:18427/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18427/2_Y3ZHK686L04KUDRBLX0G790W01SFR1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18427/8_ZMFP3Y9FGDCGVXX5OIN9UNHQVRHSVR.png", "list-thumb": "https://api.plotly.com/v2/files/jmoxley:18427/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jmoxley:18427", "plots": "https://api.plotly.com/v2/plots/jmoxley:18427", "parent": "https://api.plotly.com/v2/folders/home?user=jmoxley" }, "owner": "jmoxley", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jmoxley/18427/", "world_readable": true, "date_modified": "2025-07-10T15:06:25.959Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18427/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "Mean", "type": "scatter", "xsrc": "jmoxley:18426:2b9249", "ysrc": "jmoxley:18426:db776e" }, { "mode": "lines", "name": "Median", "type": "scatter", "xsrc": "jmoxley:18426:5290ea", "ysrc": "jmoxley:18426:b6e13d" }, { "mode": "lines", "name": "Min", "type": "scatter", "xsrc": "jmoxley:18426:52d733", "ysrc": "jmoxley:18426:5fb346" }, { "mode": "lines", "name": "StDev", "type": "scatter", "xsrc": "jmoxley:18426:543a1e", "ysrc": "jmoxley:18426:f31a72" }, { "mode": "lines", "name": "Orders Scaled", "type": "scatter", "xsrc": "jmoxley:18426:9058ae", "ysrc": "jmoxley:18426:9a1b55" } ], "layout": { "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "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", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "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 } } } ], "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": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "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/~jmoxley", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-07-02 18:27:30", "mapbox_access_tokens": null, "has_password": null, "username": "jmoxley", "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-07-10T14:59:30.809064Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~frmeyer/44.embed", "fid": "frmeyer:44", "filename": "XL-EN", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/frmeyer/44/9_KP1SNZJK348RQECH2M8JOKJ4SFYSXR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/frmeyer/44/2_8SBVA92W61XNK9IP42Y9SZ66MIVB3N.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/frmeyer/44/8_E34NCSJFN38SMR3FESUVA97O6DQ24V.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/frmeyer/44/9_KP1SNZJK348RQECH2M8JOKJ4SFYSXR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/frmeyer:44", "plots": "https://api.plotly.com/v2/plots/frmeyer:44", "parent": "https://api.plotly.com/v2/folders/home?user=frmeyer" }, "owner": "frmeyer", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~frmeyer/44/", "world_readable": true, "date_modified": "2025-07-10T15:15:19.326Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~frmeyer/44/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers+lines", "name": "Precision", "type": "scatter", "xsrc": "frmeyer:43:d7c924", "ysrc": "frmeyer:43:23d8fc" }, { "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "markers+lines", "name": "Recall", "type": "scatter", "xsrc": "frmeyer:43:d7c924", "ysrc": "frmeyer:43:c9a701", "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "markers+lines", "name": "F1", "type": "scatter", "xsrc": "frmeyer:43:d7c924", "ysrc": "frmeyer:43:f0ccdf", "stackgroup": null } ], "frames": [], "layout": { "title": { "x": 0.4, "text": "<br>" }, "width": 1459, "xaxis": { "side": "bottom", "type": "linear", "range": [ 0.04962327998048566, 119 ], "ticks": "", "title": { "font": { "size": 16 }, "text": "Pretraining steps (%)" }, "anchor": "y", "domain": [ 0.25, 0.625 ], "tickfont": { "size": 16 }, "autorange": false, "showspikes": false, "rangeslider": { "range": [ -1.8698981811852757, 47.86989818118528 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "side": "left", "type": "linear", "range": [ 20, 70 ], "title": { "font": { "size": 16 }, "text": "%" }, "domain": [ 0, 0.76 ], "tickfont": { "size": 16 }, "autorange": false, "showspikes": false }, "height": 467, "legend": { "x": 0.25, "y": 0.9, "font": { "size": 16 }, "orientation": "h" }, "margin": { "b": 45, "l": 80, "r": 80, "t": 80, "pad": 0 }, "shapes": [ { "x0": 100.35009489968388, "x1": 118.89621984068566, "y0": 20.412189598625652, "y1": 72.22661252537873, "line": { "color": "#444444" }, "type": "rect", "opacity": 0.22, "fillcolor": "rgb(140, 1, 171)" } ], "autosize": true, "colorway": [ "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" ], "dragmode": "select", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(231,231,240)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(183,183,191)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(234,234,242)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(36,36,36)" }, "polar": { "bgcolor": "rgb(234,234,242)", "radialaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "zaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" } }, "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "bgcolor": "rgb(234,234,242)" }, "colorway": [ "rgb(76,114,176)", "rgb(221,132,82)", "rgb(85,168,104)", "rgb(196,78,82)", "rgb(129,114,179)", "rgb(147,120,96)", "rgb(218,139,195)", "rgb(140,140,140)", "rgb(204,185,116)", "rgb(100,181,205)" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d1e5f0" ], [ 0.7, "#92c5de" ], [ 0.8, "#4393c3" ], [ 0.9, "#2166ac" ], [ 1, "#053061" ] ], "sequential": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ], "sequentialminus": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ] }, "plot_bgcolor": "rgb(234,234,242)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.5, "fillcolor": "rgb(67,103,167)" }, "annotationdefaults": { "arrowcolor": "rgb(67,103,167)" } }, "themeRef": "SEABORN" }, "clickmode": "event", "colorscale": { "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "annotations": [ { "x": 0.5, "y": 70, "ax": 13, "ay": -30, "font": { "size": 16 }, "text": "Pretraining", "xref": "paper", "align": "center" }, { "x": 108.69933464829772, "y": 70, "ax": -10, "ay": -40, "font": { "size": 16 }, "text": "Cross-lingual<br>finetuning" } ], "plot_bgcolor": "rgb(234, 234, 242)" } }, "height": 467, "width": 1459, "user": { "profile_url": "https://chart-studio.plotly.com/~frmeyer", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2022-11-29 13:51:29", "mapbox_access_tokens": null, "has_password": null, "username": "frmeyer", "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-07-10T13:51:31.943130Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~FABRICADO/3.embed", "fid": "FABRICADO:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/FABRICADO/3/9_MJBY8EW6PN7PJY6TUB3SYVFGWTYN38.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/FABRICADO/3/2_M3P85KS48Z2W9TZR1VI0VIFTHYTF0Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/FABRICADO/3/8_I51TXBQ3H5ZW4CXTD3MT4OLSGHE5MB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/FABRICADO/3/9_MJBY8EW6PN7PJY6TUB3SYVFGWTYN38.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/FABRICADO:3", "plots": "https://api.plotly.com/v2/plots/FABRICADO:3", "parent": "https://api.plotly.com/v2/folders/home?user=FABRICADO" }, "owner": "FABRICADO", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~FABRICADO/3/", "world_readable": true, "date_modified": "2025-07-10T13:51:31.954Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~FABRICADO/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Results", "y": "Count" } }, "mode": "markers", "type": "bar", "xsrc": "FABRICADO:2:00f5bd", "ysrc": "FABRICADO:2:7ca0c3", "error_x": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": true, "symmetric": false, "thickness": 2 }, "hoverinfo": "x+y", "orientation": "v", "textposition": "auto", "texttemplate": "" } ], "frames": [], "layout": { "font": { "family": "Open Sans" }, "title": { "x": 0.46 }, "width": 1413, "xaxis": { "side": "bottom", "type": "category", "range": [ -0.5, 2.5 ], "anchor": "free", "domain": [ 0.02, 1 ], "autorange": true }, "yaxis": { "side": "left", "type": "linear", "range": [ 0, 24.210526315789473 ], "title": { "text": "Click to enter Y axis title" }, "anchor": "free", "domain": [ 0, 1 ], "autorange": true }, "bargap": 0.8200000000000001, "metasrc": "FABRICADO:2:00f5bd", "autosize": true, "colorway": [ "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" ], "clickmode": "event", "hoverlabel": { "font": { "family": "Open Sans" } }, "bargroupgap": 0.31, "uniformtext": { "mode": "show", "minsize": 0 } } }, "height": null, "width": 1413, "user": { "profile_url": "https://chart-studio.plotly.com/~FABRICADO", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-10 12:42:22", "mapbox_access_tokens": null, "has_password": null, "username": "FABRICADO", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "