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=cD0yMDI1LTA5LTA1KzA5JTNBMjElM0EwNi4yMzMwNzAlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA1KzA0JTNBMTclM0E0MS4yNzI5MjklMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wNSswOCUzQTU3JTNBMDAuNjU3MTg2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-05T08:57:00.657186Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/3.embed", "fid": "singhtinka970:3", "filename": "Plots Basestations", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/3/9_F2SHW6TYMXTSEQG63YFO0C98QR5GEX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/3/2_4IW5SEGDVNEJXAJNXJ3C2B4UZ49J5H.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/3/8_KVAJ8LKIQQPRSCWOTUGATE1086QDEE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/3/9_F2SHW6TYMXTSEQG63YFO0C98QR5GEX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:3", "plots": "https://api.plotly.com/v2/plots/singhtinka970:3", "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970" }, "owner": "singhtinka970", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~singhtinka970/3/", "world_readable": true, "date_modified": "2025-09-05T09:31:47.867Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "dc984e", "line": { "color": "#7F7F7F", "shape": "spline" }, "meta": { "columnNames": { "x": "Anand Vihar, x", "y": "Anand Vihar, y" } }, "mode": "lines", "name": "Pan Bazaar", "type": "scatter", "xsrc": "singhtinka970:2:4fbbf4", "ysrc": "singhtinka970:2:d2789b", "opacity": 0.8 }, { "uid": "181912", "line": { "color": "#317DBD", "shape": "spline" }, "meta": { "columnNames": { "x": "NSIT Dwarka, x", "y": "NSIT Dwarka, y" } }, "mode": "lines", "name": "NSIT Dwarka", "type": "scatter", "xsrc": "singhtinka970:2:aeed0e", "ysrc": "singhtinka970:2:38b933", "opacity": 0.8, "visible": "legendonly" }, { "uid": "66dbc7", "line": { "color": "#17BECF" }, "meta": { "columnNames": { "x": "Shadipur, x", "y": "Shadipur, y" } }, "mode": "lines", "name": "Bamunimaidam", "type": "scatter", "xsrc": "singhtinka970:2:565c15", "ysrc": "singhtinka970:2:f2be64", "opacity": 0.8, "visible": true }, { "uid": "73f4dd", "line": { "color": "#498015" }, "meta": { "columnNames": { "x": "IHBAS, x", "y": "IHBAS, y" } }, "mode": "lines", "name": "IIT Guwahati", "type": "scatter", "xsrc": "singhtinka970:2:818a01", "ysrc": "singhtinka970:2:3f55de", "opacity": 0.8, "visible": true }, { "uid": "4325a7", "line": { "color": "#9E4634" }, "meta": { "columnNames": { "x": "DTU, x", "y": "DTU, y" } }, "mode": "lines", "name": "DTU", "type": "scatter", "xsrc": "singhtinka970:2:a12c0e", "ysrc": "singhtinka970:2:24fc86", "opacity": 0.8, "visible": "legendonly" }, { "uid": "b6e76b", "line": { "color": "#BD319D" }, "meta": { "columnNames": { "x": "Mandir Marg, x", "y": "Mandir Marg, y" } }, "mode": "lines", "name": "Airport, Azara", "type": "scatter", "xsrc": "singhtinka970:2:b7a820", "ysrc": "singhtinka970:2:a5dfad", "opacity": 0.8, "visible": true } ], "frames": [], "layout": { "title": { "text": "PM 2.5 for Guwahati" }, "xaxis": { "type": "date", "range": [ "2015-03-23", "2017-04-17" ], "title": { "text": "Time" }, "autorange": true, "rangeslider": { "range": [ "2015-03-23", "2017-04-17" ], "yaxis": {}, "visible": false, "autorange": true }, "rangeselector": { "buttons": [ { "step": "day", "count": 1, "label": "1 day", "stepmode": "backward" }, { "step": "hour", "count": 6, "label": "6 hours", "stepmode": "backward" }, { "step": "all" } ] } }, "yaxis": { "type": "linear", "range": [ -85.96888888888887, 1002.6088888888888 ], "title": { "text": "PM 2.5 (µg/m³)" }, "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~singhtinka970", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 08:50:37", "mapbox_access_tokens": null, "has_password": null, "username": "singhtinka970", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-05T08:55:58.287380Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/1.embed", "fid": "singhtinka970:1", "filename": "World", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/1/9_ERN7XJVXRGWGIWPVLTPJZWS2TT29ZK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/1/2_GJKUFJ7OVTJA012LYCS7U7SPHUA2CT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/1/8_9QHH7MK5C57YRF337V6UZOTMADXLEC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/1/9_ERN7XJVXRGWGIWPVLTPJZWS2TT29ZK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:1", "plots": "https://api.plotly.com/v2/plots/singhtinka970:1", "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970" }, "owner": "singhtinka970", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~singhtinka970/1/", "world_readable": true, "date_modified": "2025-09-05T08:55:58.297Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "z": "z", "text": "text", "locations": "locations" } }, "type": "choropleth", "zsrc": "singhtinka970:0:b46208", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 0.5 } }, "textsrc": "singhtinka970:0:97609a", "colorbar": { "title": { "text": "PM2.5<br>annual" }, "autotick": false, "ticksuffix": " ug/m3" }, "colorscale": [ [ 0, "rgb(108, 78, 47)" ], [ 0.35, "rgb(179, 138, 98)" ], [ 0.5, "rgb(205, 178, 151)" ], [ 0.6, "rgb(217, 197, 176)" ], [ 0.7, "rgb(231, 218, 206)" ], [ 1, "rgb(255, 255, 255)" ] ], "locationssrc": "singhtinka970:0:ce7ada", "plot_bgcolor": "#ff9900", "reversescale": true, "autocolorscale": false } ], "frames": [], "layout": { "geo": { "showframe": false, "projection": { "type": "Mercator" }, "showcoastlines": false }, "title": { "text": "Concentrations of fine particulate matter(pm 2.5)<br>Source: <a href=\"http://apps.who.int/gho/data/view.main.SDGPM25116v?lang=en\"> World Health Organization</a>" }, "autosize": true, "plot_bgcolor": "#ff9900", "paper_bgcolor": "rgba(255,0,0,0)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~singhtinka970", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 08:50:37", "mapbox_access_tokens": null, "has_password": null, "username": "singhtinka970", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-05T08:15:51.352578Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~AnaisLebrun/15.embed", "fid": "AnaisLebrun:15", "filename": "Sorigny fosses", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/AnaisLebrun/15/9_K3XXO41QZ7N9TN1VS99M6SEWFF738G.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/AnaisLebrun/15/2_UF49ZN8C8PAWNNXN7BGVGW1SP62VXA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AnaisLebrun/15/8_D560IGDYVRJWFKW2QMRGOZMMINFAOA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AnaisLebrun/15/9_K3XXO41QZ7N9TN1VS99M6SEWFF738G.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/AnaisLebrun:15", "plots": "https://api.plotly.com/v2/plots/AnaisLebrun:15", "parent": "https://api.plotly.com/v2/folders/home?user=AnaisLebrun" }, "owner": "AnaisLebrun", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~AnaisLebrun/15/", "world_readable": true, "date_modified": "2025-09-05T08:34:04.885Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~AnaisLebrun/15/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B" } }, "mode": "markers", "name": "<br>", "type": "box", "xsrc": "AnaisLebrun:14:12e8c9", "jitter": 0, "marker": { "color": "rgb(84, 123, 83)" }, "boxmean": true, "boxpoints": "all" } ], "frames": [], "layout": { "title": { "x": 0.5, "text": "Distribution des profondeurs conservées des fosses sépulcrales" }, "xaxis": { "side": "bottom", "range": [ -2.1111111111111116, 80.11111111111111 ], "ticks": "outside", "showline": true, "autorange": true, "automargin": false }, "yaxis": { "type": "category", "range": [ -0.5137614678899083, 0.5 ], "autorange": true }, "boxgap": 0.78, "modebar": { "orientation": "h" }, "autosize": true, "boxgroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~AnaisLebrun", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.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-04-04 11:18:04", "mapbox_access_tokens": null, "has_password": null, "username": "AnaisLebrun", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-05T08:00:27.191536Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ATrav/39.embed", "fid": "ATrav:39", "filename": "Plot 39", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ATrav/39/9_CALGO1N2H2MFG6Y3QQPY9W6WR2BG0K.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ATrav/39/2_YHXOYNG2086DC72XX02YWJJ3LP0OM5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ATrav/39/8_62DHBSPDR7HGR9JR0NIV1CA0KIPB23.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ATrav/39/9_CALGO1N2H2MFG6Y3QQPY9W6WR2BG0K.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ATrav:39", "plots": "https://api.plotly.com/v2/plots/ATrav:39", "parent": "https://api.plotly.com/v2/folders/home?user=ATrav" }, "owner": "ATrav", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ATrav/39/", "world_readable": true, "date_modified": "2025-09-05T08:07:14.383Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ATrav/39/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Species", "y": "SINEs (%)" } }, "mode": "markers", "name": "SINEs", "type": "bar", "xsrc": "ATrav:38:f6883b", "ysrc": "ATrav:38:6c88b2", "marker": { "color": "rgb(249, 22, 14)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Species", "y": "LINEs (%)" } }, "name": "LINEs", "type": "bar", "xsrc": "ATrav:38:f6883b", "ysrc": "ATrav:38:0dfb7e", "marker": { "color": "rgb(12, 25, 233)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Species", "y": "LTRs (%)" } }, "name": "LTRs", "type": "bar", "xsrc": "ATrav:38:f6883b", "ysrc": "ATrav:38:05fb1d", "marker": { "color": "rgb(253, 175, 62)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Species", "y": "Penelope (%)" } }, "name": "Penelope", "type": "bar", "xsrc": "ATrav:38:f6883b", "ysrc": "ATrav:38:3d0e52", "marker": { "color": "rgb(10, 178, 8)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Species", "y": "DNA transposons (%)" } }, "name": "DNA transposones", "type": "bar", "xsrc": "ATrav:38:f6883b", "ysrc": "ATrav:38:0a54bc", "marker": { "color": "rgb(250, 190, 225)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Species", "y": "Rolling-circles (%)" } }, "name": "Helitrons", "type": "bar", "xsrc": "ATrav:38:f6883b", "ysrc": "ATrav:38:7d2e6e", "marker": { "color": "rgb(250, 128, 114)" }, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 8.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 76.75438596842105 ], "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/~ATrav", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.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-26 09:57:47", "mapbox_access_tokens": null, "has_password": null, "username": "ATrav", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-05T07:29:21.865834Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Traber_plot/3.embed", "fid": "Traber_plot:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Traber_plot/3/9_W5H9E8VI97IIEOUB6MROZQPQM9S5EN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Traber_plot/3/2_8J1BL3ATTHY9BBB7DTVVC0HS4U7G44.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Traber_plot/3/8_IEHUH2N8J5NI23CAR4FJVQG6X5M0QT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Traber_plot/3/9_W5H9E8VI97IIEOUB6MROZQPQM9S5EN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Traber_plot:3", "plots": "https://api.plotly.com/v2/plots/Traber_plot:3", "parent": "https://api.plotly.com/v2/folders/home?user=Traber_plot" }, "owner": "Traber_plot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Traber_plot/3/", "world_readable": true, "date_modified": "2025-09-05T07:32:12.040Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Traber_plot/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Datum", "y": "Preis" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Traber_plot:2:341dd3", "ysrc": "Traber_plot:2:864c95", "yaxis": "y2", "stackgroup": null }, { "meta": { "columnNames": { "x": "Datum", "y": "Wert S1" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Traber_plot:2:341dd3", "ysrc": "Traber_plot:2:f71de1", "stackgroup": null }, { "meta": { "columnNames": { "x": "Datum", "y": "Gespart S2" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Traber_plot:2:341dd3", "ysrc": "Traber_plot:2:44e9f1", "stackgroup": null }, { "meta": { "columnNames": { "x": "Datum", "y": "Wert insgesamt" } }, "mode": "lines", "name": "Wert S2", "type": "scatter", "xsrc": "Traber_plot:2:341dd3", "ysrc": "Traber_plot:2:57fbdb", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Vergleich Crash Portfolio vs Standard Sparplan" }, "xaxis": { "type": "category", "range": [ 0, 3253 ], "nticks": 25, "autorange": true }, "yaxis": { "type": "linear", "range": [ -23596.094489033334, 457717.68718363333 ], "autorange": true }, "yaxis2": { "side": "right", "type": "linear", "range": [ 504.1388888888889, 4371.361111111111 ], "autorange": true, "overlaying": "y" }, "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/~Traber_plot", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.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-09-05 07:15:31", "mapbox_access_tokens": null, "has_password": null, "username": "Traber_plot", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-05T07:28:49.259481Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mabe1558/1.embed", "fid": "mabe1558:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mabe1558/1/9_DVQBGQ4BS8KV03F3GYI068ZASV2X7T.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mabe1558/1/2_P5NXBOI8AAANH7NZFHILBMEAAE8H24.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mabe1558/1/8_17UWNYJTPXHZSP1QNLCLAO1NTF7NE5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mabe1558/1/9_DVQBGQ4BS8KV03F3GYI068ZASV2X7T.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mabe1558:1", "plots": "https://api.plotly.com/v2/plots/mabe1558:1", "parent": "https://api.plotly.com/v2/folders/home?user=mabe1558" }, "owner": "mabe1558", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mabe1558/1/", "world_readable": true, "date_modified": "2025-09-05T07:51:28.828Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mabe1558/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(67, 73, 67)", "shape": "linear", "width": 12 }, "meta": { "columnNames": { "y": "B" } }, "mode": "markers+lines", "name": "B", "type": "scatter", "ysrc": "mabe1558:0:8f4fb5", "marker": { "line": { "width": 0 }, "size": 40, "color": "rgb(142, 217, 115)", "symbol": "circle" }, "stackgroup": null }, { "line": { "shape": "hv" }, "meta": { "columnNames": { "y": "B" } }, "mode": "markers", "name": "%{meta.columnNames.y}", "type": "bar", "ysrc": "mabe1558:0:8f4fb5", "marker": { "color": "rgb(142, 217, 115)" }, "orientation": "v" }, { "line": { "width": 0 }, "meta": { "columnNames": { "x": "C", "y": "D" } }, "mode": "markers+lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "mabe1558:0:f9feee", "ysrc": "mabe1558:0:e9624d", "marker": { "size": 40, "color": "rgb(216, 110, 204)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "C", "y": "D" } }, "name": "%{meta.columnNames.y}", "type": "bar", "xsrc": "mabe1558:0:f9feee", "ysrc": "mabe1558:0:e9624d", "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "dtick": 0.5, "range": [ -0.25, 2.75 ], "tick0": 0, "ticks": "", "title": { "font": { "size": 46 }, "text": "" }, "mirror": false, "ticklen": 9, "showgrid": true, "showline": true, "tickfont": { "size": 35 }, "tickmode": "linear", "zeroline": false, "autorange": true, "gridcolor": "rgb(234, 238, 242)", "gridwidth": 10, "linecolor": "rgb(0, 0, 0)", "linewidth": 20, "tickwidth": 8, "showspikes": false, "rangeslider": { "range": [ -0.25, 2.75 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinewidth": 10, "showticklabels": false, "spikethickness": 37 }, "yaxis": { "type": "linear", "dtick": 1, "range": [ 0, 3.21343677781446 ], "tick0": 0, "ticks": "", "title": { "font": { "size": 46 }, "text": "" }, "mirror": false, "ticklen": 9, "showline": true, "tickfont": { "size": 35 }, "tickmode": "linear", "zeroline": false, "autorange": false, "gridcolor": "rgb(234, 238, 242)", "gridwidth": 10, "linecolor": "rgb(0, 0, 0)", "linewidth": 20, "tickwidth": 8, "showspikes": false, "zerolinewidth": 10, "showticklabels": false }, "bargap": 0.97, "legend": { "font": { "size": 30 }, "title": { "text": "<br>" }, "itemsizing": "constant" }, "barmode": "group", "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" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mabe1558", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 07:27:41", "mapbox_access_tokens": null, "has_password": null, "username": "mabe1558", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-05T07:20:14.619657Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Traber_plot/1.embed", "fid": "Traber_plot:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Traber_plot/1/9_G7NV4YS356NFDOORK1T66HPUJXNHQ2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Traber_plot/1/2_6GGL7I5RJK07UCOVXWRF27RHFQDSPM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Traber_plot/1/8_1Z9SMDBPMX9ORY7EE4ADWDA1DK06JH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Traber_plot/1/9_G7NV4YS356NFDOORK1T66HPUJXNHQ2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Traber_plot:1", "plots": "https://api.plotly.com/v2/plots/Traber_plot:1", "parent": "https://api.plotly.com/v2/folders/home?user=Traber_plot" }, "owner": "Traber_plot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Traber_plot/1/", "world_readable": true, "date_modified": "2025-09-05T07:20:14.632Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Traber_plot/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Datum", "y": "Preis" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Traber_plot:0:95fc63", "ysrc": "Traber_plot:0:646c45", "yaxis": "y2", "stackgroup": null }, { "meta": { "columnNames": { "x": "Datum", "y": "Wert S1" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Traber_plot:0:95fc63", "ysrc": "Traber_plot:0:7e4bcd", "stackgroup": null }, { "meta": { "columnNames": { "x": "Datum", "y": "Gespart S2" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Traber_plot:0:95fc63", "ysrc": "Traber_plot:0:6f3ec6", "stackgroup": null }, { "meta": { "columnNames": { "x": "Datum", "y": "Wert S2" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Traber_plot:0:95fc63", "ysrc": "Traber_plot:0:18a9dc", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ 0, 4999 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -10704.09918347778, 212769.77637807778 ], "title": { "text": "Wert Portfolio" }, "autorange": true }, "yaxis2": { "side": "right", "type": "linear", "range": [ 601.9166666666666, 2335.5833333333335 ], "title": { "text": "Höhe MSCI WORLD" }, "autorange": true, "overlaying": "y" }, "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/~Traber_plot", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.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-09-05 07:15:31", "mapbox_access_tokens": null, "has_password": null, "username": "Traber_plot", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-05T06:32:57.345500Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ANDYqwer/1.embed", "fid": "ANDYqwer:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ANDYqwer/1/9_PUG69VJHG83K6BSX2TYNKXVUENXJKL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ANDYqwer/1/2_DGA5821MQMX9WQL4L540ISBUAU7BPZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ANDYqwer/1/8_MY64AV2G3KU98WGU1TEIYFSZWVERK8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ANDYqwer/1/9_PUG69VJHG83K6BSX2TYNKXVUENXJKL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ANDYqwer:1", "plots": "https://api.plotly.com/v2/plots/ANDYqwer:1", "parent": "https://api.plotly.com/v2/folders/home?user=ANDYqwer" }, "owner": "ANDYqwer", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ANDYqwer/1/", "world_readable": true, "date_modified": "2025-09-05T07:02:24.763Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ANDYqwer/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "0%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:72fa1c", "stackgroup": null }, { "meta": { "columnNames": { "y": "5%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:d70fa2", "stackgroup": null }, { "meta": { "columnNames": { "y": "10%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:dd2787", "stackgroup": null }, { "meta": { "columnNames": { "y": "15%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:89d0d5", "stackgroup": null }, { "meta": { "columnNames": { "y": "20%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:1409f6", "stackgroup": null }, { "meta": { "columnNames": { "y": "25%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:7a9276", "stackgroup": null }, { "meta": { "columnNames": { "y": "30%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:d64c07", "stackgroup": null }, { "meta": { "columnNames": { "y": "35%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:4710b0", "stackgroup": null }, { "meta": { "columnNames": { "y": "40%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:a2b96c", "stackgroup": null }, { "meta": { "columnNames": { "y": "50%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:77fbce", "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "y": "60%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:c2d317", "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "y": "70%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "ANDYqwer:0:ebeea8", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "range": [ 0, 10 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.5555555555555556, 10.555555555555555 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "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, "#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, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 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, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "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, "#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, "#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, "#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, "#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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "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" ], "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, "#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, "#f0f921" ] ], "sequentialminus": [ [ 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, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ANDYqwer", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 06:30:21", "mapbox_access_tokens": null, "has_password": null, "username": "ANDYqwer", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-05T06:10:58.105960Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mocosofia/3.embed", "fid": "mocosofia:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mocosofia/3/9_TWYF88EN0NKC2BLMHTY46F7NZQKRF5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mocosofia/3/2_FCKM5A8EY56K0AH2Y6TRFKB02KJ4XA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mocosofia/3/8_ORI76Q9NCOZRO40CJ80J4LSJYFO1MB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mocosofia/3/9_TWYF88EN0NKC2BLMHTY46F7NZQKRF5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mocosofia:3", "plots": "https://api.plotly.com/v2/plots/mocosofia:3", "parent": "https://api.plotly.com/v2/folders/home?user=mocosofia" }, "owner": "mocosofia", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~mocosofia/3/", "world_readable": true, "date_modified": "2025-09-05T06:10:58.117Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mocosofia/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "markers", "type": "bar", "xsrc": "mocosofia:2:09e5f7", "ysrc": "mocosofia:2:4b5fd4", "transforms": [ { "type": "sort" } ], "orientation": "h" } ], "frames": [], "layout": { "font": { "size": 20 }, "xaxis": { "type": "linear", "range": [ 0, 197591.8947368421 ], "autorange": true, "exponentformat": "none" }, "yaxis": { "type": "category", "range": [ -0.5, 19.5 ], "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/~mocosofia", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-03 09:41:47", "mapbox_access_tokens": null, "has_password": null, "username": "mocosofia", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-05T04:17:41.272929Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~GodMeVyzzard/1.embed", "fid": "GodMeVyzzard:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/GodMeVyzzard/1/9_PVGGVDPPYU2NBGY691FLOHBMG51YI1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/GodMeVyzzard/1/2_R1BNUSW237B7V8HPRVHMXD6G7C9QWM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/GodMeVyzzard/1/8_JJUOKIQ0PFV8MKTJR4H87PD2PK5GDG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/GodMeVyzzard/1/9_PVGGVDPPYU2NBGY691FLOHBMG51YI1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/GodMeVyzzard:1", "plots": "https://api.plotly.com/v2/plots/GodMeVyzzard:1", "parent": "https://api.plotly.com/v2/folders/home?user=GodMeVyzzard" }, "owner": "GodMeVyzzard", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~GodMeVyzzard/1/", "world_readable": true, "date_modified": "2025-09-05T04:17:41.286Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~GodMeVyzzard/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "71ac7a", "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "meta": { "columnNames": { "x": "", "y": "A", "text": "A" } }, "name": "TIEMPO DE FRAGUADO<br>", "type": "box", "ysrc": "GodMeVyzzard:0:d439d3", "jitter": 0.4, "marker": { "line": { "color": "rgb(34, 34, 34)", "width": 4 }, "size": 6, "color": "rgb(0, 0, 0)", "symbol": "triangle-up", "opacity": 1 }, "boxmean": "sd", "hoveron": "boxes+points", "notched": false, "textsrc": "GodMeVyzzard:0:d439d3", "pointpos": -1.7, "boxpoints": "all", "hoverinfo": "x+y", "hoverlabel": { "align": "auto", "namelength": 15 }, "orientation": "v", "whiskerwidth": 0.5, "hovertemplate": "" } ], "frames": [], "layout": { "font": { "color": "rgb(0, 0, 0)" }, "title": { "text": "TIEMPO DE FRAGUADO (MINUTOS)" }, "xaxis": { "type": "category", "range": [ -0.5016750418760468, 0.5000000000000001 ], "title": { "font": { "color": "rgb(0, 0, 0)" }, "text": "<br>" }, "tickfont": { "color": "rgb(0, 0, 0)" }, "autorange": false, "fixedrange": false }, "yaxis": { "type": "linear", "range": [ 143.5, 173.5 ], "title": { "text": "MINUTOS" }, "autorange": false }, "boxgap": 0.92, "boxmode": "group", "modebar": { "color": "rgba(235, 0, 0, 0.3)" }, "autosize": true, "dragmode": "pan", "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" }, "showlegend": true, "plot_bgcolor": "rgb(255, 255, 255)", "paper_bgcolor": "rgb(237, 232, 208)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~GodMeVyzzard", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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-09-05 03:53:08", "mapbox_access_tokens": null, "has_password": null, "username": "GodMeVyzzard", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "