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=cj0xJnA9MjAyNS0wOC0xMSswNyUzQTM5JTNBMDYuOTk1NTEyJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTExKzA4JTNBMjclM0E1Ni4xMDE2MTQlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0xMSsxMSUzQTM1JTNBMDkuMjEyNzk5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-11T11:35:09.212799Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jothi_97/3.embed", "fid": "jothi_97:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jothi_97/3/9_BVD0B34AD0J1G6HPNSD4HBUXNMNTE0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jothi_97/3/2_P4BM5RKYBETASOHMNEJ8FTDR7UXP6X.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jothi_97/3/8_6CC5EDPQLZXMKWKXT43X8TMSNXUDHR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jothi_97/3/9_BVD0B34AD0J1G6HPNSD4HBUXNMNTE0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jothi_97:3", "plots": "https://api.plotly.com/v2/plots/jothi_97:3", "parent": "https://api.plotly.com/v2/folders/home?user=jothi_97" }, "owner": "jothi_97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jothi_97/3/", "world_readable": true, "date_modified": "2025-08-11T11:43:59.869Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jothi_97/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(9, 9, 9)", "width": 2.3 }, "meta": { "columnNames": { "x": "", "y": "Col-0", "text": "Col-0" } }, "name": "<b>Col-0</b>", "type": "box", "ysrc": "jothi_97:2:da9467", "width": 0, "jitter": 0.27, "marker": { "line": { "color": "rgb(9, 9, 9)", "width": 1 }, "size": 6, "color": "rgb(201, 110, 19)", "opacity": 0.5 }, "boxmean": false, "hoveron": "boxes+points", "opacity": 1, "textsrc": "jothi_97:2:da9467", "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(203, 134, 34, 0.5)", "orientation": "v", "whiskerwidth": 0.22 }, { "line": { "color": "rgb(34, 37, 39)", "width": 2.3 }, "meta": { "columnNames": { "x": "", "y": "met1" } }, "name": "<i><b>met1</b></i>", "type": "box", "ysrc": "jothi_97:2:5b5fd5", "width": 0, "jitter": 0.27, "marker": { "line": { "color": "rgb(18, 18, 18)", "width": 1 }, "color": "rgba(55, 128, 191, 1.0)", "opacity": 0.5 }, "opacity": 1, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(55, 157, 225, 0.5)", "showlegend": true, "whiskerwidth": 0.22 }, { "line": { "color": "rgb(11, 12, 11)", "width": 2.3 }, "meta": { "columnNames": { "y": "nrpb2-3" } }, "name": "<i><b>nrpb2-3</b></i>", "type": "box", "ysrc": "jothi_97:2:30a645", "jitter": 0.22, "marker": { "line": { "color": "rgb(12, 11, 11)", "width": 1 }, "color": "rgba(50, 171, 96, 1.0)", "opacity": 0.5 }, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(37, 196, 77, 0.5)", "whiskerwidth": 0.22 }, { "line": { "color": "rgb(13, 13, 13)", "width": 2.3 }, "meta": { "columnNames": { "y": "nrpd1-3" } }, "name": "<i><b>nrpd1-3</b></i>", "type": "box", "ysrc": "jothi_97:2:a7250d", "width": 0, "marker": { "line": { "color": "rgb(8, 7, 7)", "width": 1 }, "color": "rgba(128, 0, 128, 1.0)", "opacity": 0.5 }, "opacity": 1, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(238, 112, 238, 0.5)", "whiskerwidth": 0.27 }, { "line": { "color": "rgb(11, 10, 10)", "width": 2.3 }, "meta": { "columnNames": { "y": "nrpe1-11" } }, "name": "<i><b>nrpe1-11</b></i>", "type": "box", "ysrc": "jothi_97:2:62847b", "width": 0, "marker": { "line": { "color": "rgb(20, 19, 19)", "width": 1 }, "color": "rgba(219, 64, 82, 1.0)", "opacity": 0.5 }, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(240, 146, 146, 0.5)", "whiskerwidth": 0.27 } ], "frames": [], "layout": { "font": { "size": 20, "color": "rgb(11, 11, 11)", "family": "Arial" }, "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "ticks": "", "title": { "font": { "size": 27, "color": "rgb(15, 15, 16)" }, "text": "" }, "showgrid": false, "showline": false, "tickfont": { "color": "rgb(14, 14, 14)" }, "zeroline": false, "autorange": false, "gridcolor": "#E1E5ED", "showspikes": false, "rangeslider": { "range": [ -0.5, 4.5 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinecolor": "#E1E5ED", "zerolinewidth": 0 }, "yaxis": { "type": "linear", "range": [ -0.9841111111111112, 10.17811111111111 ], "title": { "font": { "color": "rgb(14, 14, 15)" }, "text": "Signal Intensity (a.u)" }, "showline": false, "tickfont": { "color": "#4D5663" }, "zeroline": false, "autorange": true, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "zerolinewidth": 0 }, "boxgap": 0.35, "legend": { "font": { "color": "rgb(15, 15, 15)" }, "bgcolor": "#F5F6F9", "bordercolor": "rgb(17, 16, 16)" }, "boxmode": "overlay", "autosize": true, "dragmode": "select", "boxgroupgap": 0.1, "plot_bgcolor": "rgb(248, 249, 249)", "paper_bgcolor": "rgb(250, 250, 250)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jothi_97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-11 09:02:32", "mapbox_access_tokens": null, "has_password": null, "username": "jothi_97", "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-11T11:34:54.285819Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jothi_97/1.embed", "fid": "jothi_97:1", "filename": "Signal Intensity", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jothi_97/1/9_FNX87KH812CHZMNTVAZ458LWS10M82.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jothi_97/1/2_4IAZ6XI4JYO8XJVOEZZ9IDWM54I9RE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jothi_97/1/8_PJNNR9ELVNSYGY4XWY7W33E24HPJH2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jothi_97/1/9_FNX87KH812CHZMNTVAZ458LWS10M82.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jothi_97:1", "plots": "https://api.plotly.com/v2/plots/jothi_97:1", "parent": "https://api.plotly.com/v2/folders/home?user=jothi_97" }, "owner": "jothi_97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jothi_97/1/", "world_readable": true, "date_modified": "2025-08-11T11:34:54.295Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jothi_97/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(9, 9, 9)", "width": 2.3 }, "meta": { "columnNames": { "x": "", "y": "Col-0" } }, "name": "<b>Col-0</b>", "type": "box", "ysrc": "jothi_97:0:9aee8d", "width": 0, "jitter": 0.27, "marker": { "line": { "width": 1 }, "size": 6, "color": "rgb(201, 110, 19)", "opacity": 0.5 }, "boxmean": false, "hoveron": "boxes+points", "opacity": 1, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(203, 134, 34, 0.5)", "orientation": "v", "whiskerwidth": 0.22 }, { "line": { "color": "rgb(34, 37, 39)", "width": 2.3 }, "meta": { "columnNames": { "x": "", "y": "met1" } }, "name": "<i><b>met1</b></i>", "type": "box", "ysrc": "jothi_97:0:00bc6b", "width": 0, "jitter": 0.27, "marker": { "line": { "width": 1 }, "color": "rgba(55, 128, 191, 1.0)", "opacity": 0.5 }, "opacity": 1, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(55, 157, 225, 0.5)", "showlegend": true, "whiskerwidth": 0.22 }, { "line": { "color": "rgb(28, 32, 29)", "width": 2.3 }, "meta": { "columnNames": { "y": "nrpb2-3" } }, "name": "<i><b>nrpb2-3</b></i>", "type": "box", "ysrc": "jothi_97:0:58b9c3", "jitter": 0.22, "marker": { "line": { "width": 1 }, "color": "rgba(50, 171, 96, 1.0)", "opacity": 0.5 }, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(37, 196, 77, 0.5)", "whiskerwidth": 0.22 }, { "line": { "color": "rgb(26, 24, 26)", "width": 2.3 }, "meta": { "columnNames": { "y": "nrpd1-3" } }, "name": "<i><b>nrpd1-3</b></i>", "type": "box", "ysrc": "jothi_97:0:53a52c", "width": 0, "marker": { "line": { "color": "rgb(26, 25, 25)", "width": 1 }, "color": "rgba(128, 0, 128, 1.0)", "opacity": 0.5 }, "opacity": 1, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(238, 112, 238, 0.5)", "whiskerwidth": 0.27 }, { "line": { "color": "rgb(11, 10, 10)", "width": 2.3 }, "meta": { "columnNames": { "y": "nrpe1-11" } }, "name": "<i><b>nrpe1-11</b></i>", "type": "box", "ysrc": "jothi_97:0:7a1668", "width": 0, "marker": { "line": { "color": "rgb(20, 19, 19)", "width": 1 }, "color": "rgba(219, 64, 82, 1.0)", "opacity": 0.5 }, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(240, 146, 146, 0.5)", "whiskerwidth": 0.27 } ], "frames": [], "layout": { "font": { "color": "rgb(11, 11, 11)", "family": "Arial" }, "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "ticks": "", "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": false, "showline": false, "tickfont": { "color": "#4D5663" }, "zeroline": false, "autorange": false, "gridcolor": "#E1E5ED", "showspikes": false, "rangeslider": { "range": [ -0.5, 4.5 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinecolor": "#E1E5ED", "zerolinewidth": 0 }, "yaxis": { "type": "linear", "range": [ -0.9841111111111112, 10.17811111111111 ], "title": { "font": { "color": "rgb(14, 14, 15)" }, "text": "Signal Intensity (a.u)" }, "showline": false, "tickfont": { "color": "#4D5663" }, "zeroline": false, "autorange": true, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "zerolinewidth": 0 }, "boxgap": 0.35, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "boxmode": "overlay", "autosize": true, "dragmode": "select", "boxgroupgap": 0.1, "plot_bgcolor": "rgb(248, 249, 249)", "paper_bgcolor": "rgb(250, 250, 250)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jothi_97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-11 09:02:32", "mapbox_access_tokens": null, "has_password": null, "username": "jothi_97", "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-11T11:26:05.346102Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vass.kornel/6.embed", "fid": "vass.kornel:6", "filename": "terkep_csv_20250811_132601", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vass.kornel/6/9_OYCYZ3ZRGN5CTE41J1BDTBSSU8QWTA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vass.kornel/6/2_4GNNG8PQC9LKDER5NQBX6YPGY18JAN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vass.kornel/6/8_AJTTAD29N1D5FQF1X4JDE3R7JHAAAP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vass.kornel/6/9_OYCYZ3ZRGN5CTE41J1BDTBSSU8QWTA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vass.kornel:6", "plots": "https://api.plotly.com/v2/plots/vass.kornel:6", "parent": "https://api.plotly.com/v2/folders/home?user=vass.kornel" }, "owner": "vass.kornel", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~vass.kornel/6/", "world_readable": true, "date_modified": "2025-08-11T11:26:05.357Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vass.kornel/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "C", "type": "scattermapbox", "latsrc": "vass.kornel:5:a69872", "lonsrc": "vass.kornel:5:f59932", "marker": { "color": "#636efa", "sizeref": 0.02495, "sizesrc": "vass.kornel:5:5e77d4", "sizemode": "area" }, "subplot": "mapbox", "showlegend": true, "legendgroup": "C", "hovertextsrc": "vass.kornel:5:f63444", "hovertemplate": "<b>%{hovertext}</b><br><br>Category=C<br>Value=%{marker.size}<br>Latitude=%{lat}<br>Longitude=%{lon}<extra></extra>" }, { "mode": "markers", "name": "A", "type": "scattermapbox", "latsrc": "vass.kornel:5:0a9093", "lonsrc": "vass.kornel:5:0c15f4", "marker": { "color": "#EF553B", "sizeref": 0.02495, "sizesrc": "vass.kornel:5:272570", "sizemode": "area" }, "subplot": "mapbox", "showlegend": true, "legendgroup": "A", "hovertextsrc": "vass.kornel:5:8ea50a", "hovertemplate": "<b>%{hovertext}</b><br><br>Category=A<br>Value=%{marker.size}<br>Latitude=%{lat}<br>Longitude=%{lon}<extra></extra>" }, { "mode": "markers", "name": "B", "type": "scattermapbox", "latsrc": "vass.kornel:5:8387e0", "lonsrc": "vass.kornel:5:a43c49", "marker": { "color": "#00cc96", "sizeref": 0.02495, "sizesrc": "vass.kornel:5:ac0010", "sizemode": "area" }, "subplot": "mapbox", "showlegend": true, "legendgroup": "B", "hovertextsrc": "vass.kornel:5:811f04", "hovertemplate": "<b>%{hovertext}</b><br><br>Category=B<br>Value=%{marker.size}<br>Latitude=%{lat}<br>Longitude=%{lon}<extra></extra>" }, { "mode": "markers", "name": "D", "type": "scattermapbox", "latsrc": "vass.kornel:5:d8ccaf", "lonsrc": "vass.kornel:5:1ee1ae", "marker": { "color": "#ab63fa", "sizeref": 0.02495, "sizesrc": "vass.kornel:5:aefe32", "sizemode": "area" }, "subplot": "mapbox", "showlegend": true, "legendgroup": "D", "hovertextsrc": "vass.kornel:5:737c52", "hovertemplate": "<b>%{hovertext}</b><br><br>Category=D<br>Value=%{marker.size}<br>Latitude=%{lat}<br>Longitude=%{lon}<extra></extra>" } ], "layout": { "legend": { "title": { "text": "Kategória" }, "itemsizing": "constant", "tracegroupgap": 0 }, "mapbox": { "zoom": 8, "style": "open-street-map", "center": { "lat": 47.49431628023617, "lon": 19.03627440152716 }, "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] } }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vass.kornel", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-11 10:45:49", "mapbox_access_tokens": null, "has_password": null, "username": "vass.kornel", "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-11T10:58:49.184569Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vass.kornel/1.embed", "fid": "vass.kornel:1", "filename": "terkep_csv", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vass.kornel/1/9_4EPBCIPV14S3FMXT0XJP3WNNCK3QHQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vass.kornel/1/2_6WXTYTJ1K3AOQMPAZKEMXGIHW4UW3S.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vass.kornel/1/8_NJTKUR2FBVVCL026PUY0537LBTZFZ4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vass.kornel/1/9_4EPBCIPV14S3FMXT0XJP3WNNCK3QHQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vass.kornel:1", "plots": "https://api.plotly.com/v2/plots/vass.kornel:1", "parent": "https://api.plotly.com/v2/folders/home?user=vass.kornel" }, "owner": "vass.kornel", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~vass.kornel/1/", "world_readable": true, "date_modified": "2025-08-11T11:25:07.937Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vass.kornel/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "C", "type": "scattermapbox", "latsrc": "vass.kornel:4:ebaf6c", "lonsrc": "vass.kornel:4:0cc873", "marker": { "color": "#636efa", "sizeref": 0.02495, "sizesrc": "vass.kornel:4:0b76ee", "sizemode": "area" }, "subplot": "mapbox", "showlegend": true, "legendgroup": "C", "hovertextsrc": "vass.kornel:4:b05360", "hovertemplate": "<b>%{hovertext}</b><br><br>Category=C<br>Value=%{marker.size}<br>Latitude=%{lat}<br>Longitude=%{lon}<extra></extra>" }, { "mode": "markers", "name": "A", "type": "scattermapbox", "latsrc": "vass.kornel:4:ca4f19", "lonsrc": "vass.kornel:4:0a6d50", "marker": { "color": "#EF553B", "sizeref": 0.02495, "sizesrc": "vass.kornel:4:de16c8", "sizemode": "area" }, "subplot": "mapbox", "showlegend": true, "legendgroup": "A", "hovertextsrc": "vass.kornel:4:ad8b35", "hovertemplate": "<b>%{hovertext}</b><br><br>Category=A<br>Value=%{marker.size}<br>Latitude=%{lat}<br>Longitude=%{lon}<extra></extra>" }, { "mode": "markers", "name": "B", "type": "scattermapbox", "latsrc": "vass.kornel:4:cc89fe", "lonsrc": "vass.kornel:4:a4bd9d", "marker": { "color": "#00cc96", "sizeref": 0.02495, "sizesrc": "vass.kornel:4:c848f9", "sizemode": "area" }, "subplot": "mapbox", "showlegend": true, "legendgroup": "B", "hovertextsrc": "vass.kornel:4:a79b9b", "hovertemplate": "<b>%{hovertext}</b><br><br>Category=B<br>Value=%{marker.size}<br>Latitude=%{lat}<br>Longitude=%{lon}<extra></extra>" }, { "mode": "markers", "name": "D", "type": "scattermapbox", "latsrc": "vass.kornel:4:6ac0d1", "lonsrc": "vass.kornel:4:c7bcb4", "marker": { "color": "#ab63fa", "sizeref": 0.02495, "sizesrc": "vass.kornel:4:e271cb", "sizemode": "area" }, "subplot": "mapbox", "showlegend": true, "legendgroup": "D", "hovertextsrc": "vass.kornel:4:45f44f", "hovertemplate": "<b>%{hovertext}</b><br><br>Category=D<br>Value=%{marker.size}<br>Latitude=%{lat}<br>Longitude=%{lon}<extra></extra>" } ], "layout": { "legend": { "title": { "text": "Kategória" }, "itemsizing": "constant", "tracegroupgap": 0 }, "mapbox": { "zoom": 8, "style": "open-street-map", "center": { "lat": 47.49431628023617, "lon": 19.03627440152716 }, "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] } }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vass.kornel", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-11 10:45:49", "mapbox_access_tokens": null, "has_password": null, "username": "vass.kornel", "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-11T10:47:06.218493Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~asvinangagp/1.embed", "fid": "asvinangagp:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/asvinangagp/1/9_6PUYT6ZH4MJ184AHZQEBFU89FIWQWL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/asvinangagp/1/2_ZEAKXAQ4VOY5Q5VFN5IGP7AEEU7CJA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/asvinangagp/1/8_3J98WPAOUDLGUONT9TG4TV6KZUO4V8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/asvinangagp/1/9_6PUYT6ZH4MJ184AHZQEBFU89FIWQWL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/asvinangagp:1", "plots": "https://api.plotly.com/v2/plots/asvinangagp:1", "parent": "https://api.plotly.com/v2/folders/home?user=asvinangagp" }, "owner": "asvinangagp", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~asvinangagp/1/", "world_readable": true, "date_modified": "2025-08-11T10:47:06.231Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~asvinangagp/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A" } }, "mode": "markers+text", "type": "scatter3d", "xsrc": "asvinangagp:0:23ca7d", "ysrc": "asvinangagp:0:6bce56", "zsrc": "asvinangagp:0:f6fb14", "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_zstyle": true }, "error_y": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_zstyle": true }, "error_z": { "type": "percent", "color": "rgb(76,114,176)", "value": 10, "width": 0, "visible": false, "symmetric": true, "thickness": 2 }, "textsrc": "asvinangagp:0:c45374", "textfont": { "size": 25, "family": "Balto" }, "showlegend": true, "connectgaps": false, "textposition": "top right" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "zeroline": true }, "yaxis": { "type": "linear" }, "zaxis": { "type": "linear" }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 2.0123688967181566, "y": 1.1089771249662084, "z": 0.6594266355396513 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "cube", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(231,231,240)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(183,183,191)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(234,234,242)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(36,36,36)" }, "polar": { "bgcolor": "rgb(234,234,242)", "radialaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "zaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" } }, "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "bgcolor": "rgb(234,234,242)" }, "colorway": [ "rgb(76,114,176)", "rgb(221,132,82)", "rgb(85,168,104)", "rgb(196,78,82)", "rgb(129,114,179)", "rgb(147,120,96)", "rgb(218,139,195)", "rgb(140,140,140)", "rgb(204,185,116)", "rgb(100,181,205)" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d1e5f0" ], [ 0.7, "#92c5de" ], [ 0.8, "#4393c3" ], [ 0.9, "#2166ac" ], [ 1, "#053061" ] ], "sequential": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ], "sequentialminus": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ] }, "plot_bgcolor": "rgb(234,234,242)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.5, "fillcolor": "rgb(67,103,167)" }, "annotationdefaults": { "arrowcolor": "rgb(67,103,167)" } }, "themeRef": "SEABORN" }, "showlegend": true, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~asvinangagp", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-11 10:39:04", "mapbox_access_tokens": null, "has_password": null, "username": "asvinangagp", "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-11T10:33:38.725121Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~BPSSL/7.embed", "fid": "BPSSL:7", "filename": "Oracle Rack 202 Thermals - 11-08-25 - Plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/BPSSL/7/9_S9M7RXTZE8FHMUUDMFX4TQSX2LT3BX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/BPSSL/7/2_IE701X8TZKMECJ4FGL7SW2WYA3K2IP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BPSSL/7/8_QBPR4RCYCCW7SZ4IWVLTK732EKFWQY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/BPSSL/7/9_S9M7RXTZE8FHMUUDMFX4TQSX2LT3BX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/BPSSL:7", "plots": "https://api.plotly.com/v2/plots/BPSSL:7", "parent": "https://api.plotly.com/v2/folders/home?user=BPSSL" }, "owner": "BPSSL", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~BPSSL/7/", "world_readable": true, "date_modified": "2025-08-11T10:33:38.735Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~BPSSL/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Card number", "y": "Sensors horizontal", "z": "Sensors vertical", "text": "F", "marker": { "size": "E", "color": "E" } } }, "mode": "markers", "name": "<br>", "type": "scatter3d", "xsrc": "BPSSL:6:ed1b11", "ysrc": "BPSSL:6:a5ee41", "zsrc": "BPSSL:6:956d2a", "marker": { "meta": { "columnNames": { "size": "Temperature", "color": "Temperature" } }, "size": 20, "symbol": "circle", "opacity": 1, "sizemin": 1, "sizeref": 0.0055816329446730685, "colorbar": { "x": 0.8741815942678012, "y": 0.5810164405345097, "title": { "text": "Temperature ℃" } }, "colorsrc": "BPSSL:6:1b137b", "sizemode": "area", "showscale": true, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "reversescale": true }, "textsrc": "BPSSL:6:f653ab", "visible": true, "hoverinfo": "text", "hovertemplate": "", "autocolorscale": false } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "range": [ 0, 12 ], "tick0": 0, "ticks": "", "title": { "text": "Card number" }, "showgrid": false, "showline": false, "tickmode": "linear", "zeroline": true, "autorange": true, "showbackground": false }, "yaxis": { "type": "linear", "title": { "text": "Sensor horizontal" }, "showgrid": false, "showline": false, "tickmode": "linear", "zeroline": true, "showbackground": false }, "zaxis": { "type": "linear", "dtick": 1, "tick0": 0, "title": { "text": "Sensor vertical" }, "showgrid": false, "showline": false, "tickmode": "linear", "zeroline": true, "showbackground": false }, "camera": { "up": { "x": -0.3352731301311341, "y": 0.6450370590324869, "z": 0.6866724988572003 }, "eye": { "x": 0.9656354566034835, "y": -1.5380182036723111, "z": 1.728488772827413 }, "center": { "x": 0.3230384273500709, "y": -0.30750481084160386, "z": 0.2588329192700207 }, "projection": { "type": "perspective" } }, "dragmode": "orbit", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Test 1 - No front panel fitted" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "orientation": "v" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "clickmode": "event", "showlegend": true, "uniformtext": { "mode": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~BPSSL", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-12-11 14:21:18", "mapbox_access_tokens": null, "has_password": null, "username": "BPSSL", "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-11T10:32:27.225493Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~BPSSL/5.embed", "fid": "BPSSL:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/BPSSL/5/9_IHZP76T8H5RVKNBXNV9HGJFVCI5OCL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/BPSSL/5/2_Y8L6F7KYDLDJTYNOHEKTEEIO98VK7C.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BPSSL/5/8_Y6YJG9U4P1YTS02AXS0P1Z1VQL0WD5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/BPSSL/5/9_IHZP76T8H5RVKNBXNV9HGJFVCI5OCL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/BPSSL:5", "plots": "https://api.plotly.com/v2/plots/BPSSL:5", "parent": "https://api.plotly.com/v2/folders/home?user=BPSSL" }, "owner": "BPSSL", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~BPSSL/5/", "world_readable": true, "date_modified": "2025-08-11T10:32:27.238Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~BPSSL/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Card number", "y": "Sensors horizontal", "z": "Sensors vertical", "text": "F", "marker": { "size": "E", "color": "E" } } }, "mode": "markers", "name": "<br>", "type": "scatter3d", "xsrc": "BPSSL:4:4a7e1b", "ysrc": "BPSSL:4:e49d07", "zsrc": "BPSSL:4:693143", "marker": { "meta": { "columnNames": { "size": "Temperature", "color": "Temperature" } }, "size": 20, "symbol": "circle", "opacity": 1, "sizemin": 1, "sizeref": 0.0055816329446730685, "colorbar": { "x": 0.8741815942678012, "y": 0.5810164405345097, "title": { "text": "Temperature ℃" } }, "colorsrc": "BPSSL:4:109839", "sizemode": "area", "showscale": true, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "reversescale": true }, "textsrc": "BPSSL:4:ddf834", "visible": true, "hoverinfo": "text", "hovertemplate": "", "autocolorscale": false } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "range": [ 0, 12 ], "tick0": 0, "ticks": "", "title": { "text": "Card number" }, "showgrid": false, "showline": false, "tickmode": "linear", "zeroline": true, "autorange": true, "showbackground": false }, "yaxis": { "type": "linear", "title": { "text": "Sensor horizontal" }, "showgrid": false, "showline": false, "tickmode": "linear", "zeroline": true, "showbackground": false }, "zaxis": { "type": "linear", "dtick": 1, "tick0": 0, "title": { "text": "Sensor vertical" }, "showgrid": false, "showline": false, "tickmode": "linear", "zeroline": true, "showbackground": false }, "camera": { "up": { "x": -0.3352731301311341, "y": 0.6450370590324869, "z": 0.6866724988572003 }, "eye": { "x": 0.9656354566034835, "y": -1.5380182036723111, "z": 1.728488772827413 }, "center": { "x": 0.3230384273500709, "y": -0.30750481084160386, "z": 0.2588329192700207 }, "projection": { "type": "perspective" } }, "dragmode": "orbit", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Test 1 - No front panel fitted" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "orientation": "v" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "clickmode": "event", "showlegend": true, "uniformtext": { "mode": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~BPSSL", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-12-11 14:21:18", "mapbox_access_tokens": null, "has_password": null, "username": "BPSSL", "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-11T10:11:37.491229Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Char677/8.embed", "fid": "Char677:8", "filename": "Plot 8", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Char677/8/9_B25PV6JPMGL09KVT57TKQB27TP49GE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Char677/8/2_UWLVGTJWCQUZ4TYPLC23YDSLL7NXXD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Char677/8/8_A4JA8VSHQZHT71B10MJB38YT6S1HOR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Char677/8/9_B25PV6JPMGL09KVT57TKQB27TP49GE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Char677:8", "plots": "https://api.plotly.com/v2/plots/Char677:8", "parent": "https://api.plotly.com/v2/folders/home?user=Char677" }, "owner": "Char677", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Char677/8/", "world_readable": true, "date_modified": "2025-08-11T10:13:46.562Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Char677/8/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "toself", "meta": { "columnNames": { "r": "Početnosť %", "ids": "Smer", "theta": "Smer", "labels": "Početnosť %", "marker": { "color": "B" }, "values": "Smer", "parents": "Smer" } }, "mode": "markers+lines", "name": "Početnosť<br>", "rsrc": "Char677:7:601957", "type": "scatterpolar", "idssrc": "Char677:7:5a2e21", "marker": { "line": { "width": 0 }, "meta": { "columnNames": { "color": "B" } }, "size": 6, "color": "#636efa", "symbol": "circle-open", "opacity": 0 }, "hoveron": "points", "visible": true, "thetasrc": "Char677:7:5a2e21", "hoverinfo": "r+theta+name", "labelssrc": "Char677:7:601957", "thetaunit": "degrees", "valuessrc": "Char677:7:5a2e21", "parentssrc": "Char677:7:5a2e21", "showlegend": false, "connectgaps": true, "branchvalues": "total", "hovertemplate": "", "autocolorscale": true } ], "frames": [], "layout": { "polar": { "radialaxis": { "side": "clockwise", "type": "linear", "dtick": 2.5, "range": [ 0, 15 ], "tick0": 0, "ticks": "", "nticks": 6, "showgrid": true, "showline": true, "tickfont": { "size": 10 }, "tickmode": "linear", "autorange": false, "ticksuffix": "%", "exponentformat": "none" }, "angularaxis": { "side": "counterclockwise", "type": "linear", "dtick": 22.5, "range": [ 0, 30 ], "tick0": 0, "ticks": "outside", "nticks": 26, "tickfont": { "family": "Arial" }, "tickmode": "linear", "direction": "clockwise", "exponentformat": "none", "showticklabels": true } }, "title": { "text": "<br>" }, "xaxis": { "range": [ -0.30131524950059185, -0.09657316117741627 ], "autorange": false }, "yaxis": { "range": [ 2.27942868679184, 2.670919337761369 ], "autorange": false }, "legend": { "x": 0.7918716588805966, "y": 0.010270776110192155, "title": { "text": "<br>" }, "valign": "bottom", "orientation": "v" }, "metasrc": "Char677:6:d86b81", "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 0.5, "y": 1.1986013854378437, "font": { "size": 25 }, "text": "<b>S</b>", "showarrow": false }, { "x": 0.5, "y": -0.16813492959867476, "font": { "size": 25 }, "text": "<b>J</b>", "showarrow": false }, { "x": 0.7997237569060773, "y": 0.5, "font": { "size": 25 }, "text": "<b>V</b>", "showarrow": false }, { "x": 0.19843462246777163, "y": 0.5, "font": { "size": 25 }, "text": "<b>Z</b>", "showarrow": false }, { "x": 0.26104972375690605, "y": 0.9870397560424671, "font": { "size": 20, "color": "rgb(60, 95, 150)" }, "text": "<b>SZ</b>", "showarrow": false }, { "x": 0.7182320441988951, "y": 1.0022965138167306, "font": { "size": 20, "color": "rgb(60, 95, 150)" }, "text": "<b>SV</b>", "showarrow": false }, { "x": 0.7182320441988951, "y": 0.015341465251110638, "font": { "size": 20, "color": "rgb(60, 95, 150)" }, "text": "<b>JV</b>", "showarrow": false }, { "x": 0.27532228360957645, "y": 0.019680370454032085, "font": { "size": 20, "color": "rgb(60, 95, 150)" }, "text": "<b>JZ</b>", "showarrow": false }, { "x": 0.9130755064456724, "y": -0.03043478260869592, "text": "Model ERA5 ", "showarrow": false }, { "x": 0.9677716390423572, "y": 0.013043478260869708, "font": { "size": 16 }, "text": "<b>Banská Štiavnica</b>", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Char677", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/36.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-03-23 09:05:28", "mapbox_access_tokens": null, "has_password": null, "username": "Char677", "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-11T10:01:33.099615Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Char677/5.embed", "fid": "Char677:5", "filename": "Veterná ružica BŠ", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Char677/5/9_NXRH9MFB5Y27RIEHW7BACY693XEMKQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Char677/5/2_2F90QAWAXO7AR59LNHHYM5TILDV12Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Char677/5/8_6NJ90FLMXO3DTFFNEEZEPNQOHJ91S1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Char677/5/9_NXRH9MFB5Y27RIEHW7BACY693XEMKQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Char677:5", "plots": "https://api.plotly.com/v2/plots/Char677:5", "parent": "https://api.plotly.com/v2/folders/home?user=Char677" }, "owner": "Char677", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~Char677/5/", "world_readable": true, "date_modified": "2025-08-11T10:01:41.960Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Char677/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "toself", "meta": { "columnNames": { "r": "Početnosť %", "ids": "Smer", "theta": "Smer", "labels": "Početnosť %", "marker": { "color": "B" }, "values": "Smer", "parents": "Smer" } }, "mode": "markers+lines", "name": "Početnosť<br>", "rsrc": "Char677:4:c8c3ef", "type": "scatterpolar", "idssrc": "Char677:4:2bac61", "marker": { "line": { "width": 0 }, "meta": { "columnNames": { "color": "B" } }, "size": 6, "color": "#636efa", "symbol": "circle-open", "opacity": 0 }, "hoveron": "points", "visible": true, "thetasrc": "Char677:4:2bac61", "hoverinfo": "r+theta+name", "labelssrc": "Char677:4:c8c3ef", "thetaunit": "degrees", "valuessrc": "Char677:4:2bac61", "parentssrc": "Char677:4:2bac61", "showlegend": false, "connectgaps": true, "branchvalues": "total", "hovertemplate": "", "autocolorscale": true } ], "frames": [], "layout": { "polar": { "radialaxis": { "side": "clockwise", "type": "linear", "dtick": 2.5, "range": [ 0, 15 ], "tick0": 0, "ticks": "", "nticks": 6, "showgrid": true, "showline": true, "tickfont": { "size": 10 }, "tickmode": "linear", "autorange": false, "ticksuffix": "%", "exponentformat": "none" }, "angularaxis": { "side": "counterclockwise", "type": "linear", "dtick": 22.5, "range": [ 0, 30 ], "tick0": 0, "ticks": "outside", "nticks": 26, "tickfont": { "family": "Arial" }, "tickmode": "linear", "direction": "clockwise", "exponentformat": "none", "showticklabels": true } }, "title": { "text": "<br>" }, "xaxis": { "range": [ -0.30131524950059185, -0.09657316117741627 ], "autorange": false }, "yaxis": { "range": [ 2.27942868679184, 2.670919337761369 ], "autorange": false }, "legend": { "x": 0.7918716588805966, "y": 0.010270776110192155, "title": { "text": "<br>" }, "valign": "bottom", "orientation": "v" }, "metasrc": "Char677:3:2bac61", "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 0.5, "y": 1.143776824034335, "font": { "size": 25 }, "text": "<b>S</b>", "showarrow": false }, { "x": 0.5, "y": -0.13304721030042915, "font": { "size": 25 }, "text": "<b>J</b>", "showarrow": false }, { "x": 0.7674953959484346, "y": 0.5, "font": { "size": 25 }, "text": "<b>V</b>", "showarrow": false }, { "x": 0.22974217311233885, "y": 0.5, "font": { "size": 25 }, "text": "<b>Z</b>", "showarrow": false }, { "x": 0.2941988950276243, "y": 0.9409871244635197, "font": { "size": 20, "color": "rgb(60, 95, 150)" }, "text": "<b>SZ</b>", "showarrow": false }, { "x": 0.7007366482504604, "y": 0.9452789699570815, "font": { "size": 20, "color": "rgb(60, 95, 150)" }, "text": "<b>SV</b>", "showarrow": false }, { "x": 0.6988950276243094, "y": 0.05042918454935624, "font": { "size": 20, "color": "rgb(60, 95, 150)" }, "text": "<b>JV</b>", "showarrow": false }, { "x": 0.2955801104972376, "y": 0.05257510729613735, "font": { "size": 20, "color": "rgb(60, 95, 150)" }, "text": "<b>JZ</b>", "showarrow": false }, { "x": 0.8513812154696133, "y": -0.03043478260869592, "text": "Model ERA5 ", "showarrow": false }, { "x": 0.8913443830570903, "y": 0.013043478260869712, "font": { "size": 16 }, "text": "<b>[Názov obce]</b>", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Char677", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/36.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-03-23 09:05:28", "mapbox_access_tokens": null, "has_password": null, "username": "Char677", "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-11T08:27:56.101614Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jdm2738/1.embed", "fid": "jdm2738:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jdm2738/1/9_BHP9JZO9IQ315S8NF2OY605NVHC6Z6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jdm2738/1/2_2HX8A7NOQ1SYRAJHMW3F43HYTPF8WZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jdm2738/1/8_J76MWQC1YWX6YLEWZFX12VUFNZZCMF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jdm2738/1/9_BHP9JZO9IQ315S8NF2OY605NVHC6Z6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jdm2738:1", "plots": "https://api.plotly.com/v2/plots/jdm2738:1", "parent": "https://api.plotly.com/v2/folders/home?user=jdm2738" }, "owner": "jdm2738", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jdm2738/1/", "world_readable": true, "date_modified": "2025-08-13T23:16:30.690Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jdm2738/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Ref_H", "y": "Ref_S", "z": "Ref_V", "text": "Level", "marker": { "color": "Ref_H" } } }, "mode": "markers", "name": "Reference", "type": "scatter3d", "xsrc": "jdm2738:0:653bbc", "ysrc": "jdm2738:0:3c9f9f", "zsrc": "jdm2738:0:64f002", "scene": "scene", "marker": { "line": { "color": "transparent" }, "meta": { "columnNames": { "color": "Ref_H" } }, "size": 3, "color": "rgba(191,56,42,1)", "fillcolor": "rgba(191,56,42,0.5)" }, "error_x": { "type": "percent", "color": "rgba(191,56,42,1)", "value": 10, "width": 0, "visible": false, "symmetric": true, "thickness": 2 }, "textsrc": "jdm2738:0:c65e9f", "hoverinfo": "x+y+z+text+name", "hoverlabel": { "align": "left", "namelength": 15 }, "hovertemplate": "", "autocolorscale": false }, { "meta": { "columnNames": { "x": "Meas_H", "y": "Meas_S", "z": "Meas_V" } }, "mode": "markers", "name": "Measured", "type": "scatter3d", "xsrc": "jdm2738:0:594ec0", "ysrc": "jdm2738:0:63a454", "zsrc": "jdm2738:0:5d7354", "marker": { "line": { "color": "transparent" }, "size": 3, "color": "rgba(12,75,142,1)", "fillcolor": "rgba(12,75,142,0.5)" } }, { "meta": { "columnNames": { "x": "Meas_avg_H", "y": "Meas_avg_S", "z": "Meas_avg_V", "text": "Ref_H" } }, "mode": "markers", "name": "Meas_Avg", "type": "scatter3d", "xsrc": "jdm2738:0:a552c8", "ysrc": "jdm2738:0:930e84", "zsrc": "jdm2738:0:870a65", "marker": { "size": 3 }, "error_x": { "type": "percent", "color": "#2ca02c", "value": 10, "width": 0, "visible": false, "symmetric": false, "thickness": 2, "valueminus": 10 }, "error_y": { "type": "percent", "color": "#2ca02c", "value": 10, "width": 0, "visible": false, "symmetric": true, "thickness": 2 }, "error_z": { "type": "percent", "color": "#2ca02c", "value": 10, "width": 0, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "textsrc": "jdm2738:0:653bbc", "hoverinfo": "x+y+z+text+name", "hoverlabel": { "align": "left", "namelength": 22 }, "showlegend": true, "hovertemplate": "" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "H" }, "showspikes": true }, "yaxis": { "type": "linear", "title": { "text": "S" }, "showspikes": true }, "zaxis": { "type": "linear", "title": { "text": "V" }, "showspikes": true }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 2.1900361244179245, "y": -1.2754063575108763, "z": 0.985101546574759 }, "center": { "x": 0.00434945812854754, "y": 0.027133895685371005, "z": -0.0672484226052952 }, "projection": { "type": "perspective" } }, "hovermode": "closest", "aspectmode": "auto", "aspectratio": { "x": 1.1039531761262067, "y": 1.135464684483758, "z": 0.7977663532520018 } }, "title": { "text": "RGB - CH2 - CalCupNo(Level)#2" }, "xaxis": { "domain": [ 0, 1 ] }, "yaxis": { "domain": [ 0, 1 ] }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jdm2738", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.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-08-11 08:21:19", "mapbox_access_tokens": null, "has_password": null, "username": "jdm2738", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "