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=cD0yMDI1LTA4LTEyKzE0JTNBMDMlM0EyMi43MTkwNjUlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA4LTEyKzA4JTNBMTElM0E0Ny43NzIwNzklMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOC0xMisxMyUzQTQ5JTNBNDUuOTU2NzU5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-12T13:49:45.956759Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~EIDSTER/4344.embed", "fid": "EIDSTER:4344", "filename": "EIDSTER_Hedge_Strength_BTC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/EIDSTER:4344/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/EIDSTER:4344/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/EIDSTER:4344/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/EIDSTER:4344/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/EIDSTER:4344", "plots": "https://api.plotly.com/v2/plots/EIDSTER:4344", "parent": "https://api.plotly.com/v2/folders/home?user=EIDSTER" }, "owner": "EIDSTER", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 76, "web_url": "https://chart-studio.plotly.com/~EIDSTER/4344/", "world_readable": true, "date_modified": "2025-09-15T00:53:16.757Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~EIDSTER/4344/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "#0044FF", "shape": "hvh", "width": 1.0 }, "mode": "lines", "name": "Up Hedge", "type": "scatter", "xsrc": "EIDSTER:4575:38cf24", "ysrc": "EIDSTER:4575:a6bfd6", "marker": { "color": "#0044FF" }, "opacity": 1.0, "fillcolor": "#0044FF", "orientation": "v", "customdatasrc": "EIDSTER:4575:a03ace", "hovertemplate": "<b>%{y:.2%}</b> of total hedge strength.<br><b>%{customdata:.2%}</b> from current price." }, { "line": { "color": "#CC0101", "shape": "hvh", "width": 1.0 }, "mode": "lines", "name": "Dn Hedge", "type": "scatter", "xsrc": "EIDSTER:4575:9533af", "ysrc": "EIDSTER:4575:d2cd0f", "marker": { "color": "#CC0101" }, "opacity": 1.0, "fillcolor": "#CC0101", "orientation": "v", "customdatasrc": "EIDSTER:4575:a77f17", "hovertemplate": "<b>%{y:.2%}</b> of total hedge strength.<br><b>%{customdata:.2%}</b> from current price." } ], "layout": { "font": { "size": 12, "color": "#7e7e7e", "family": "Arial" }, "title": { "x": 0.03, "y": 0.92, "text": "<b>[BTC]: BITCOIN Hedging Strength</b><br>Sun - September 14, 2025</b><br><span style=\"font-size: 14px;\">Simulation showing current strike price hedging<br>strength. Shaded areas simulate what the market<br><i>thinks</i> the maximum current reach levels are.</span>", "xanchor": "left", "yanchor": "top" }, "xaxis": { "title": { "font": { "color": "#72747F" }, "text": "<br>Price" }, "mirror": true, "showgrid": false, "showline": false, "linecolor": "#7e7e7e", "linewidth": 1 }, "yaxis": { "title": { "font": { "color": "#72747F" }, "text": "Hedge Strength" }, "showgrid": false, "zeroline": false, "showticklabels": false }, "bargap": 0.0001, "legend": { "x": 1, "y": 1.03, "xanchor": "right", "yanchor": "bottom", "orientation": "h" }, "margin": { "b": 40, "l": 40, "r": 40, "t": 160, "pad": 5 }, "shapes": [ { "x0": 130000.0, "x1": 108000.0, "y0": 0, "y1": 1, "line": { "width": 0 }, "type": "rect", "xref": "x", "yref": "y domain", "opacity": 0.2, "fillcolor": "#7e7e7e" }, { "x0": 108000.0, "x1": 95000.0, "y0": 0, "y1": 1, "line": { "width": 0 }, "type": "rect", "xref": "x", "yref": "y domain", "opacity": 0.2, "fillcolor": "#7e7e7e" }, { "x0": 115251.8515625, "x1": 115251.8515625, "y0": 0, "y1": 1, "line": { "dash": "dot", "color": "#0044FF", "width": 1 }, "type": "line", "xref": "x", "yref": "y domain", "opacity": 0.5 } ], "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 } } }, "hovermode": "x", "annotations": [ { "x": 115251.8515625, "y": -0.14, "font": { "size": 14, "color": "#0044FF" }, "text": "<b>▲<br>115251.85</b>", "xref": "x", "yref": "paper", "showarrow": false, "textangle": 0 }, { "x": 95000.0, "y": 0.85, "font": { "size": 14, "color": "#7e7e7e" }, "text": "<b>◄ </b>95000.0 (<b>-17.6%</b>)", "xref": "x", "yref": "paper", "xanchor": "left", "showarrow": false, "textangle": 0 }, { "x": 130000.0, "y": 1.0, "font": { "size": 14, "color": "#7e7e7e" }, "text": "<b>◄ </b>130000.0 (<b>+12.8%</b>)", "xref": "x", "yref": "paper", "xanchor": "left", "showarrow": false, "textangle": 0 }, { "x": 0.99, "y": 1.0, "font": { "size": 10, "color": "#5A5B64" }, "text": "EIDSTER.com", "xref": "paper", "yref": "paper", "showarrow": false, "textangle": 0 } ], "plot_bgcolor": "rgba(0,0,0,0)", "paper_bgcolor": "rgba(0,0,0,0)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~EIDSTER", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-05-14 00:16:05", "mapbox_access_tokens": null, "has_password": null, "username": "EIDSTER", "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-12T13:29:56.279166Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nsweet/16.embed", "fid": "nsweet:16", "filename": "Plot 16", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nsweet/16/9_EIPIAW14BPR7MR4HIZI16060AGHX9I.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nsweet/16/2_KFWW0R93OUJ4AQRX9X8NEO0UNCS39Q.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nsweet/16/8_MOPYFEYIVES590M5VXWH1UJY80QT7O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nsweet/16/9_EIPIAW14BPR7MR4HIZI16060AGHX9I.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nsweet:16", "plots": "https://api.plotly.com/v2/plots/nsweet:16", "parent": "https://api.plotly.com/v2/folders/home?user=nsweet" }, "owner": "nsweet", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nsweet/16/", "world_readable": true, "date_modified": "2025-08-12T13:29:56.290Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nsweet/16/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "type": "bar", "ysrc": "nsweet:15:1447d1", "marker": { "color": "rgb(153, 153, 153)" }, "orientation": "v" }, { "meta": { "columnNames": { "y": "B" } }, "mode": "markers", "type": "bar", "ysrc": "nsweet:15:4bf7ec", "marker": { "color": "rgb(85, 85, 85)" }, "stackgroup": null, "orientation": "v" }, { "meta": { "columnNames": { "y": "C" } }, "mode": "markers", "name": "trace 2", "type": "bar", "ysrc": "nsweet:15:edddb4", "marker": { "color": "rgb(17, 17, 17)" }, "stackgroup": null, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "range": [ -0.5, 2.5 ], "autorange": true, "showticklabels": false }, "yaxis": { "range": [ 0, 105.26315789473685 ], "autorange": true }, "barmode": "stack", "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~nsweet", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-10 16:43:15", "mapbox_access_tokens": null, "has_password": null, "username": "nsweet", "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-12T13:26:01.879744Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Madison.Kelly0409/2.embed", "fid": "Madison.Kelly0409:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Madison.Kelly0409/2/9_OBPQ5RHKS5NXFQ93KF870WFV0GCZO3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Madison.Kelly0409/2/2_QGFXSRBOKJJXAYU89P9PC0HHWFIROR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Madison.Kelly0409/2/8_NOR8RHADZLR8P9Y4CCOKBR3YNGFDFZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Madison.Kelly0409/2/9_OBPQ5RHKS5NXFQ93KF870WFV0GCZO3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Madison.Kelly0409:2", "plots": "https://api.plotly.com/v2/plots/Madison.Kelly0409:2", "parent": "https://api.plotly.com/v2/folders/home?user=Madison.Kelly0409" }, "owner": "Madison.Kelly0409", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Madison.Kelly0409/2/", "world_readable": true, "date_modified": "2025-08-12T13:26:01.892Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Madison.Kelly0409/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "High Anxiety", "y": "Low Anxiety" } }, "mode": "markers", "type": "scatter", "xsrc": "Madison.Kelly0409:1:6d3331", "ysrc": "Madison.Kelly0409:1:b88405" } ], "frames": [], "layout": { "title": { "text": "NERM" }, "xaxis": { "type": "linear", "range": [ -5.6436690458810475, 12.310335708881047 ], "title": { "text": "High vs. Low Anxiety Groups" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -9.150369404003259, 19.150369401003257 ], "title": { "text": "ANL Scores" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } } }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Madison.Kelly0409", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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-08-12 13:16:10", "mapbox_access_tokens": null, "has_password": null, "username": "Madison.Kelly0409", "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-12T13:01:15.432501Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~EIDSTER/4340.embed", "fid": "EIDSTER:4340", "filename": "EIDSTER_Portfolio_Crypto_Reserve", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/EIDSTER:4340/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/EIDSTER:4340/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/EIDSTER:4340/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/EIDSTER:4340/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/EIDSTER:4340", "plots": "https://api.plotly.com/v2/plots/EIDSTER:4340", "parent": "https://api.plotly.com/v2/folders/home?user=EIDSTER" }, "owner": "EIDSTER", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 72, "web_url": "https://chart-studio.plotly.com/~EIDSTER/4340/", "world_readable": true, "date_modified": "2025-09-14T11:26:05.335Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~EIDSTER/4340/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "sunburst", "marker": { "colorssrc": "EIDSTER:4538:d73299" }, "textfont": { "colorsrc": "EIDSTER:4538:d56d11" }, "textinfo": "label", "labelssrc": "EIDSTER:4538:62ca7d", "valuessrc": "EIDSTER:4538:2e78e1", "parentssrc": "EIDSTER:4538:e2ec6a", "branchvalues": "total", "customdatasrc": "EIDSTER:4538:e9b2f9", "hovertemplate": "%{customdata}<extra></extra>" } ], "layout": { "height": 600, "margin": { "b": 10, "l": 0, "r": 0, "t": 10 }, "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 } } }, "plot_bgcolor": "rgba(0,0,0,0)", "paper_bgcolor": "rgba(0,0,0,0)" } }, "height": 600, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~EIDSTER", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-05-14 00:16:05", "mapbox_access_tokens": null, "has_password": null, "username": "EIDSTER", "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-12T12:09:04.249778Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Adamsh/1.embed", "fid": "Adamsh:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Adamsh/1/9_FSMEHTXOSEXG7712GLH6GX7W2WA2S3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Adamsh/1/2_V3KXZTLLNC8UZTEGEOCSO8GEGLEFQI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Adamsh/1/8_0V69E9WBUTTTG7E2BJ7VIH5HU046ZY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Adamsh/1/9_FSMEHTXOSEXG7712GLH6GX7W2WA2S3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Adamsh:1", "plots": "https://api.plotly.com/v2/plots/Adamsh:1", "parent": "https://api.plotly.com/v2/folders/home?user=Adamsh" }, "owner": "Adamsh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Adamsh/1/", "world_readable": true, "date_modified": "2025-08-12T12:09:04.260Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Adamsh/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Ant_Phen", "y": "Flt_Pyr" } }, "mode": "markers", "type": "scatter", "xsrc": "Adamsh:0:b56b04", "ysrc": "Adamsh:0:38aeb2" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -0.05914256198347108, 1.0591425619834711 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.06606152294503279, 1.0660615229450328 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Adamsh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-12 11:44:38", "mapbox_access_tokens": null, "has_password": null, "username": "Adamsh", "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-12T11:44:47.087495Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ZerlineJagt/3.embed", "fid": "ZerlineJagt:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ZerlineJagt/3/9_GZQCU8OQ8BKBU5DHLMXAI399385D1Q.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ZerlineJagt/3/2_NID16DKM9XO3R33GTTEYQCJB6DM0JC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ZerlineJagt/3/8_VETH2R42VM4JSZWVNMRIEJ4BD5BVL8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ZerlineJagt/3/9_GZQCU8OQ8BKBU5DHLMXAI399385D1Q.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ZerlineJagt:3", "plots": "https://api.plotly.com/v2/plots/ZerlineJagt:3", "parent": "https://api.plotly.com/v2/folders/home?user=ZerlineJagt" }, "owner": "ZerlineJagt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ZerlineJagt/3/", "world_readable": true, "date_modified": "2025-08-12T11:44:47.100Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ZerlineJagt/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "lines", "type": "scatter", "xsrc": "ZerlineJagt:2:f6eb9b", "ysrc": "ZerlineJagt:2:2831ea" }, { "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "lines+markers", "type": "scatter", "xsrc": "ZerlineJagt:2:66ea2c", "ysrc": "ZerlineJagt:2:e403a2" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 5.971812983912315, 2650.5339988078763 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.18265420352202913, 1.2538057399337716 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ZerlineJagt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-12 08:48:03", "mapbox_access_tokens": null, "has_password": null, "username": "ZerlineJagt", "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-12T08:57:37.549528Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ZerlineJagt/1.embed", "fid": "ZerlineJagt:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ZerlineJagt/1/9_G2SNJ5DZYMLVP29WD4LDPZZ5RAK6SC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ZerlineJagt/1/2_SQX68CTGRFGK3Y419FMVACDSAHV76B.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ZerlineJagt/1/8_IQTXPAM0K2AG1WHJQ5ZNFAUR4OBD27.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ZerlineJagt/1/9_G2SNJ5DZYMLVP29WD4LDPZZ5RAK6SC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ZerlineJagt:1", "plots": "https://api.plotly.com/v2/plots/ZerlineJagt:1", "parent": "https://api.plotly.com/v2/folders/home?user=ZerlineJagt" }, "owner": "ZerlineJagt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ZerlineJagt/1/", "world_readable": true, "date_modified": "2025-08-12T08:57:37.561Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ZerlineJagt/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "lines+markers", "name": "k=50", "type": "scatter", "xsrc": "ZerlineJagt:0:a62b39", "ysrc": "ZerlineJagt:0:6d35f3" }, { "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "lines+markers", "name": "k=25", "type": "scatter", "xsrc": "ZerlineJagt:0:45d34e", "ysrc": "ZerlineJagt:0:d1ef1f" }, { "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "lines+markers", "name": "k=75", "type": "scatter", "xsrc": "ZerlineJagt:0:020b03", "ysrc": "ZerlineJagt:0:7418a3" }, { "meta": { "columnNames": { "x": "Trace 3, x", "y": "Trace 3, y" } }, "mode": "lines+markers", "name": "k=100", "type": "scatter", "xsrc": "ZerlineJagt:0:65dac0", "ysrc": "ZerlineJagt:0:97825b" }, { "meta": { "columnNames": { "x": "Trace 4, x", "y": "Trace 4, y" } }, "mode": "lines+markers", "name": "k=125", "type": "scatter", "xsrc": "ZerlineJagt:0:f730ff", "ysrc": "ZerlineJagt:0:eb8391" }, { "meta": { "columnNames": { "x": "Trace 5, x", "y": "Trace 5, y" } }, "mode": "lines+markers", "name": "k=150", "type": "scatter", "xsrc": "ZerlineJagt:0:9e1468", "ysrc": "ZerlineJagt:0:06171c" }, { "meta": { "columnNames": { "x": "Trace 6, x", "y": "Trace 6, y" } }, "mode": "lines+markers", "name": "k=175", "type": "scatter", "xsrc": "ZerlineJagt:0:54890b", "ysrc": "ZerlineJagt:0:4a5fba" }, { "meta": { "columnNames": { "x": "Trace 7, x", "y": "Trace 7, y" } }, "mode": "lines+markers", "name": "k=200", "type": "scatter", "xsrc": "ZerlineJagt:0:329223", "ysrc": "ZerlineJagt:0:062a9f" }, { "meta": { "columnNames": { "x": "Trace 8, x", "y": "Trace 8, y" } }, "mode": "lines+markers", "name": "k=225", "type": "scatter", "xsrc": "ZerlineJagt:0:024436", "ysrc": "ZerlineJagt:0:ed2cbd" }, { "meta": { "columnNames": { "x": "Trace 9, x", "y": "Trace 9, y" } }, "mode": "lines+markers", "name": "k=250", "type": "scatter", "xsrc": "ZerlineJagt:0:e53411", "ysrc": "ZerlineJagt:0:eca9a5" }, { "meta": { "columnNames": { "x": "Trace 10, x", "y": "Trace 10, y" } }, "mode": "lines+markers", "name": "k=275", "type": "scatter", "xsrc": "ZerlineJagt:0:1c8a37", "ysrc": "ZerlineJagt:0:4037cf" }, { "meta": { "columnNames": { "x": "Trace 11, x", "y": "Trace 11, y" } }, "mode": "lines+markers", "name": "k=300", "type": "scatter", "xsrc": "ZerlineJagt:0:2441f1", "ysrc": "ZerlineJagt:0:d406b6" }, { "meta": { "columnNames": { "x": "Trace 12, x", "y": "Trace 12, y" } }, "mode": "lines+markers", "name": "k=325", "type": "scatter", "xsrc": "ZerlineJagt:0:38140f", "ysrc": "ZerlineJagt:0:f611d0" }, { "meta": { "columnNames": { "x": "Trace 13, x", "y": "Trace 13, y" } }, "mode": "lines+markers", "name": "k=400", "type": "scatter", "xsrc": "ZerlineJagt:0:4ea513", "ysrc": "ZerlineJagt:0:c704d6" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -7.246209089613757, 2657.172449821576 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.1559365491428416, 1.6907538295843276 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ZerlineJagt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-12 08:48:03", "mapbox_access_tokens": null, "has_password": null, "username": "ZerlineJagt", "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-12T08:48:34.117222Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~geodascalu/3.embed", "fid": "geodascalu:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/geodascalu/3/9_GB6VZE5LPBF4X1J6T09G8V8S0Q5RED.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/geodascalu/3/2_2YJP17U247FW2YKHEYA24TGMHQYAAL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/geodascalu/3/8_HIYVWB917BLBVEUNMPRQ8OZYPH04P5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/geodascalu/3/9_GB6VZE5LPBF4X1J6T09G8V8S0Q5RED.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/geodascalu:3", "plots": "https://api.plotly.com/v2/plots/geodascalu:3", "parent": "https://api.plotly.com/v2/folders/home?user=geodascalu" }, "owner": "geodascalu", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~geodascalu/3/", "world_readable": true, "date_modified": "2025-08-12T08:48:34.129Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~geodascalu/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "field.timestamp_readable", "y": "field.data" } }, "mode": "lines", "type": "scatter", "xsrc": "geodascalu:2:6e4b42", "ysrc": "geodascalu:2:16d134" } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-08-12 08:29:13.8617", "2025-08-12 08:29:55.3357" ], "autorange": false, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -0.6881268250360929, 1.4492777551165776 ], "autorange": false, "showspikes": false }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~geodascalu", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.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": "2021-03-10 11:37:37", "mapbox_access_tokens": null, "has_password": null, "username": "geodascalu", "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-12T08:28:42.383060Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~a2371/1.embed", "fid": "a2371:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/a2371/1/9_IWUE4ZV9WGC0LXY4SPFFEJ1FISN72D.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/a2371/1/2_BGWTTYEF2WJH47O4P7LO53NO3003QH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/a2371/1/8_IN4SHERT6HHF1F3KZAJ97MLUYNTWHR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/a2371/1/9_IWUE4ZV9WGC0LXY4SPFFEJ1FISN72D.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/a2371:1", "plots": "https://api.plotly.com/v2/plots/a2371:1", "parent": "https://api.plotly.com/v2/folders/home?user=a2371" }, "owner": "a2371", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~a2371/1/", "world_readable": true, "date_modified": "2025-08-12T08:29:05.013Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~a2371/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "cc1e47", "line": { "color": "rgb(148, 157, 72)", "shape": "spline", "width": 4 }, "meta": { "columnNames": { "x": "预测客胜", "y": "预测主胜" } }, "mode": "lines", "name": "Approve", "type": "scatter", "xsrc": "a2371:0:26a9ba", "ysrc": "a2371:0:79ddd0", "error_x": {}, "error_y": {}, "textfont": {} }, { "uid": "060e8c", "line": { "color": "rgb(234, 158, 44)", "width": 4 }, "meta": { "columnNames": { "x": "预测客胜", "y": "预测平局" } }, "mode": "lines", "name": "Disapprove", "type": "scatter", "xsrc": "a2371:0:26a9ba", "ysrc": "a2371:0:003037", "error_x": {}, "error_y": {}, "textfont": {} } ], "frames": [], "layout": { "font": { "size": 12, "color": "rgb(33, 33, 33)", "family": "\"Times New Roman\", Times, serif" }, "smith": false, "title": { "font": { "size": 0, "color": "", "family": "" }, "text": "<br><i>Do you approve or disapprove of the way Barack Obama is handling his job as president?</i>" }, "width": 700, "xaxis": { "type": "category", "dtick": 6, "range": [ -1, 51 ], "tick0": 1, "ticks": "", "title": { "font": { "size": 0, "color": "", "family": "" }, "text": "" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": false, "showline": true, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "linear", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "#000", "tickwidth": 1, "overlaying": false, "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true }, "yaxis": { "type": "linear", "dtick": 10, "range": [ 11, 71 ], "tick0": 0, "ticks": "", "title": { "font": { "size": 0, "color": "", "family": "" }, "text": "" }, "anchor": "x", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": false, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "linear", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "#000", "tickwidth": 1, "overlaying": false, "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true }, "bargap": 0.2, "boxgap": 0.3, "height": 450, "legend": { "x": 0.98, "y": 0.98, "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "rgba(255, 255, 255, 0)", "xanchor": "auto", "yanchor": "auto", "traceorder": "normal", "bordercolor": "rgba(0, 0, 0, 0)", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 100, "pad": 0, "autoexpand": true }, "barmode": "stack", "boxmode": "overlay", "autosize": false, "dragmode": "zoom", "hovermode": "x", "separators": ".,", "showlegend": true, "annotations": [ { "x": 4.2, "y": 29, "ax": 419, "ay": 131, "tag": "", "font": { "size": 0, "color": "", "family": "" }, "text": "PEW RESEARCH CENTER", "xref": "x", "yref": "y", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "textangle": 0, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 } ], "bargroupgap": 0, "boxgroupgap": 0.3, "hidesources": false, "plot_bgcolor": "#fff", "paper_bgcolor": "#fff" } }, "height": 450, "width": 700, "user": { "profile_url": "https://chart-studio.plotly.com/~a2371", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-07 06:21:08", "mapbox_access_tokens": null, "has_password": null, "username": "a2371", "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-12T08:11:47.772079Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jdm2738/3.embed", "fid": "jdm2738:3", "filename": "backup1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jdm2738/3/9_02WYIS0162ISXDTUXUBVN6Y6WFAYD2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jdm2738/3/2_6LJR6YDYORLQQUWAJCVKXXBQCCNMVG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jdm2738/3/8_DBMI4UPKOHP9Y3NUY3XEMOUYHV9M4P.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jdm2738/3/9_02WYIS0162ISXDTUXUBVN6Y6WFAYD2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jdm2738:3", "plots": "https://api.plotly.com/v2/plots/jdm2738:3", "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/3/", "world_readable": true, "date_modified": "2025-08-21T08:33:40.520Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jdm2738/3/", "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": "Levels", "marker": { "color": "Ref_H" } } }, "mode": "markers+lines+text", "name": "Reference", "type": "scatter3d", "xsrc": "jdm2738:8:920a46", "ysrc": "jdm2738:8:f099d2", "zsrc": "jdm2738:8:fecf26", "scene": "scene", "marker": { "line": { "color": "transparent" }, "meta": { "columnNames": { "color": "Ref_H" } }, "size": 4, "color": "rgb(191, 58, 42)", "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:8:3b9d2f", "hoverinfo": "x+y+z+text+name", "hoverlabel": { "align": "left", "namelength": 15 }, "hovertemplate": "", "autocolorscale": false }, { "meta": { "columnNames": { "x": "CupNo2_H", "y": "CupNo2_S", "z": "CupNo2_V" } }, "mode": "markers+lines", "name": "CupNo2a", "type": "scatter3d", "xsrc": "jdm2738:8:7327fa", "ysrc": "jdm2738:8:131858", "zsrc": "jdm2738:8:0ab692", "marker": { "line": { "color": "transparent" }, "size": 3, "color": "rgba(12,75,142,1)", "fillcolor": "rgba(12,75,142,0.5)" } }, { "meta": { "columnNames": { "x": "CupNo2b_H", "y": "CupNo2b_S", "z": "CupNo2_V", "text": "Levels" } }, "mode": "markers+lines", "name": "CupNo2b", "type": "scatter3d", "xsrc": "jdm2738:8:fc3f69", "ysrc": "jdm2738:8:f67133", "zsrc": "jdm2738:8:0ab692", "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:8:3b9d2f", "hoverinfo": "x+y+z+text+name", "hoverlabel": { "align": "left", "namelength": 22 }, "showlegend": true, "hovertemplate": "" }, { "meta": { "columnNames": { "x": "CupNo1_H", "y": "CupNo1_S", "z": "CupNo1_V" } }, "mode": "markers+lines", "name": "CupNo1", "type": "scatter3d", "xsrc": "jdm2738:8:36429f", "ysrc": "jdm2738:8:d6f232", "zsrc": "jdm2738:8:4cc1eb", "marker": { "size": 3, "color": "rgb(222, 226, 50)" } }, { "meta": { "columnNames": { "x": "Calcup3_H", "y": "Calcup3_S", "z": "Calcup3_V" } }, "mode": "markers+lines", "name": "Calcup3", "type": "scatter3d", "xsrc": "jdm2738:8:91dfd9", "ysrc": "jdm2738:8:2014b0", "zsrc": "jdm2738:8:b470d9", "marker": { "size": 3 } }, { "meta": { "columnNames": { "x": "Calcup3b_H", "y": "Calcup3b_S", "z": "Calcup3b_V" } }, "mode": "markers+lines", "name": "Calcup3b", "type": "scatter3d", "xsrc": "jdm2738:8:c1cd02", "ysrc": "jdm2738:8:7d3ed7", "zsrc": "jdm2738:8:266d6f", "marker": { "size": 3 } }, { "meta": { "columnNames": { "x": "CupNo1b_H", "y": "CupNo1b_S", "z": "CupNo1b_V" } }, "mode": "markers+lines", "name": "CupNo1b", "type": "scatter3d", "xsrc": "jdm2738:8:fba0e6", "ysrc": "jdm2738:8:5e83a1", "zsrc": "jdm2738:8:c4fdcb", "marker": { "size": 3 } }, { "meta": { "columnNames": { "x": "Calcup3c_H", "y": "Calcup3c_S", "z": "Calcup3c_V" } }, "mode": "markers+lines", "name": "Calcup3c", "type": "scatter3d", "xsrc": "jdm2738:8:014b9c", "ysrc": "jdm2738:8:bdb533", "zsrc": "jdm2738:8:2bac83", "marker": { "size": 3 } }, { "meta": { "columnNames": { "x": "Y", "y": "Z", "z": "AA" } }, "mode": "markers", "name": "VEML160_Led96", "type": "scatter3d", "xsrc": "jdm2738:8:39c837", "ysrc": "jdm2738:8:f7d52f", "zsrc": "jdm2738:8:1ada53", "marker": { "size": 3 } }, { "meta": { "columnNames": { "x": "AC", "y": "AD", "z": "AE" } }, "mode": "markers", "type": "scatter3d", "xsrc": "jdm2738:8:b45acc", "ysrc": "jdm2738:8:d873b6", "zsrc": "jdm2738:8:dfd34a", "marker": { "size": 3 } }, { "meta": { "columnNames": { "x": "AG", "y": "AH", "z": "AI" } }, "mode": "markers", "type": "scatter3d", "xsrc": "jdm2738:8:37eae1", "ysrc": "jdm2738:8:7890aa", "zsrc": "jdm2738:8:bad7bc", "marker": { "size": 3 } }, { "meta": { "columnNames": { "x": "AO", "y": "AP", "z": "AQ" } }, "mode": "markers", "type": "scatter3d", "xsrc": "jdm2738:8:45af46", "ysrc": "jdm2738:8:a70e55", "zsrc": "jdm2738:8:586479", "marker": { "size": 3 } }, { "meta": { "columnNames": { "x": "AS", "y": "AT", "z": "AU" } }, "mode": "markers", "type": "scatter3d", "xsrc": "jdm2738:8:78926c", "ysrc": "jdm2738:8:402216", "zsrc": "jdm2738:8:62444c", "marker": { "size": 3 } }, { "meta": { "columnNames": { "x": "AW", "y": "AX", "z": "AY" } }, "mode": "markers", "type": "scatter3d", "xsrc": "jdm2738:8:bf4acd", "ysrc": "jdm2738:8:cb18a3", "zsrc": "jdm2738:8:db4ee4", "marker": { "size": 3, "color": "rgb(198, 101, 102)" } } ], "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": -0.3982146947343143, "y": -1.024168857402705, "z": 0.769627189606781 }, "center": { "x": 0.01341619753625415, "y": 0.02655423731998356, "z": -0.07151453710900285 }, "projection": { "type": "perspective" } }, "hovermode": "closest", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "HSV(SVWx100) - 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": "