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=cD0yMDI1LTA2LTI2KzE5JTNBNTIlM0EyMC43NTM3NTklMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI2KzE4JTNBMjclM0EyMS4xMzE0NDMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yNisxOSUzQTQ5JTNBMTMuODY4MjA3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-26T19:49:13.868207Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~benjaleivas/7.embed", "fid": "benjaleivas:7", "filename": "figure_3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/7/9_P0NGK5OIVBKZLNF3C4KRPZ666G9IXP.png", "image_urls": { "default": "https://api.plotly.com/v2/files/benjaleivas:7/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/7/8_HRVTKNM7FCXH13CMQTKIKQZQXKGEX5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/7/9_P0NGK5OIVBKZLNF3C4KRPZ666G9IXP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/benjaleivas:7", "plots": "https://api.plotly.com/v2/plots/benjaleivas:7", "parent": "https://api.plotly.com/v2/folders/home?user=benjaleivas" }, "owner": "benjaleivas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~benjaleivas/7/", "world_readable": true, "date_modified": "2025-06-26T19:49:13.879Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~benjaleivas/7/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "tozeroy", "line": { "color": "#005e6d", "shape": "hv", "width": 2 }, "mode": "lines", "name": "Return Rate", "type": "scatter", "xsrc": "benjaleivas:6:5a50c1", "ysrc": "benjaleivas:6:c9e25b", "fillcolor": "#009ab4", "showlegend": false, "hovertemplatesrc": "benjaleivas:6:3effb4" }, { "mode": "markers", "name": "Data Points", "type": "scatter", "xsrc": "benjaleivas:6:058b88", "ysrc": "benjaleivas:6:dc3ffb", "marker": { "size": 6, "color": "#005e6d", "opacity": 0.8 }, "showlegend": false, "hovertemplatesrc": "benjaleivas:6:32d43a" } ], "layout": { "title": { "x": 0.04, "y": 0.95, "font": { "size": 16, "family": "Arial Black" }, "text": "", "xanchor": "left", "yanchor": "top" }, "width": 900, "xaxis": { "range": [ -0.5, 50.5 ], "title": { "text": "Minimum Return Days" }, "showgrid": false, "tickvals": [ 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50 ] }, "yaxis": { "range": [ 0, 1.1 ], "title": { "text": "" }, "showgrid": false, "ticktext": [ "0%", "10%", "20%", "30%", "40%", "50%", "60%", "70%", "80%", "90%", "100%" ], "tickvals": [ 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 ] }, "height": 500, "margin": { "b": 60, "l": 60, "r": 60, "t": 40 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "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": "closest", "plot_bgcolor": "white" } }, "height": 500, "width": 900, "user": { "profile_url": "https://chart-studio.plotly.com/~benjaleivas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "Data Scientist", "nickname": "Benjamin Leiva", "website": "https://github.com/benjaleivas", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-26 18:59:03", "mapbox_access_tokens": null, "has_password": null, "username": "benjaleivas", "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-06-26T19:49:10.692317Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~benjaleivas/5.embed", "fid": "benjaleivas:5", "filename": "figure_2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/5/9_ZMGJ9RV5B4FWE6WSYDIKM5ZFG7U6ID.png", "image_urls": { "default": "https://api.plotly.com/v2/files/benjaleivas:5/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/5/8_FXGGX0U0B1Y8OBND3Q6ISZIYHNPVAU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/5/9_ZMGJ9RV5B4FWE6WSYDIKM5ZFG7U6ID.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/benjaleivas:5", "plots": "https://api.plotly.com/v2/plots/benjaleivas:5", "parent": "https://api.plotly.com/v2/folders/home?user=benjaleivas" }, "owner": "benjaleivas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~benjaleivas/5/", "world_readable": true, "date_modified": "2025-06-26T19:49:10.703Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~benjaleivas/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Teachers", "type": "bar", "xsrc": "benjaleivas:4:083a4c", "ysrc": "benjaleivas:4:a0ff3d", "marker": { "line": { "color": "white", "width": 2 }, "colorsrc": "benjaleivas:4:540508" }, "showlegend": false, "customdatasrc": "benjaleivas:4:d612a6", "hovertemplate": "%{customdata}<extra></extra>" } ], "layout": { "font": { "size": 14, "color": "#2C3E50", "family": "Arial" }, "title": { "x": 0.05, "font": { "size": 20, "color": "#2C3E50", "family": "Arial" }, "text": "", "xanchor": "left" }, "width": 1000, "xaxis": { "ticks": "outside", "title": { "text": "" }, "ticklen": 5, "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "#2C3E50" }, "linecolor": "#BDC3C7", "linewidth": 1, "tickangle": 0, "tickcolor": "#2C3E50", "tickwidth": 1 }, "yaxis": { "range": [ 0, 5000 ], "title": { "text": "" }, "showgrid": true, "showline": true, "tickfont": { "size": 14, "color": "#2C3E50" }, "gridcolor": "lightgray", "gridwidth": 1, "linecolor": "#BDC3C7", "linewidth": 1 }, "height": 600, "margin": { "b": 80, "l": 80, "r": 50, "t": 60 }, "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": "closest", "plot_bgcolor": "white", "paper_bgcolor": "white" } }, "height": 600, "width": 1000, "user": { "profile_url": "https://chart-studio.plotly.com/~benjaleivas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "Data Scientist", "nickname": "Benjamin Leiva", "website": "https://github.com/benjaleivas", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-26 18:59:03", "mapbox_access_tokens": null, "has_password": null, "username": "benjaleivas", "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-06-26T19:46:37.903681Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~benjaleivas/2.embed", "fid": "benjaleivas:2", "filename": "figure_1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/2/9_FAPHHRB5KENHP79G036J6F92JOEM5H.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/2/2_ESKF8M6AT19XHQAYFAFJ54I43DCBYL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/2/8_X8JUU69BRZAKQP44OJHO0F0IWK7YEF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/benjaleivas/2/9_FAPHHRB5KENHP79G036J6F92JOEM5H.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/benjaleivas:2", "plots": "https://api.plotly.com/v2/plots/benjaleivas:2", "parent": "https://api.plotly.com/v2/folders/home?user=benjaleivas" }, "owner": "benjaleivas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 18, "web_url": "https://chart-studio.plotly.com/~benjaleivas/2/", "world_readable": true, "date_modified": "2025-06-26T19:49:06.777Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~benjaleivas/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "New Teachers", "type": "bar", "xsrc": "benjaleivas:3:d3b945", "ysrc": "benjaleivas:3:5ed766", "marker": { "line": { "width": 1.2, "colorsrc": "benjaleivas:3:404ef2" }, "pattern": { "size": 7, "fgcolor": "#003366", "shapesrc": "benjaleivas:3:2a5006" }, "colorsrc": "benjaleivas:3:9ed4d4" }, "showlegend": false, "customdatasrc": "benjaleivas:3:450dcc", "hovertemplate": "%{customdata}<extra></extra>" }, { "name": "Sampled weeks", "type": "bar", "xsrc": "benjaleivas:3:7ee20b", "ysrc": "benjaleivas:3:acef3f", "marker": { "line": { "color": "#8c1515", "width": 1.2 }, "color": "#8c1515" }, "showlegend": true } ], "layout": { "font": { "size": 14, "color": "black", "family": "Arial" }, "title": { "x": 0.05, "font": { "size": 20, "color": "black" }, "text": "", "xanchor": "left" }, "width": 1000, "xaxis": { "ticks": "outside", "title": { "text": "Starting Week" }, "ticklen": 5, "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "black" }, "ticktext": [ "Oct-23", "Jan-24", "Mar-24", "Jun-24", "Aug-24", "Nov-24" ], "tickvals": [ 2, 15, 24, 37, 46, 59 ], "linecolor": "black", "linewidth": 1, "tickangle": 0, "tickcolor": "black", "tickwidth": 1 }, "yaxis": { "dtick": 1000, "range": [ 0, 8000 ], "showgrid": true, "showline": true, "tickfont": { "size": 14, "color": "black" }, "tickmode": "linear", "gridcolor": "lightgray", "gridwidth": 0.5, "linecolor": "black", "linewidth": 1 }, "height": 600, "legend": { "x": 1.02, "y": 1.02, "xanchor": "left", "yanchor": "top", "orientation": "v" }, "margin": { "b": 60, "l": 60, "r": 150, "t": 80 }, "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": "closest", "showlegend": true, "plot_bgcolor": "white", "paper_bgcolor": "white" } }, "height": 600, "width": 1000, "user": { "profile_url": "https://chart-studio.plotly.com/~benjaleivas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "Data Scientist", "nickname": "Benjamin Leiva", "website": "https://github.com/benjaleivas", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-26 18:59:03", "mapbox_access_tokens": null, "has_password": null, "username": "benjaleivas", "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-06-26T19:38:08.414145Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~SimonReif/1.embed", "fid": "SimonReif:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/SimonReif/1/9_PJ7NJ9MARYMJFB6J3V2VOIG26OIRSI.png", "image_urls": { "default": "https://api.plotly.com/v2/files/SimonReif:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SimonReif/1/8_5X5OPOH3KSG37XBVVOAJ4SLG79OSOS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SimonReif/1/9_PJ7NJ9MARYMJFB6J3V2VOIG26OIRSI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/SimonReif:1", "plots": "https://api.plotly.com/v2/plots/SimonReif:1", "parent": "https://api.plotly.com/v2/folders/home?user=SimonReif" }, "owner": "SimonReif", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~SimonReif/1/", "world_readable": true, "date_modified": "2025-06-26T19:44:47.707Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~SimonReif/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "training_data.cee_us_freeplay.max_episodes", "y": "eval/Flip_success_rate" } }, "mode": "lines", "name": "Flip", "type": "scatter", "xsrc": "SimonReif:0:85ed21", "ysrc": "SimonReif:0:f84f13" }, { "meta": { "columnNames": { "x": "training_data.cee_us_freeplay.max_episodes", "y": "eval/Throw_success_rate" } }, "mode": "lines", "name": "Throw", "type": "scatter", "xsrc": "SimonReif:0:85ed21", "ysrc": "SimonReif:0:8f1633", "stackgroup": null }, { "meta": { "columnNames": { "x": "training_data.cee_us_freeplay.max_episodes", "y": "eval/PickAndPlace_success_rate" } }, "mode": "lines", "name": "Pick and Place", "type": "scatter", "xsrc": "SimonReif:0:85ed21", "ysrc": "SimonReif:0:32f194", "stackgroup": null }, { "meta": { "columnNames": { "x": "training_data.cee_us_freeplay.max_episodes", "y": "eval/Reach_success_rate" } }, "mode": "lines", "name": "Reach", "type": "scatter", "xsrc": "SimonReif:0:85ed21", "ysrc": "SimonReif:0:759efe", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "FreePlay Data Size Z Dim Size 100" }, "xaxis": { "type": "linear", "range": [ 0, 4520 ], "title": { "font": { "size": 15 }, "text": "<b>number of episodes</b>" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.03500000023593505, 0.8650000000124176 ], "title": { "text": "<b>success rate</b>" }, "autorange": true }, "legend": { "font": { "size": 15 } }, "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/~SimonReif", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/47.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-06-26 19:31:30", "mapbox_access_tokens": null, "has_password": null, "username": "SimonReif", "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-06-26T19:21:01.025461Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rpsarnacki/9.embed", "fid": "rpsarnacki:9", "filename": "pca_3d_hof_clusters2", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/rpsarnacki:9/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/rpsarnacki:9/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/rpsarnacki:9/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/rpsarnacki:9/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rpsarnacki:9", "plots": "https://api.plotly.com/v2/plots/rpsarnacki:9", "parent": "https://api.plotly.com/v2/folders/home?user=rpsarnacki" }, "owner": "rpsarnacki", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~rpsarnacki/9/", "world_readable": true, "date_modified": "2025-07-08T20:23:33.571Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rpsarnacki/9/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(255,0,0,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:12:e2b5c2", "ysrc": "rpsarnacki:12:ec9979", "frame": null, "marker": { "line": { "color": "rgba(255,0,0,1)" }, "color": "rgba(255,0,0,1)", "symbol": "circle", "opacity": 0.6, "sizesrc": "rpsarnacki:12:89f564", "sizemode": "diameter" }, "error_x": { "color": "rgba(255,0,0,1)", "width": [] }, "error_y": { "color": "rgba(255,0,0,1)", "width": [] }, "textsrc": "rpsarnacki:12:70051f", "textfont": { "color": "rgba(255,0,0,1)", "sizesrc": "rpsarnacki:12:6b5de4" }, "hoverinfosrc": "rpsarnacki:12:846bf0" }, { "line": { "color": "rgba(173,0,175,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:12:90dd91", "ysrc": "rpsarnacki:12:dc8efa", "frame": null, "marker": { "line": { "color": "rgba(173,0,175,1)" }, "color": "rgba(173,0,175,1)", "symbol": "circle", "opacity": 0.6, "sizesrc": "rpsarnacki:12:d77f58", "sizemode": "diameter" }, "error_x": { "color": "rgba(173,0,175,1)", "width": [] }, "error_y": { "color": "rgba(173,0,175,1)", "width": [] }, "textsrc": "rpsarnacki:12:7751aa", "textfont": { "color": "rgba(173,0,175,1)", "sizesrc": "rpsarnacki:12:e99eaf" }, "hoverinfosrc": "rpsarnacki:12:6a4e36" }, { "line": { "color": "rgba(118,110,197,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:12:fde54a", "ysrc": "rpsarnacki:12:b89bf7", "frame": null, "marker": { "line": { "color": "rgba(118,110,197,1)" }, "color": "rgba(118,110,197,1)", "symbol": "circle", "opacity": 0.6, "sizesrc": "rpsarnacki:12:b6dd76", "sizemode": "diameter" }, "error_x": { "color": "rgba(118,110,197,1)", "width": [] }, "error_y": { "color": "rgba(118,110,197,1)", "width": [] }, "textsrc": "rpsarnacki:12:9c7a8f", "textfont": { "color": "rgba(118,110,197,1)", "sizesrc": "rpsarnacki:12:c15b75" }, "hoverinfosrc": "rpsarnacki:12:c0bffe" }, { "line": { "color": "rgba(0,255,0,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:12:a8c011", "ysrc": "rpsarnacki:12:eec161", "frame": null, "marker": { "line": { "color": "rgba(0,255,0,1)" }, "color": "rgba(0,255,0,1)", "symbol": "circle", "opacity": 0.6, "sizesrc": "rpsarnacki:12:8fb7ad", "sizemode": "diameter" }, "error_x": { "color": "rgba(0,255,0,1)", "width": [] }, "error_y": { "color": "rgba(0,255,0,1)", "width": [] }, "textsrc": "rpsarnacki:12:f83fe2", "textfont": { "color": "rgba(0,255,0,1)", "sizesrc": "rpsarnacki:12:95ed14" }, "hoverinfosrc": "rpsarnacki:12:36d0c7" }, { "line": { "color": "rgba(255,0,0,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:12:32a345", "ysrc": "rpsarnacki:12:565637", "frame": null, "marker": { "line": { "color": "rgba(255,0,0,1)" }, "color": "rgba(255,0,0,1)", "symbol": "diamond", "opacity": 0.9, "sizesrc": "rpsarnacki:12:5d4d41", "sizemode": "diameter" }, "error_x": { "color": "rgba(255,0,0,1)", "width": [] }, "error_y": { "color": "rgba(255,0,0,1)", "width": [] }, "textsrc": "rpsarnacki:12:28ef56", "textfont": { "color": "rgba(255,0,0,1)", "sizesrc": "rpsarnacki:12:8a4c7d" }, "hoverinfosrc": "rpsarnacki:12:e114f0" }, { "line": { "color": "rgba(173,0,175,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:12:ecd658", "ysrc": "rpsarnacki:12:7d43bd", "frame": null, "marker": { "line": { "color": "rgba(173,0,175,1)" }, "color": "rgba(173,0,175,1)", "symbol": "diamond", "opacity": 0.9, "sizesrc": "rpsarnacki:12:7413ff", "sizemode": "diameter" }, "error_x": { "color": "rgba(173,0,175,1)", "width": [] }, "error_y": { "color": "rgba(173,0,175,1)", "width": [] }, "textsrc": "rpsarnacki:12:ad1f6b", "textfont": { "color": "rgba(173,0,175,1)", "sizesrc": "rpsarnacki:12:ee7916" }, "hoverinfosrc": "rpsarnacki:12:d3eead" }, { "line": { "color": "rgba(118,110,197,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:12:2e717b", "ysrc": "rpsarnacki:12:1c1f73", "frame": null, "marker": { "line": { "color": "rgba(118,110,197,1)" }, "color": "rgba(118,110,197,1)", "symbol": "diamond", "opacity": 0.9, "sizesrc": "rpsarnacki:12:a3e2bc", "sizemode": "diameter" }, "error_x": { "color": "rgba(118,110,197,1)", "width": [] }, "error_y": { "color": "rgba(118,110,197,1)", "width": [] }, "textsrc": "rpsarnacki:12:2ea415", "textfont": { "color": "rgba(118,110,197,1)", "sizesrc": "rpsarnacki:12:1371ab" }, "hoverinfosrc": "rpsarnacki:12:421f29" }, { "line": { "color": "rgba(0,255,0,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:12:b5ae88", "ysrc": "rpsarnacki:12:8f50bd", "frame": null, "marker": { "line": { "color": "rgba(0,255,0,1)" }, "color": "rgba(0,255,0,1)", "symbol": "diamond", "opacity": 0.9, "sizesrc": "rpsarnacki:12:f57b2a", "sizemode": "diameter" }, "error_x": { "color": "rgba(0,255,0,1)", "width": [] }, "error_y": { "color": "rgba(0,255,0,1)", "width": [] }, "textsrc": "rpsarnacki:12:305b34", "textfont": { "color": "rgba(0,255,0,1)", "sizesrc": "rpsarnacki:12:5c2ba3" }, "hoverinfosrc": "rpsarnacki:12:e7aad8" } ], "layout": { "scene": { "xaxis": { "title": "PC1" }, "yaxis": { "title": "PC2" }, "zaxis": { "title": "PC3" } }, "title": { "font": { "size": 22 }, "text": "3D PCA of Batting Stats (HOF Highlighted)" }, "legend": { "x": 0.3, "y": 1.05, "title": { "text": "Legend" }, "orientation": "h" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rpsarnacki", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-09 19:49:39", "mapbox_access_tokens": null, "has_password": null, "username": "rpsarnacki", "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-06-26T19:09:17.711878Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rpsarnacki/7.embed", "fid": "rpsarnacki:7", "filename": "pca_3d_hof_clusters", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/rpsarnacki:7/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/rpsarnacki:7/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rpsarnacki/7/8_0KCB4IKD356J1942V4SOUXMIFX0DH1.png", "list-thumb": "https://api.plotly.com/v2/files/rpsarnacki:7/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rpsarnacki:7", "plots": "https://api.plotly.com/v2/plots/rpsarnacki:7", "parent": "https://api.plotly.com/v2/folders/home?user=rpsarnacki" }, "owner": "rpsarnacki", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~rpsarnacki/7/", "world_readable": true, "date_modified": "2025-06-26T19:18:47.054Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rpsarnacki/7/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(255,0,0,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:6:ec00b6", "ysrc": "rpsarnacki:6:d6c5c8", "zsrc": "rpsarnacki:6:ae83be", "frame": null, "marker": { "line": { "color": "rgba(255,0,0,1)" }, "color": "rgba(255,0,0,1)", "symbol": "circle", "opacity": 0.6, "sizesrc": "rpsarnacki:6:496f05", "sizemode": "diameter" }, "error_x": { "color": "rgba(255,0,0,1)", "width": [] }, "error_y": { "color": "rgba(255,0,0,1)", "width": [] }, "textsrc": "rpsarnacki:6:631100", "textfont": { "color": "rgba(255,0,0,1)", "sizesrc": "rpsarnacki:6:71c056" }, "hoverinfosrc": "rpsarnacki:6:e44450" }, { "line": { "color": "rgba(173,0,175,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:6:c5dfb1", "ysrc": "rpsarnacki:6:6e1c1b", "zsrc": "rpsarnacki:6:6fea5f", "frame": null, "marker": { "line": { "color": "rgba(173,0,175,1)" }, "color": "rgba(173,0,175,1)", "symbol": "circle", "opacity": 0.6, "sizesrc": "rpsarnacki:6:35a670", "sizemode": "diameter" }, "error_x": { "color": "rgba(173,0,175,1)", "width": [] }, "error_y": { "color": "rgba(173,0,175,1)", "width": [] }, "textsrc": "rpsarnacki:6:4a9f9a", "textfont": { "color": "rgba(173,0,175,1)", "sizesrc": "rpsarnacki:6:44bf91" }, "hoverinfosrc": "rpsarnacki:6:986f4e" }, { "line": { "color": "rgba(118,110,197,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:6:d09692", "ysrc": "rpsarnacki:6:afa2f1", "zsrc": "rpsarnacki:6:bc07d8", "frame": null, "marker": { "line": { "color": "rgba(118,110,197,1)" }, "color": "rgba(118,110,197,1)", "symbol": "circle", "opacity": 0.6, "sizesrc": "rpsarnacki:6:dd606e", "sizemode": "diameter" }, "error_x": { "color": "rgba(118,110,197,1)", "width": [] }, "error_y": { "color": "rgba(118,110,197,1)", "width": [] }, "textsrc": "rpsarnacki:6:6a6553", "textfont": { "color": "rgba(118,110,197,1)", "sizesrc": "rpsarnacki:6:55ab5c" }, "hoverinfosrc": "rpsarnacki:6:0a9f05" }, { "line": { "color": "rgba(0,255,0,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:6:ecc047", "ysrc": "rpsarnacki:6:4efe19", "zsrc": "rpsarnacki:6:2bb6c3", "frame": null, "marker": { "line": { "color": "rgba(0,255,0,1)" }, "color": "rgba(0,255,0,1)", "symbol": "circle", "opacity": 0.6, "sizesrc": "rpsarnacki:6:aa9323", "sizemode": "diameter" }, "error_x": { "color": "rgba(0,255,0,1)", "width": [] }, "error_y": { "color": "rgba(0,255,0,1)", "width": [] }, "textsrc": "rpsarnacki:6:590981", "textfont": { "color": "rgba(0,255,0,1)", "sizesrc": "rpsarnacki:6:802632" }, "hoverinfosrc": "rpsarnacki:6:dfd3f0" }, { "line": { "color": "rgba(255,0,0,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:6:1aa3cb", "ysrc": "rpsarnacki:6:e5add7", "zsrc": "rpsarnacki:6:e200aa", "frame": null, "marker": { "line": { "color": "rgba(255,0,0,1)" }, "color": "rgba(255,0,0,1)", "symbol": "diamond", "opacity": 0.9, "sizesrc": "rpsarnacki:6:841d4e", "sizemode": "diameter" }, "error_x": { "color": "rgba(255,0,0,1)", "width": [] }, "error_y": { "color": "rgba(255,0,0,1)", "width": [] }, "textsrc": "rpsarnacki:6:0fb199", "textfont": { "color": "rgba(255,0,0,1)", "sizesrc": "rpsarnacki:6:fc083d" }, "hoverinfosrc": "rpsarnacki:6:de92de" }, { "line": { "color": "rgba(173,0,175,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:6:118aed", "ysrc": "rpsarnacki:6:738145", "zsrc": "rpsarnacki:6:58771b", "frame": null, "marker": { "line": { "color": "rgba(173,0,175,1)" }, "color": "rgba(173,0,175,1)", "symbol": "diamond", "opacity": 0.9, "sizesrc": "rpsarnacki:6:cfe71e", "sizemode": "diameter" }, "error_x": { "color": "rgba(173,0,175,1)", "width": [] }, "error_y": { "color": "rgba(173,0,175,1)", "width": [] }, "textsrc": "rpsarnacki:6:af7bfb", "textfont": { "color": "rgba(173,0,175,1)", "sizesrc": "rpsarnacki:6:82b49d" }, "hoverinfosrc": "rpsarnacki:6:15628b" }, { "line": { "color": "rgba(118,110,197,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:6:ddfb38", "ysrc": "rpsarnacki:6:a97b54", "zsrc": "rpsarnacki:6:f6013d", "frame": null, "marker": { "line": { "color": "rgba(118,110,197,1)" }, "color": "rgba(118,110,197,1)", "symbol": "diamond", "opacity": 0.9, "sizesrc": "rpsarnacki:6:cc2d5d", "sizemode": "diameter" }, "error_x": { "color": "rgba(118,110,197,1)", "width": [] }, "error_y": { "color": "rgba(118,110,197,1)", "width": [] }, "textsrc": "rpsarnacki:6:696cfd", "textfont": { "color": "rgba(118,110,197,1)", "sizesrc": "rpsarnacki:6:d633c5" }, "hoverinfosrc": "rpsarnacki:6:c0cab5" }, { "line": { "color": "rgba(0,255,0,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:6:e8de4e", "ysrc": "rpsarnacki:6:d1208d", "zsrc": "rpsarnacki:6:307df3", "frame": null, "marker": { "line": { "color": "rgba(0,255,0,1)" }, "color": "rgba(0,255,0,1)", "symbol": "diamond", "opacity": 0.9, "sizesrc": "rpsarnacki:6:1e5955", "sizemode": "diameter" }, "error_x": { "color": "rgba(0,255,0,1)", "width": [] }, "error_y": { "color": "rgba(0,255,0,1)", "width": [] }, "textsrc": "rpsarnacki:6:34bec9", "textfont": { "color": "rgba(0,255,0,1)", "sizesrc": "rpsarnacki:6:ac973d" }, "hoverinfosrc": "rpsarnacki:6:e30d61" } ], "layout": { "scene": { "xaxis": { "title": "PC1" }, "yaxis": { "title": "PC2" }, "zaxis": { "title": "PC3" } }, "title": { "font": { "size": 22 }, "text": "3D PCA of Batting Stats (HOF Highlighted)" }, "legend": { "x": 0.3, "y": 1.05, "title": { "text": "Legend" }, "orientation": "h" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rpsarnacki", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-09 19:49:39", "mapbox_access_tokens": null, "has_password": null, "username": "rpsarnacki", "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-06-26T18:45:48.542216Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sofia_msh/1.embed", "fid": "sofia_msh:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/sofia_msh:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/sofia_msh:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sofia_msh/1/8_J9MRRDWD6J5S9MEV1XA1VBQ86YYEQ3.png", "list-thumb": "https://api.plotly.com/v2/files/sofia_msh:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sofia_msh:1", "plots": "https://api.plotly.com/v2/plots/sofia_msh:1", "parent": "https://api.plotly.com/v2/folders/home?user=sofia_msh" }, "owner": "sofia_msh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~sofia_msh/1/", "world_readable": true, "date_modified": "2025-06-26T18:45:48.552Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sofia_msh/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "6422a8", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "meta": { "columnNames": { "x": "A", "y": "B", "error_x": { "array": "G" }, "error_y": { "array": "L" } } }, "mode": "markers", "name": "Coordinates", "type": "scatter", "xsrc": "sofia_msh:0:61b7aa", "ysrc": "sofia_msh:0:76eb7b", "marker": { "line": { "width": 0 }, "size": 3, "symbol": "x", "maxdisplayed": 0 }, "error_x": { "meta": { "columnNames": { "array": "G" } }, "type": "data", "color": "rgb(0, 0, 0)", "value": 3, "width": 4, "visible": true, "arraysrc": "sofia_msh:0:420c81", "symmetric": true, "thickness": 1, "valueminus": 10 }, "error_y": { "meta": { "columnNames": { "array": "L" } }, "type": "data", "value": 12, "visible": true, "arraysrc": "sofia_msh:0:1b78df", "symmetric": true, "thickness": 1 }, "stackgroup": null, "selectedpoints": [ 2, 2, 3, 3, 4, 4, 5, 5, 6, 6 ] }, { "uid": "d928b6", "line": { "color": "rgb(255, 0, 0)", "width": 3 }, "name": "Line of best fit", "transforms": [ { "rms": 0.009335033858688294, "type": "fit", "xmid": 25, "ymid": 1.375, "inputUid": "6422a8", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.00022314999074025716, "value": 0.0019714285714281256 }, { "hold": false, "name": "b", "error": 0.00675620148481249, "value": 1.325714285714297 } ], "regressand": "y", "correlation": 0.975319819981626, "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ], "selectedpoints": [] }, { "uid": "a2b05c", "line": { "dash": "solid", "width": 1 }, "meta": { "columnNames": { "x": "N", "y": "O" } }, "mode": "lines", "name": "Maximum WF", "type": "scatter", "xsrc": "sofia_msh:0:fa6070", "ysrc": "sofia_msh:0:c21394", "opacity": 1, "selectedpoints": [] }, { "uid": "15c0a8", "line": { "color": "rgb(17, 43, 255)", "width": 1 }, "meta": { "columnNames": { "x": "N", "y": "P" } }, "mode": "lines", "name": "Minimum WF", "type": "scatter", "xsrc": "sofia_msh:0:fa6070", "ysrc": "sofia_msh:0:a16cbf", "stackgroup": null, "selectedpoints": [] }, { "uid": "47d585", "transforms": [ { "rms": "", "type": "fit", "inputUid": "a2b05c", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0, "value": -0.0014 }, { "hold": false, "name": "b", "error": 0, "value": 1.405 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ], "selectedpoints": [] }, { "uid": "d90ab6", "transforms": [ { "rms": "", "type": "fit", "inputUid": "15c0a8", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0, "value": 0.005799999999999995 }, { "hold": false, "name": "b", "error": 0, "value": 1.235 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ], "selectedpoints": [] } ], "frames": [], "layout": { "title": { "text": "Refractive Index of Sugar Solution" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ -5.272237050054472, 115.29286168416048 ], "title": { "text": "Sugar Concentration (%)" }, "anchor": "y", "domain": [ 0, 1 ], "autorange": false, "showspikes": false }, "yaxis": { "side": "left", "type": "linear", "range": [ 0.988352849336456, 1.6327972937809 ], "title": { "text": "Refractive Index" }, "anchor": "x", "domain": [ 0, 1 ], "autorange": false, "showspikes": false }, "autosize": true, "dragmode": "select", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sofia_msh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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-06-26 18:43:41", "mapbox_access_tokens": null, "has_password": null, "username": "sofia_msh", "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-06-26T18:41:31.454919Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bovlb/3.embed", "fid": "bovlb:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/bovlb:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/bovlb:3/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bovlb/3/8_0DNMQGPYU2SX2AM3KFCS8EUBSHJYJQ.png", "list-thumb": "https://api.plotly.com/v2/files/bovlb:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bovlb:3", "plots": "https://api.plotly.com/v2/plots/bovlb:3", "parent": "https://api.plotly.com/v2/folders/home?user=bovlb" }, "owner": "bovlb", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~bovlb/3/", "world_readable": true, "date_modified": "2025-06-26T18:41:31.464Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bovlb/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "meta": { "columnNames": { "color": "color" } }, "colorsrc": "bovlb:2:d053a9", "colorscale": [ [ 0.33, "#f6490d" ], [ 0.66, "#000249" ], [ 0.99, "#1dced8" ] ] }, "type": "parcoords", "dimensions": [ { "label": "Grupos", "range": [ -0.5, 3 ], "values": [ 1, 3, 2, 3, 3, 1, 1, 2, 3, 1, 1, 3, 1, 1, 3, 1, 1, 2, 3, 2, 3, 2, 2, 3, 1, 2, 3, 1, 2, 2, 3, 3, 3, 3, 2, 1, 2, 3, 2, 1, 3, 1, 3, 1, 3, 1, 1, 2, 2, 2, 2, 1, 1, 1, 2, 3, 2, 1, 3, 1, 3, 3, 2, 3, 3, 2, 1, 2 ], "constraintrange": [ 0, 0.25 ] }, { "label": "Baseline", "range": [ 0, 1 ], "values": [ 0.26313838270913625, 0.08103488347096333, 0.1743135619101035, 0.5386053620421646, 0.14117740410373836, 0.31517647571697915, 0.7940948375032911, 0.39835282724388676, 0.2867120353341013, 0.8048294424013526, 0.947480995611142, 0.5311277019477804, 0.23652273472592178, 0.22742058503824258, 0.2436079725938427, 0.26457978557177486, 0.2772296896793347, 0.32507341008233714, 0.21607676115468766, 0.44292162918498323, 0.5738458272681771, 0.04990219576833588, 0.27958707061916577, 0.0883344133372248, 0.1997829308118353, 0.11813195898928275, 0.4598255750015069, 0.39256312590751896, 0.1563318923105511, 0.513433513664831, 0.36498356762743667, 0.35152570213502743, 0.0703803916014063, 0.48945954016817816, 0.2179663613080266, 0.32782710104681445, 0.49147331149175655, 0.06875388650671521, 0.2370265079508016, 0.3029292874509718, 0.3007562300162838, 0.4965260437931015, 0.4454204582790754, 0.1681818940611597, 0.5716753391344173, 0.4126740651041627, 0, 0.4656323610532219, 0.6068879178223711, 0.7763344276856555, 0.34468855345295624, 0.3627395343041574, 0.16360214568973175, 0.3144118755247507, 0.5929796126862731, 0.5871182872229624, 0.36426304778787744, 0.9999999999999999, 0.03253989992304107, 0.4446820259645904, 0.22481868669914895, 0.08804542857724451, 0.36506483745599494, 0.43400062654198146, 0.11892195980710296, 0.3114149991218069, 0.4329368546592397, 0.19193425590986513 ], "constraintrange": [ 0, 0.25 ] }, { "label": "3 MESES", "range": [ 0, 1 ], "values": [ 0.05945958358554981, 0.03249062793279012, 0.18658304788649316, 0.4691868440074207, 0.1896215465381903, 0.3275581581473811, 0.7643857265617777, 0.3735338122397005, 0.24315041390993253, 0.33216012530699, 0.6523702397977602, 0.40632269351260053, 0.006789645666738897, 0.9963629030244363, 0.35911680135795987, 0.33511640933176146, 0.40191650168984694, 0.33914653805180606, 0.4460656594959642, 0.5536333340801589, 0.6698520796866343, 0.15718137967172463, 0.18918278089169493, 0.6262625465969123, 0.14704518434115832, 0.25118557110768336, 0.2629335329649857, 0.3032829055677285, 0.16876913139911542, 0.5260112408641777, 0.37188494529849414, 0.27197807994720535, 0.18538716011011236, 0.3553094303682546, 0.19676493529902006, 0.2962668242691745, 0.3209908042449253, 0.018305390729161264, 1, 0.2376975211019965, 0.3421864478448089, 0.8912250991731621, 0.5182987492844058, 0.36551267879487737, 0.42299276955837684, 0.32403191177095103, 0.037422057226442984, 0.621656089597219, 0.8043766437027684, 0.6776114400784798, 0.3510912012513726, 0.5938969078030112, 0.30161235881050596, 0.4799321538877652, 0.9479731173872614, 0.23114026047149905, 0.4763738097815682, 0.6335615180697303, 0.14515069986098827, 0, 0.3786126479316756, 0.7483832035406308, 0.5346498690476023, 0.22351200476978383, 0.2415600487155709, 0.20942638251207624, 0.42311458295702775, 0.31666171236310636 ] }, { "label": "6 MESES", "range": [ 0, 1 ], "values": [ 0.24589785922404617, 0, 0.20932148284246666, 0.4068954928271704, 0.27963553941519215, 0.4375781925269787, 0.5474657951017706, 0.4050865234344323, 0.42680597693805467, 0.772038869921921, 0.4406654468558836, 0.7340042293430025, 0.7256773618848422, 0.3274881842001083, 0.49909468120120315, 0.34624898031590545, 0.33903123210817354, 0.7157836965380806, 0.2869026493360016, 0.459409708856499, 0.7036069929976823, 0.11045575315903888, 0.480397880207623, 0.8638043153156258, 0.4377050894944332, 0.21006694597743514, 0.3898622877731768, 0.4976382017384696, 0.30347130938721945, 0.5334608876925461, 0.36787691839971504, 0.4468145113484394, 0.23493965693961805, 0.5871741820809628, 0.7200781761525048, 0.39670380842054764, 0.9262619828245393, 0.2974181888740015, 0.02625531459750291, 0.18999602472471855, 0.5752921516650413, 0.7483600084374868, 0.49413325609716163, 0.28877706322087116, 0.3728873908118534, 0.4675267675697913, 0.38528036847482383, 0.4930019960257169, 0.7563389290332652, 0.6916010401649915, 0.2632125523398109, 0.4142314751453522, 0.5403473593703387, 0.36466761934952274, 1, 0.5259353180787002, 0.5366600906907834, 0.48972147282344836, 0.3506780973609541, 0.22949308734503715, 0.4066985022230255, 0.39547589817893103, 0.49444374804892377, 0.31614589131762805, 0.3566353935510699, 0.39622175935323367, 0.46104872682331643, 0.28553280167755646 ] }, { "label": "9 MESES", "range": [ 0, 1 ], "values": [ 0.4500715202564536, 0.33068478030792114, 0.35002165438729227, 0.5129183658061098, 0.37248769946914306, 0.6154976802745779, 0.43046758583610933, 0.3937256229471746, 0.5606986961876743, 0.632794508635897, 0.51898439414919, 0.7770409104644678, 0.8235756980092351, 0.8126225498641357, 0.5138325848570385, 0.5326019369677684, 0.4490393977099506, 0.8732081021683493, 0.4372108473513109, 0.7140781923117234, 0.8942854168886001, 0.20668205117771074, 0.6604431052589214, 0.5282125129995556, 0.35314297763468694, 0.47272892481088824, 0.3848736768381096, 0.3651648045674153, 0.9483540510523774, 0.6708728574960382, 0.3531311938918087, 0.7401771411975027, 0.35444325417255573, 0.6882774898669372, 0, 0.44485383107271026, 0.8858347971639631, 0.4361032785332726, 0.7440866348774798, 0.3581840791666415, 0.5236834529441612, 0.74116138158064, 0.7424566153651792, 0.4173116037285599, 0.541155431511718, 0.36625570894103343, 0.2931957162410138, 0.39321457117875547, 0.6439822800845052, 1, 0.48010311850617116, 0.7163033386469062, 0.500019991628936, 0.5745494100416466, 0.7103829419883109, 0.5700223391262513, 0.4825678480945186, 0.7948310381999001, 0.4092785475704561, 0.32778540061966466, 0.5593929748977621, 0.4724548700426088, 0.4807195716199819, 0.5180414381997109, 0.5245202457152719, 0.46687867763272384, 0.5692411386407347, 0.48007965668287444 ] }, { "label": "12 MESES", "range": [ 0, 1 ], "values": [ 0.23469408128059854, 0.03660180386344558, 0.5506254193017301, 0.45943368736005397, 0.21739646230572462, 0.43795513381284124, 0.49501199351625014, 0.144003650127295, 0.24591924808256171, 0.34189980074289117, 0.49325310734764927, 0.45091441947713984, 0.8543671370979219, 0.7941410856706891, 0.2957503419293832, 0.22366557587979496, 0.4839527193693999, 0.4366131861952346, 0.2593863068270269, 0.7894571464682659, 0.5379235699871695, 0.044782679511189916, 0.366359426855804, 0.5505379472959155, 0.13414498963564792, 0.19133439741936153, 0.12674736022400268, 0.4003922079361355, 0.637737707489653, 0.9796750418410337, 0.654016907970845, 0.5625088037486031, 0.07843190719919874, 0.4176088115431058, 0.3400619229501579, 0.2791859803515192, 0.25094597826058984, 0.2615238565455955, 0.7170772302694578, 0.05771079853065936, 0.7355066965506224, 0.4304773922391898, 0.37488007116916766, 0.21508644447603487, 0.5486382809051604, 0.015754778973094352, 0.09034803530059848, 0.4559968155638605, 0.6879521559905973, 0.8511211187139697, 0, 0.39856312148162976, 0.21280204033854877, 0.15334098885090564, 0.9999999999999999, 0.49629294330588547, 0.2653807318327759, 0.5213339506181357, 0.40906408020898455, 0.05333208753149321, 0.19599704340706237, 0.36026099507661924, 0.38014791240991075, 0.44426722099646987, 0.2783774124916868, 0.05989479374234519, 0.3349071686686915, 0.14907125533297982 ] } ] } ], "frames": [], "layout": { "font": { "size": 12, "color": "#000", "family": "relaway" }, "title": { "text": "Parallel Coordinates" }, "xaxis": { "mirror": "ticks", "showgrid": true, "tickfont": { "size": 9, "color": "black", "family": "relaway" }, "gridcolor": "#f2f2f2", "gridwidth": 0.2, "showexponent": "All", "exponentformat": "e", "showticklabels": true }, "yaxis": { "title": { "text": "ytitle" }, "mirror": "ticks", "showgrid": true, "tickfont": { "size": 12, "color": "black", "family": "relaway" }, "gridcolor": "#f2f2f2", "gridwidth": 0.2, "showticklabels": true }, "autosize": true, "showlegend": true, "plot_bgcolor": "rgba(245, 246, 249, 0.0)", "paper_bgcolor": "rgba(245, 246, 249, 0.0)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~bovlb", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-26 17:34:44", "mapbox_access_tokens": null, "has_password": null, "username": "bovlb", "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-06-26T18:28:24.036320Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Eefias/1.embed", "fid": "Eefias:1", "filename": "Saifee-Vector-Visualization", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Eefias:1/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Eefias/1/2_ONE7ZTV2R4G0YVYCBGS90W05QFA30L.png", "block-thumb": "https://api.plotly.com/v2/files/Eefias:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Eefias:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Eefias:1", "plots": "https://api.plotly.com/v2/plots/Eefias:1", "parent": "https://api.plotly.com/v2/folders/home?user=Eefias" }, "owner": "Eefias", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Eefias/1/", "world_readable": true, "date_modified": "2025-07-10T04:05:14.583Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Eefias/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Masculinity", "y": "Royalty", "z": "Feminity", "text": "Royalty", "marker": { "color": "Masculinity" }, "textposition": "Dimension" } }, "mode": "markers", "type": "scatter3d", "xsrc": "Eefias:0:22ffcb", "ysrc": "Eefias:0:972ba6", "zsrc": "Eefias:0:9df516", "marker": { "meta": { "columnNames": { "color": "Masculinity" } }, "size": 8, "color": "#636efa", "symbol": "circle" }, "textsrc": "Eefias:0:972ba6", "hoverinfo": "x+y+z+text", "texttemplate": "", "hovertemplate": " ", "textpositionsrc": "Eefias:0:6c8dc3" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "range": [ -1, 1 ], "title": { "font": { "size": 21, "color": "rgb(41, 105, 204)", "family": "Arial" }, "text": "<b>Royalty</b>" }, "showgrid": true, "zeroline": true, "autorange": true, "gridcolor": "rgb(255, 255, 255)", "zerolinecolor": "rgb(41, 105, 204)", "zerolinewidth": 2 }, "yaxis": { "type": "linear", "range": [ -1, 1 ], "title": { "font": { "size": 21, "color": "rgb(184, 32, 23)", "family": "Arial" }, "text": "<b>Masculinity</b>" }, "showline": false, "autorange": false, "linecolor": "rgb(41, 105, 204)", "linewidth": 2, "zerolinecolor": "rgb(184, 32, 23)", "zerolinewidth": 2 }, "zaxis": { "type": "linear", "range": [ -1, 1 ], "title": { "font": { "size": 21, "color": "rgb(177, 31, 186)", "family": "Arial" }, "text": "<b>Feminity</b>" }, "autorange": true, "zerolinecolor": "rgb(177, 31, 186)", "zerolinewidth": 2 }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 1.6501055703337126, "y": 1.6501055703337122, "z": 1.6501055703337126 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1.571430653452776, "y": 0.8065014464810543, "z": 0.7890411058871346 } }, "title": { "font": { "color": "#4D5663" }, "text": "<H1>Visualization of a vector space with 3 attributes" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "images": [ { "x": 0.5, "y": 0.5, "sizex": 0.1, "sizey": 0.1 } ], "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "shapes": [], "modebar": { "orientation": "h" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "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 }, "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": "#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 }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_GRAY" }, "showlegend": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Eefias", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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-06-26 17:26:43", "mapbox_access_tokens": null, "has_password": null, "username": "Eefias", "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-06-26T18:27:21.131443Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~laurencacc/1.embed", "fid": "laurencacc:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/laurencacc:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/laurencacc:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/laurencacc/1/8_PFIOCSC9FSCO95BDQE3EMVS5URYMW9.png", "list-thumb": "https://api.plotly.com/v2/files/laurencacc:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/laurencacc:1", "plots": "https://api.plotly.com/v2/plots/laurencacc:1", "parent": "https://api.plotly.com/v2/folders/home?user=laurencacc" }, "owner": "laurencacc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~laurencacc/1/", "world_readable": true, "date_modified": "2025-06-26T18:27:21.144Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~laurencacc/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "laurencacc:0:a0870a", "ysrc": "laurencacc:0:09fb20" } ], "frames": [], "layout": { "title": { "text": "Environment: Time vs. Raw ADC Values from Photodiode" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ 0.41, 10.23 ], "title": { "text": "Time (s)" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ 467.6666666666667, 514.3333333333334 ], "title": { "text": "Raw ADC Values" }, "autorange": true, "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/~laurencacc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.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-06-26 18:26:39", "mapbox_access_tokens": null, "has_password": null, "username": "laurencacc", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "