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=cj0xJnA9MjAyNS0wOC0yOCsxMCUzQTMwJTNBNDguNDA2MDA1JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTI4KzEwJTNBMzIlM0ExNy40MDU0MTQlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0yOCsxMyUzQTE2JTNBMzMuNzMzNzgyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-28T13:16:33.733782Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~severijndhoedt/7.embed", "fid": "severijndhoedt:7", "filename": "3d_scatter.html", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/severijndhoedt/7/9_TN34AAJQ21WUOA7DRADSGF2M2DN7O1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/severijndhoedt/7/2_7K7EQW77D8FA7TKJUSO9H26YTBLYSZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/severijndhoedt/7/8_P7UG6UH9BR643OP2D7A323PAKK1E9B.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/severijndhoedt/7/9_TN34AAJQ21WUOA7DRADSGF2M2DN7O1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/severijndhoedt:7", "plots": "https://api.plotly.com/v2/plots/severijndhoedt:7", "parent": "https://api.plotly.com/v2/folders/home?user=severijndhoedt" }, "owner": "severijndhoedt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~severijndhoedt/7/", "world_readable": true, "date_modified": "2025-08-28T13:16:33.745Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~severijndhoedt/7/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Measurement Points", "type": "scatter3d", "xsrc": "severijndhoedt:6:74d1c8", "ysrc": "severijndhoedt:6:4d8e0c", "zsrc": "severijndhoedt:6:4f5220", "marker": { "size": 2.0, "opacity": 1.0, "colorbar": { "title": { "text": "ZT Values" } }, "colorsrc": "severijndhoedt:6:00001d", "colorscale": [ [ 0.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.0, "#fde725" ] ] } } ], "layout": { "scene": { "xaxis": { "title": { "text": "X Coordinate" } }, "yaxis": { "title": { "text": "Y Coordinate" } }, "zaxis": { "title": { "text": "Z Coordinate" } }, "camera": { "eye": { "x": 2.5, "y": 2.5, "z": 2.5 } }, "aspectmode": "cube" }, "title": { "text": "Interactive 3D Scatter Plot with Equal X, Y, Z Scaling" }, "width": 900, "height": 800, "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": 800, "width": 900, "user": { "profile_url": "https://chart-studio.plotly.com/~severijndhoedt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-02-20 10:26:28", "mapbox_access_tokens": null, "has_password": null, "username": "severijndhoedt", "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-08-28T12:37:11.662272Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MikhailUss/8.embed", "fid": "MikhailUss:8", "filename": "Plot 8", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/8/9_15YYYS9PMQZBYVJNHR3RQ2P02G39L0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/8/2_IX8VIQS76IK46NZ2T20KKYMM2EMWJ9.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/8/8_09JEX2B713O1DJ2W2UMT7I9T0GME9Q.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/8/9_15YYYS9PMQZBYVJNHR3RQ2P02G39L0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MikhailUss:8", "plots": "https://api.plotly.com/v2/plots/MikhailUss:8", "parent": "https://api.plotly.com/v2/folders/home?user=MikhailUss" }, "owner": "MikhailUss", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~MikhailUss/8/", "world_readable": true, "date_modified": "2025-08-28T12:37:11.672Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MikhailUss/8/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "meta": { "columnNames": { "value": "B", "target": "C" } }, "valuesrc": "MikhailUss:7:9b545c", "targetsrc": "MikhailUss:7:41fb9e" }, "meta": { "columnNames": { "x": "A", "y": "B", "link": { "value": "B", "target": "C" }, "node": { "x": "A", "y": "B" }, "labels": "B", "values": "A", "parents": "C" } }, "name": "MRD", "node": { "meta": { "columnNames": { "x": "A", "y": "B" } }, "xsrc": "MikhailUss:7:be4a45", "ysrc": "MikhailUss:7:9b545c" }, "type": "bar", "xsrc": "MikhailUss:7:be4a45", "ysrc": "MikhailUss:7:9b545c", "xaxis": "x", "yaxis": "y", "bandwidth": 0, "boxpoints": false, "labelssrc": "MikhailUss:7:9b545c", "valuessrc": "MikhailUss:7:be4a45", "parentssrc": "MikhailUss:7:41fb9e", "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "name": "MUD", "type": "bar", "xsrc": "MikhailUss:7:be4a45", "ysrc": "MikhailUss:7:41fb9e", "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "name": "MMUD/HAPLO", "type": "bar", "xsrc": "MikhailUss:7:be4a45", "ysrc": "MikhailUss:7:53d895", "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 13 }, "title": { "text": "" }, "xaxis": { "type": "linear", "range": [ 1993.5, 2024.5 ], "title": { "font": { "size": 15, "family": "Arial" }, "text": "$years$" }, "domain": [ 0, 1 ], "showgrid": false, "showline": false, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 21.05263157894737 ], "title": { "font": { "size": 14, "family": "Arial" }, "text": "$HSCT$" }, "autorange": 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/~MikhailUss", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.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-08-28 11:37:33", "mapbox_access_tokens": null, "has_password": null, "username": "MikhailUss", "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-08-28T12:04:03.943569Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MikhailUss/6.embed", "fid": "MikhailUss:6", "filename": "Plot 6", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/6/9_GOD2U2AM0NBX5O0XQAVI3S4KVU1W8V.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/6/2_4DVG3IH75LIW40QGON9Q7MHN7DCT33.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/6/8_B328WHOG4IFTY9NCMCSXYMBEQSCJNK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/6/9_GOD2U2AM0NBX5O0XQAVI3S4KVU1W8V.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MikhailUss:6", "plots": "https://api.plotly.com/v2/plots/MikhailUss:6", "parent": "https://api.plotly.com/v2/folders/home?user=MikhailUss" }, "owner": "MikhailUss", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~MikhailUss/6/", "world_readable": true, "date_modified": "2025-08-28T12:04:03.955Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MikhailUss/6/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 2 }, "meta": { "columnNames": { "x": "A", "y": "B", "text": "B" } }, "mode": "markers+lines+text", "name": "<b>unrelated</b>", "type": "scatter", "xsrc": "MikhailUss:5:61a638", "ysrc": "MikhailUss:5:b1efc9", "marker": { "line": { "width": 1 }, "size": 6, "color": "rgb(39, 225, 86)", "maxdisplayed": 0 }, "textsrc": "MikhailUss:5:b1efc9", "textfont": { "size": 14 }, "cliponaxis": true, "texttemplate": "" }, { "fill": "none", "meta": { "columnNames": { "x": "A", "y": "C", "text": "C" } }, "mode": "markers+lines+text", "name": "<b>related</b>", "type": "scatter", "xsrc": "MikhailUss:5:61a638", "ysrc": "MikhailUss:5:8bfc7c", "marker": { "line": { "width": 1 }, "size": 7, "color": "rgb(219, 88, 8)" }, "textsrc": "MikhailUss:5:8bfc7c", "textfont": { "size": 14 }, "cliponaxis": true, "textposition": "middle center", "texttemplate": "" } ], "frames": [], "layout": { "font": { "color": "rgb(24, 24, 24)" }, "xaxis": { "type": "linear", "range": [ 1992.0940858010008, 2025.9059141989992 ], "title": { "text": "years" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -2.310664605873261, 32.310664605873264 ], "title": { "text": "allo-HSCT" }, "autorange": true }, "modebar": { "activecolor": "rgba(202, 15, 15, 0.7)" }, "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/~MikhailUss", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.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-08-28 11:37:33", "mapbox_access_tokens": null, "has_password": null, "username": "MikhailUss", "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-08-28T11:48:52.554095Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MikhailUss/4.embed", "fid": "MikhailUss:4", "filename": "Plot 1 copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/4/9_1P8PR6EI60AIEPNEQ85SLSLAFQDHNW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/4/2_24V9O3H73LIJV6X1ID3K2TE1T0ZM5P.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/4/8_CH31PFE1NY5MKNRGC6S9AE121NBWZP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/4/9_1P8PR6EI60AIEPNEQ85SLSLAFQDHNW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MikhailUss:4", "plots": "https://api.plotly.com/v2/plots/MikhailUss:4", "parent": "https://api.plotly.com/v2/folders/home?user=MikhailUss" }, "owner": "MikhailUss", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~MikhailUss/4/", "world_readable": true, "date_modified": "2025-08-28T11:48:52.887Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MikhailUss/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2998f4", "line": { "width": 2 }, "meta": { "columnNames": { "x": "A", "y": "B", "text": "B", "textposition": "" } }, "mode": "markers+lines+text", "name": "allo-HSCT", "type": "scatter", "xsrc": "MikhailUss:3:dc211d", "ysrc": "MikhailUss:3:0afb08", "textsrc": "MikhailUss:3:0afb08", "visible": true, "cliponaxis": true, "showlegend": true, "textposition": "middle center" }, { "uid": "27962b", "meta": { "columnNames": { "x": "A", "y": "C", "text": "C" } }, "mode": "markers+lines+text", "name": "auto-HSCT", "type": "scatter", "xsrc": "MikhailUss:3:dc211d", "ysrc": "MikhailUss:3:c81da0", "textsrc": "MikhailUss:3:c81da0", "visible": true, "hoverinfo": "x+y+text+name", "cliponaxis": true, "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1992.1286836935167, 2025.8713163064833 ], "title": { "text": "years" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -9.63292117465224, 194.63292117465224 ], "title": { "text": "HSCT amount" }, "autorange": true }, "autosize": true, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MikhailUss", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.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-08-28 11:37:33", "mapbox_access_tokens": null, "has_password": null, "username": "MikhailUss", "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-08-28T11:37:27.245475Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dandelone/6.embed", "fid": "dandelone:6", "filename": "Plot 6", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dandelone/6/9_BBMX8LOC61V1CIVD0LYMW1Z87ARG4V.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dandelone/6/2_NSQNXIJO6M79U7FNL8MQGQLSUBGL9Q.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dandelone/6/8_Y03ADZ989XYGP85M2RXQLLAP9OS6M5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dandelone/6/9_BBMX8LOC61V1CIVD0LYMW1Z87ARG4V.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dandelone:6", "plots": "https://api.plotly.com/v2/plots/dandelone:6", "parent": "https://api.plotly.com/v2/folders/home?user=dandelone" }, "owner": "dandelone", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~dandelone/6/", "world_readable": true, "date_modified": "2025-08-28T11:37:27.257Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dandelone/6/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "time", "y": "fps" } }, "mode": "lines", "name": "fps", "type": "scatter", "xsrc": "dandelone:5:d4c3c1", "ysrc": "dandelone:5:23a9e7" }, { "meta": { "columnNames": { "x": "time", "y": "total" } }, "mode": "lines", "name": "total", "type": "scatter", "xsrc": "dandelone:5:d4c3c1", "ysrc": "dandelone:5:5eaf9f", "stackgroup": null }, { "meta": { "columnNames": { "x": "time", "y": "alloc" } }, "mode": "lines", "name": "alloc", "type": "scatter", "xsrc": "dandelone:5:d4c3c1", "ysrc": "dandelone:5:728211", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-08-28 14:27:46.0923", "2025-08-28 14:32:10.8343" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -39.582777777777785, 752.0727777777778 ], "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/~dandelone", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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-08-27 11:35:09", "mapbox_access_tokens": null, "has_password": null, "username": "dandelone", "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-08-28T11:23:52.139373Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Marja/217.embed", "fid": "Marja:217", "filename": "E.DUN_PVE0120_28Aug2025", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Marja/217/9_FQ26BULPO7TFRO7FTEMWZP6HBFOQFG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Marja/217/2_6M9Z9T3JWG4J59LTEW30BCFWCTLFSW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/217/8_W9YGGTNPNPERTMDWY0SO2BU9DDD3BR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/217/9_FQ26BULPO7TFRO7FTEMWZP6HBFOQFG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Marja:217", "plots": "https://api.plotly.com/v2/plots/Marja:217", "parent": "https://api.plotly.com/v2/folders/home?user=Marja" }, "owner": "Marja", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Marja/217/", "world_readable": true, "date_modified": "2025-08-28T11:23:52.149Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Marja/217/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "type": "scatter3d", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 5, "color": [] }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" }, "hovertext": " | | | " } ], "layout": { "scene": { "xaxis": { "range": [ null, null ], "title": "PC1 (EV = 84.18)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 }, "yaxis": { "range": [ null, null ], "title": "PC2 (EV = 71.44)", "ticklen": 5, "gridwith": 2, "zerolinewidth": 0.2 }, "zaxis": { "range": [ null, null ], "title": "PC3 (EV = 65.62)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 } }, "legend": { "x": 100, "y": 0.5 }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Marja", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-09-26 06:05:46", "mapbox_access_tokens": null, "has_password": null, "username": "Marja", "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-08-28T10:38:55.320016Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Marja/216.embed", "fid": "Marja:216", "filename": "E.DUN_No Moleton_28Aug2025", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Marja/216/9_C8J8T4ARA3A3EZCTWAUM2HCS4KT43E.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Marja/216/2_Y00EBKRD9B8UXZZ67H6XYT1PIF1LOA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/216/8_D7Q7I6QJJ075B25JBPBS84T11E434I.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/216/9_C8J8T4ARA3A3EZCTWAUM2HCS4KT43E.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Marja:216", "plots": "https://api.plotly.com/v2/plots/Marja:216", "parent": "https://api.plotly.com/v2/folders/home?user=Marja" }, "owner": "Marja", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Marja/216/", "world_readable": true, "date_modified": "2025-08-28T11:11:43.360Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Marja/216/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "ACACIA CREEK", "type": "scatter3d", "xsrc": "Marja:215:fafe9a", "ysrc": "Marja:215:bc7add", "zsrc": "Marja:215:1a8df7", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 5, "colorsrc": "Marja:215:27797d" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" }, "hovertextsrc": "Marja:215:fd287f" }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "markers", "name": "BEAURY SF", "type": "scatter3d", "xsrc": "Marja:215:a63e88", "ysrc": "Marja:215:3c8e86", "zsrc": "Marja:215:dcc167", "frame": null, "marker": { "line": { "color": "rgba(255,127,14,1)" }, "size": 5, "colorsrc": "Marja:215:0f0223" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" }, "hovertextsrc": "Marja:215:4678dd" }, { "line": { "color": "rgba(44,160,44,1)" }, "mode": "markers", "name": "BOOMI CREEK", "type": "scatter3d", "xsrc": "Marja:215:c4a3b5", "ysrc": "Marja:215:462b01", "zsrc": "Marja:215:bb76d7", "frame": null, "marker": { "line": { "color": "rgba(44,160,44,1)" }, "size": 5, "colorsrc": "Marja:215:0b8334" }, "error_x": { "color": "rgba(44,160,44,1)" }, "error_y": { "color": "rgba(44,160,44,1)" }, "hovertextsrc": "Marja:215:51de3b" }, { "line": { "color": "rgba(214,39,40,1)" }, "mode": "markers", "name": "CONDOMINE", "type": "scatter3d", "xsrc": "Marja:215:f4cb1d", "ysrc": "Marja:215:b6a192", "zsrc": "Marja:215:04cbb1", "frame": null, "marker": { "line": { "color": "rgba(214,39,40,1)" }, "size": 5, "colorsrc": "Marja:215:cec8a3" }, "error_x": { "color": "rgba(214,39,40,1)" }, "error_y": { "color": "rgba(214,39,40,1)" }, "hovertextsrc": "Marja:215:86a4e4" }, { "line": { "color": "rgba(148,103,189,1)" }, "mode": "markers", "name": "DALMAN", "type": "scatter3d", "xsrc": "Marja:215:c66149", "ysrc": "Marja:215:df9369", "zsrc": "Marja:215:31bc90", "frame": null, "marker": { "line": { "color": "rgba(148,103,189,1)" }, "size": 5, "colorsrc": "Marja:215:f1ea80" }, "error_x": { "color": "rgba(148,103,189,1)" }, "error_y": { "color": "rgba(148,103,189,1)" }, "hovertextsrc": "Marja:215:7bad1f" }, { "line": { "color": "rgba(140,86,75,1)" }, "mode": "markers", "name": "KLIPKRAAL MIX", "type": "scatter3d", "xsrc": "Marja:215:7abc5b", "ysrc": "Marja:215:ad9dbf", "zsrc": "Marja:215:c6cbc6", "frame": null, "marker": { "line": { "color": "rgba(140,86,75,1)" }, "size": 5, "colorsrc": "Marja:215:fc1e99" }, "error_x": { "color": "rgba(140,86,75,1)" }, "error_y": { "color": "rgba(140,86,75,1)" }, "hovertextsrc": "Marja:215:7f442d" }, { "line": { "color": "rgba(227,119,194,1)" }, "mode": "markers", "name": "LEVUKA", "type": "scatter3d", "xsrc": "Marja:215:6680f2", "ysrc": "Marja:215:305466", "zsrc": "Marja:215:ff59b9", "frame": null, "marker": { "line": { "color": "rgba(227,119,194,1)" }, "size": 5, "colorsrc": "Marja:215:f5d840" }, "error_x": { "color": "rgba(227,119,194,1)" }, "error_y": { "color": "rgba(227,119,194,1)" }, "hovertextsrc": "Marja:215:fa8627" }, { "line": { "color": "rgba(127,127,127,1)" }, "mode": "markers", "name": "LINDESAY", "type": "scatter3d", "xsrc": "Marja:215:d215cf", "ysrc": "Marja:215:71c4fb", "zsrc": "Marja:215:dadd27", "frame": null, "marker": { "line": { "color": "rgba(127,127,127,1)" }, "size": 5, "colorsrc": "Marja:215:7e1a84" }, "error_x": { "color": "rgba(127,127,127,1)" }, "error_y": { "color": "rgba(127,127,127,1)" }, "hovertextsrc": "Marja:215:730c72" }, { "line": { "color": "rgba(188,189,34,1)" }, "mode": "markers", "name": "LINDESAY CREEK", "type": "scatter3d", "xsrc": "Marja:215:2c072b", "ysrc": "Marja:215:e87b3b", "zsrc": "Marja:215:fce3f3", "frame": null, "marker": { "line": { "color": "rgba(188,189,34,1)" }, "size": 5, "colorsrc": "Marja:215:27281e" }, "error_x": { "color": "rgba(188,189,34,1)" }, "error_y": { "color": "rgba(188,189,34,1)" }, "hovertextsrc": "Marja:215:8067b4" }, { "line": { "color": "rgba(23,190,207,1)" }, "mode": "markers", "name": "OAKY HILL", "type": "scatter3d", "xsrc": "Marja:215:545c94", "ysrc": "Marja:215:3e5f69", "zsrc": "Marja:215:5866c6", "frame": null, "marker": { "line": { "color": "rgba(23,190,207,1)" }, "size": 5, "colorsrc": "Marja:215:26e5dc" }, "error_x": { "color": "rgba(23,190,207,1)" }, "error_y": { "color": "rgba(23,190,207,1)" }, "hovertextsrc": "Marja:215:2d40d6" }, { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "TOOLOOM", "type": "scatter3d", "xsrc": "Marja:215:c02f76", "ysrc": "Marja:215:882a85", "zsrc": "Marja:215:bdb6ad", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 5, "colorsrc": "Marja:215:4ba743" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" }, "hovertextsrc": "Marja:215:6ea918" }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "markers", "name": "WALLABY CREEK", "type": "scatter3d", "xsrc": "Marja:215:0f9ae7", "ysrc": "Marja:215:e6b8ce", "zsrc": "Marja:215:780a72", "frame": null, "marker": { "line": { "color": "rgba(255,127,14,1)" }, "size": 5, "colorsrc": "Marja:215:6b0c52" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" }, "hovertextsrc": "Marja:215:f71485" } ], "layout": { "scene": { "xaxis": { "range": [ -0.00038504777303357526, 0.0011577364288434722 ], "title": "PC1 (EV = 38.99)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 }, "yaxis": { "range": [ -0.0008031114312306625, 0.0006536519651083104 ], "title": "PC2 (EV = 33.13)", "ticklen": 5, "gridwith": 2, "zerolinewidth": 0.2 }, "zaxis": { "range": [ -0.0010361643385897483, 0.0008568235121587448 ], "title": "PC3 (EV = 31.73)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 } }, "legend": { "x": 100, "y": 0.5 }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Marja", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-09-26 06:05:46", "mapbox_access_tokens": null, "has_password": null, "username": "Marja", "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-08-28T10:35:56.087427Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Marja/214.embed", "fid": "Marja:214", "filename": "E.DUN_Acacia and Oaky only_28Aug2025", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Marja/214/9_LNXPLCDPDGAW6YS6QOVQMYONH7AIWU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Marja/214/2_4CLXZ0WX25N37GHTPE4ZGUVO5JDFJI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/214/8_HURKAX3R3UZ67M7BNZR3KALUK5F47L.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/214/9_LNXPLCDPDGAW6YS6QOVQMYONH7AIWU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Marja:214", "plots": "https://api.plotly.com/v2/plots/Marja:214", "parent": "https://api.plotly.com/v2/folders/home?user=Marja" }, "owner": "Marja", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Marja/214/", "world_readable": true, "date_modified": "2025-08-28T11:18:01.554Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Marja/214/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "ACACIA CREEK", "type": "scatter3d", "xsrc": "Marja:213:330831", "ysrc": "Marja:213:aaefb5", "zsrc": "Marja:213:f70b8f", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 5, "colorsrc": "Marja:213:702494" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" }, "hovertextsrc": "Marja:213:577a9b" }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "markers", "name": "OAKY HILL", "type": "scatter3d", "xsrc": "Marja:213:1009a3", "ysrc": "Marja:213:6ee772", "zsrc": "Marja:213:6f34fe", "frame": null, "marker": { "line": { "color": "rgba(255,127,14,1)" }, "size": 5, "colorsrc": "Marja:213:bbf3e6" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" }, "hovertextsrc": "Marja:213:f21dff" } ], "layout": { "scene": { "xaxis": { "range": [ -0.0011349898619177532, 0.001931738331970117 ], "title": "PC1 (EV = 84.18)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 }, "yaxis": { "range": [ -0.0018367846250646456, 0.0015512237557258632 ], "title": "PC2 (EV = 71.44)", "ticklen": 5, "gridwith": 2, "zerolinewidth": 0.2 }, "zaxis": { "range": [ -0.0016396770592231246, 0.0015711996551884663 ], "title": "PC3 (EV = 65.62)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 } }, "legend": { "x": 100, "y": 0.5 }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Marja", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-09-26 06:05:46", "mapbox_access_tokens": null, "has_password": null, "username": "Marja", "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-08-28T10:32:48.471438Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Marja/212.embed", "fid": "Marja:212", "filename": "E.DUN_excl. Moleton and Boomi_28Aug2025", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Marja/212/9_3R59W0XJ7IQV3M1RP9RMR1LZZ6P97A.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Marja/212/2_UWUXXKIZEKKWRHWF8D23GOUTZ6VZ5Z.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/212/8_D9GT9MS1MMFWWQEXQZVIIM20Z0L2OZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/212/9_3R59W0XJ7IQV3M1RP9RMR1LZZ6P97A.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Marja:212", "plots": "https://api.plotly.com/v2/plots/Marja:212", "parent": "https://api.plotly.com/v2/folders/home?user=Marja" }, "owner": "Marja", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Marja/212/", "world_readable": true, "date_modified": "2025-08-28T10:34:07.825Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Marja/212/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "ACACIA CREEK", "type": "scatter3d", "xsrc": "Marja:211:f06dae", "ysrc": "Marja:211:cc56fa", "zsrc": "Marja:211:4c327e", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 5, "colorsrc": "Marja:211:57db54" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" }, "hovertextsrc": "Marja:211:11b283" }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "markers", "name": "BEAURY SF", "type": "scatter3d", "xsrc": "Marja:211:6fcc7c", "ysrc": "Marja:211:f98146", "zsrc": "Marja:211:34f740", "frame": null, "marker": { "line": { "color": "rgba(255,127,14,1)" }, "size": 5, "colorsrc": "Marja:211:47bfe1" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" }, "hovertextsrc": "Marja:211:db16d2" }, { "line": { "color": "rgba(44,160,44,1)" }, "mode": "markers", "name": "CONDOMINE", "type": "scatter3d", "xsrc": "Marja:211:b75b93", "ysrc": "Marja:211:793fc0", "zsrc": "Marja:211:088f7d", "frame": null, "marker": { "line": { "color": "rgba(44,160,44,1)" }, "size": 5, "colorsrc": "Marja:211:79cc8f" }, "error_x": { "color": "rgba(44,160,44,1)" }, "error_y": { "color": "rgba(44,160,44,1)" }, "hovertextsrc": "Marja:211:3ebd73" }, { "line": { "color": "rgba(214,39,40,1)" }, "mode": "markers", "name": "DALMAN", "type": "scatter3d", "xsrc": "Marja:211:e7a03a", "ysrc": "Marja:211:067643", "zsrc": "Marja:211:81dd23", "frame": null, "marker": { "line": { "color": "rgba(214,39,40,1)" }, "size": 5, "colorsrc": "Marja:211:ee874f" }, "error_x": { "color": "rgba(214,39,40,1)" }, "error_y": { "color": "rgba(214,39,40,1)" }, "hovertextsrc": "Marja:211:2aa3aa" }, { "line": { "color": "rgba(148,103,189,1)" }, "mode": "markers", "name": "KLIPKRAAL MIX", "type": "scatter3d", "xsrc": "Marja:211:2ff707", "ysrc": "Marja:211:8354b2", "zsrc": "Marja:211:c21eef", "frame": null, "marker": { "line": { "color": "rgba(148,103,189,1)" }, "size": 5, "colorsrc": "Marja:211:6d3dc3" }, "error_x": { "color": "rgba(148,103,189,1)" }, "error_y": { "color": "rgba(148,103,189,1)" }, "hovertextsrc": "Marja:211:fa7ae6" }, { "line": { "color": "rgba(140,86,75,1)" }, "mode": "markers", "name": "LEVUKA", "type": "scatter3d", "xsrc": "Marja:211:ec845f", "ysrc": "Marja:211:febd93", "zsrc": "Marja:211:57065e", "frame": null, "marker": { "line": { "color": "rgba(140,86,75,1)" }, "size": 5, "colorsrc": "Marja:211:19cf06" }, "error_x": { "color": "rgba(140,86,75,1)" }, "error_y": { "color": "rgba(140,86,75,1)" }, "hovertextsrc": "Marja:211:6f5735" }, { "line": { "color": "rgba(227,119,194,1)" }, "mode": "markers", "name": "LINDESAY", "type": "scatter3d", "xsrc": "Marja:211:d7f007", "ysrc": "Marja:211:180178", "zsrc": "Marja:211:4e5965", "frame": null, "marker": { "line": { "color": "rgba(227,119,194,1)" }, "size": 5, "colorsrc": "Marja:211:53a418" }, "error_x": { "color": "rgba(227,119,194,1)" }, "error_y": { "color": "rgba(227,119,194,1)" }, "hovertextsrc": "Marja:211:c3ce11" }, { "line": { "color": "rgba(127,127,127,1)" }, "mode": "markers", "name": "LINDESAY CREEK", "type": "scatter3d", "xsrc": "Marja:211:3817d8", "ysrc": "Marja:211:3caea1", "zsrc": "Marja:211:4f4c70", "frame": null, "marker": { "line": { "color": "rgba(127,127,127,1)" }, "size": 5, "colorsrc": "Marja:211:d6b3c6" }, "error_x": { "color": "rgba(127,127,127,1)" }, "error_y": { "color": "rgba(127,127,127,1)" }, "hovertextsrc": "Marja:211:6f58f4" }, { "line": { "color": "rgba(188,189,34,1)" }, "mode": "markers", "name": "OAKY HILL", "type": "scatter3d", "xsrc": "Marja:211:3ccb88", "ysrc": "Marja:211:1023d3", "zsrc": "Marja:211:6858ce", "frame": null, "marker": { "line": { "color": "rgba(188,189,34,1)" }, "size": 5, "colorsrc": "Marja:211:f27be7" }, "error_x": { "color": "rgba(188,189,34,1)" }, "error_y": { "color": "rgba(188,189,34,1)" }, "hovertextsrc": "Marja:211:a194e6" }, { "line": { "color": "rgba(23,190,207,1)" }, "mode": "markers", "name": "TOOLOOM", "type": "scatter3d", "xsrc": "Marja:211:010a74", "ysrc": "Marja:211:d9012c", "zsrc": "Marja:211:8eb6b7", "frame": null, "marker": { "line": { "color": "rgba(23,190,207,1)" }, "size": 5, "colorsrc": "Marja:211:c2fb3e" }, "error_x": { "color": "rgba(23,190,207,1)" }, "error_y": { "color": "rgba(23,190,207,1)" }, "hovertextsrc": "Marja:211:b36585" }, { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "WALLABY CREEK", "type": "scatter3d", "xsrc": "Marja:211:1de425", "ysrc": "Marja:211:c41e66", "zsrc": "Marja:211:caa8d1", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 5, "colorsrc": "Marja:211:d0a950" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" }, "hovertextsrc": "Marja:211:2a1a2c" } ], "layout": { "scene": { "xaxis": { "range": [ -0.00010911927540579745, -1.8987311056339147e-05 ], "title": "PC1 (EV = 74.06)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 }, "yaxis": { "range": [ -0.000258876114949992, 0.000386611743872057 ], "title": "PC2 (EV = 35.07)", "ticklen": 5, "gridwith": 2, "zerolinewidth": 0.2 }, "zaxis": { "range": [ -0.0008187111666607006, 0.0005929849864972294 ], "title": "PC3 (EV = 29.82)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 } }, "legend": { "x": 100, "y": 0.5 }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Marja", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-09-26 06:05:46", "mapbox_access_tokens": null, "has_password": null, "username": "Marja", "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-08-28T10:32:17.405414Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hou123/1.embed", "fid": "hou123:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hou123/1/9_QLU768OKQ7YPK3B1SGXXKQRIZL9RI1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hou123/1/2_AIMSX936QXJ0DPS49CNK31D6300O42.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hou123/1/8_KMUIK8URUUR8ALDGZT6PLX437C91VX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hou123/1/9_QLU768OKQ7YPK3B1SGXXKQRIZL9RI1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hou123:1", "plots": "https://api.plotly.com/v2/plots/hou123:1", "parent": "https://api.plotly.com/v2/folders/home?user=hou123" }, "owner": "hou123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~hou123/1/", "world_readable": true, "date_modified": "2025-08-28T10:32:17.416Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hou123/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "longdash" }, "meta": { "columnNames": { "x": "Quantile", "y": "TCI", "text": "TCI" } }, "mode": "markers+lines+text", "name": "TCI", "type": "scatter", "xsrc": "hou123:0:2ff27e", "ysrc": "hou123:0:73b3c6", "marker": { "size": 8, "color": "rgb(17, 34, 237)" }, "textsrc": "hou123:0:73b3c6", "textfont": { "size": 14 }, "textposition": "top center" }, { "line": { "dash": "longdash" }, "meta": { "columnNames": { "x": "Quantile", "y": "TCI short-term", "text": "TCI short-term" } }, "mode": "markers+lines+text", "name": "Short-term TCI", "type": "scatter", "xsrc": "hou123:0:2ff27e", "ysrc": "hou123:0:95818c", "marker": { "size": 8, "color": "rgb(214, 34, 5)", "maxdisplayed": 33 }, "textsrc": "hou123:0:95818c", "textfont": { "size": 14 }, "stackgroup": null, "textposition": "bottom center" }, { "line": { "dash": "longdash" }, "meta": { "columnNames": { "x": "Quantile", "y": "TCI long-term", "text": "TCI long-term" } }, "mode": "markers+lines+text", "name": "Long-term TCI", "type": "scatter", "xsrc": "hou123:0:2ff27e", "ysrc": "hou123:0:8cfcec", "marker": { "size": 8, "color": "rgb(0, 0, 0)" }, "textsrc": "hou123:0:8cfcec", "textfont": { "size": 14 }, "stackgroup": null, "textposition": "top center" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -0.005768176967669361, 1.0057681769676694 ], "title": { "text": "Quantiles" }, "domain": [ 0, 0.75 ], "mirror": "ticks", "nticks": 22, "showline": true, "zeroline": true, "autorange": true, "linecolor": "rgb(1, 5, 13)", "zerolinecolor": "rgb(251, 252, 253)", "zerolinewidth": 0 }, "yaxis": { "type": "linear", "range": [ -0.9144714253444759, 97.42447142534448 ], "title": { "text": "TCI" }, "domain": [ 0, 1 ], "mirror": "ticks", "showline": true, "autorange": true, "linecolor": "rgb(8, 8, 8)" }, "legend": { "x": 0.2700381236897853, "y": 0.9978926441351889, "valign": "middle", "bgcolor": "rgb(255, 255, 255)", "xanchor": "left", "yanchor": "auto", "itemsizing": "trace", "bordercolor": "rgb(247, 245, 245)", "borderwidth": 0, "orientation": "h" }, "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/~hou123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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-03-16 13:18:54", "mapbox_access_tokens": null, "has_password": null, "username": "hou123", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "