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=cj0xJnA9MjAyNS0wNy0xMSswMSUzQTMzJTNBMzYuNjQzOTQyJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA3LTExKzAyJTNBMTglM0ExOC4wNDM1NzclMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNy0xMSswNSUzQTE4JTNBMTAuNjYzNzM2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-11T05:18:10.663736Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ChJus/16.embed", "fid": "ChJus:16", "filename": "CIFAR-100-Parameter-Accuracy-Small", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ChJus/16/9_MAOEPCAC451AHRA4IOZGI0E12RKODV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ChJus/16/2_DSAALF1XVO3QKDU2T9COQLL6AKXGTK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ChJus/16/8_9Z5WBXSTF1YZUNH9SWDEP4I3R6EJX9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ChJus/16/9_MAOEPCAC451AHRA4IOZGI0E12RKODV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ChJus:16", "plots": "https://api.plotly.com/v2/plots/ChJus:16", "parent": "https://api.plotly.com/v2/folders/home?user=ChJus" }, "owner": "ChJus", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ChJus/16/", "world_readable": true, "date_modified": "2025-07-11T05:23:03.499Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ChJus/16/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "markers+lines", "name": "No fine-tuning", "type": "scatter", "xsrc": "ChJus:13:57bc75", "ysrc": "ChJus:13:54bda6", "marker": { "color": "rgb(237, 93, 107)" }, "visible": true, "showlegend": true }, { "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "markers+lines", "name": "Fine-tuned", "type": "scatter", "xsrc": "ChJus:13:57bc75", "ysrc": "ChJus:13:c6c511", "marker": { "color": "rgb(84, 134, 76)" }, "error_x": { "type": "percent", "color": "rgb(84, 134, 76)", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "rgb(84, 134, 76)", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "visible": true, "cliponaxis": true } ], "frames": [], "layout": { "font": { "color": "rgb(46, 46, 46)", "family": "Balto" }, "title": { "x": 0.5, "text": "<b>Model compression effect on test accuracy (CIFAR-100)</b>" }, "xaxis": { "range": [ -32874.290801186944, 657458.2908011869 ], "title": { "text": "Parameter count" }, "autorange": true, "showspikes": false, "tickformat": "", "exponentformat": "none", "separatethousands": false }, "yaxis": { "range": [ -0.20523335286076935, 112.26264401484084 ], "title": { "text": "Relative test accuracy (%)" }, "autorange": true, "showspikes": false }, "legend": { "x": 1, "y": 0.01, "font": { "color": "rgb(20, 20, 20)" }, "title": { "text": "<b>Small Model Performance</b>" }, "valign": "top", "xanchor": "right", "yanchor": "bottom", "traceorder": "reversed", "borderwidth": 0, "orientation": "v" }, "margin": { "b": 50, "l": 50, "r": 50, "t": 50, "pad": 0 }, "shapes": [ { "x0": 0, "x1": 50000, "y0": 0, "y1": 110, "line": { "color": "#444444", "width": 1 }, "type": "rect", "opacity": 0.12, "fillcolor": "#7f7f7f" } ], "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" }, "hovermode": "x", "showlegend": true, "annotations": [ { "x": 60000, "y": 2, "ax": -99, "ay": 105, "text": "More than number<br>of training examples", "align": "left", "xanchor": "left", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ChJus", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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-19 06:35:53", "mapbox_access_tokens": null, "has_password": null, "username": "ChJus", "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-07-11T05:18:02.683381Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ChJus/15.embed", "fid": "ChJus:15", "filename": "CIFAR-100-Parameter-Accuracy-Medium", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ChJus/15/9_82KJS8CMV87NAMPO32RMQVM44PEJ6V.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ChJus/15/2_TS8CBBMGRU1YBANY2T5OPQ3H9ORJIJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ChJus/15/8_NZHQHBS1JD2HVGZOU92VBDUZN8E7Z8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ChJus/15/9_82KJS8CMV87NAMPO32RMQVM44PEJ6V.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ChJus:15", "plots": "https://api.plotly.com/v2/plots/ChJus:15", "parent": "https://api.plotly.com/v2/folders/home?user=ChJus" }, "owner": "ChJus", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ChJus/15/", "world_readable": true, "date_modified": "2025-07-11T05:21:38.751Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ChJus/15/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "L", "y": "Q" } }, "mode": "markers+lines", "name": "No fine-tuning", "type": "scatter", "xsrc": "ChJus:13:ada5a7", "ysrc": "ChJus:13:b87662", "marker": { "color": "rgb(237, 93, 107)" }, "visible": true, "showlegend": true }, { "meta": { "columnNames": { "x": "L", "y": "R" } }, "mode": "markers+lines", "name": "Fine-tuned", "type": "scatter", "xsrc": "ChJus:13:ada5a7", "ysrc": "ChJus:13:97ed1e", "marker": { "color": "rgb(84, 134, 76)" }, "error_x": { "type": "percent", "color": "rgb(84, 134, 76)", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "rgb(84, 134, 76)", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "visible": true, "cliponaxis": true } ], "frames": [], "layout": { "font": { "color": "rgb(46, 46, 46)", "family": "Balto" }, "title": { "x": 0.5, "text": "<b>Model compression effect on test accuracy (CIFAR-100)</b>" }, "xaxis": { "range": [ -111168.6884272997, 2223280.6884272997 ], "title": { "text": "Parameter count" }, "autorange": true, "showspikes": false, "tickformat": "", "exponentformat": "none", "separatethousands": false }, "yaxis": { "range": [ -0.20736184338996289, 113.42692833430971 ], "title": { "text": "Relative test accuracy (%)" }, "autorange": true, "showspikes": false }, "legend": { "x": 1, "y": 0.01, "font": { "color": "rgb(20, 20, 20)" }, "title": { "text": "<b>Medium Model Performance</b>" }, "valign": "top", "xanchor": "right", "yanchor": "bottom", "traceorder": "reversed", "borderwidth": 0, "orientation": "v" }, "margin": { "b": 50, "l": 50, "r": 50, "t": 50, "pad": 0 }, "shapes": [ { "x0": 0, "x1": 50000, "y0": 0, "y1": 110, "line": { "color": "#444444", "width": 1 }, "type": "rect", "opacity": 0.12, "fillcolor": "#7f7f7f" } ], "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" }, "hovermode": "x", "showlegend": true, "annotations": [ { "x": 70000, "y": 2, "ax": -99, "ay": 105, "text": "More than number<br>of training examples", "align": "left", "xanchor": "left", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ChJus", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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-19 06:35:53", "mapbox_access_tokens": null, "has_password": null, "username": "ChJus", "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-07-11T05:14:36.233789Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Nekoryokan/1.embed", "fid": "Nekoryokan:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Nekoryokan/1/9_3P72ZGOI87PQVJMM35HIZY7I6MGZEN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Nekoryokan/1/2_L5DAA9XW8TW7WKQ3ZHRGQW1J19ZB09.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Nekoryokan/1/8_LSSMY96H0MM6606VIHGELUKB3M8T6Y.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Nekoryokan/1/9_3P72ZGOI87PQVJMM35HIZY7I6MGZEN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Nekoryokan:1", "plots": "https://api.plotly.com/v2/plots/Nekoryokan:1", "parent": "https://api.plotly.com/v2/folders/home?user=Nekoryokan" }, "owner": "Nekoryokan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Nekoryokan/1/", "world_readable": true, "date_modified": "2025-07-11T05:23:50.093Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Nekoryokan/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "HH", "y": "PACKING" } }, "type": "bar", "xsrc": "Nekoryokan:0:402d9f", "ysrc": "Nekoryokan:0:2cd450", "xaxis": "x", "orientation": "v" }, { "meta": { "columnNames": { "x": "HH", "y": "OUTBOUND" } }, "mode": "lines", "type": "scatter", "xsrc": "Nekoryokan:0:402d9f", "ysrc": "Nekoryokan:0:e5d5ba", "xaxis": "x", "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 16.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 54231.57894736842 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Nekoryokan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-11 05:05:42", "mapbox_access_tokens": null, "has_password": null, "username": "Nekoryokan", "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-07-11T05:12:36.572422Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~weluvashanti/33.embed", "fid": "weluvashanti:33", "filename": "ETH_whales_continuous_0711", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/33/9_YLMTXBI9QI84T3ISH3QW1DCZO063GP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/33/2_SMBU5B4L7VKHR1ZO2OMZIBOZYQMJLO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/33/8_Y7W35EKUCIYJ6OPIO8DGQQ8XX5M3TX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/33/9_YLMTXBI9QI84T3ISH3QW1DCZO063GP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/weluvashanti:33", "plots": "https://api.plotly.com/v2/plots/weluvashanti:33", "parent": "https://api.plotly.com/v2/folders/home?user=weluvashanti" }, "owner": "weluvashanti", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~weluvashanti/33/", "world_readable": true, "date_modified": "2025-07-11T10:02:16.513Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~weluvashanti/33/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "Main Plot", "type": "scatter3d", "xsrc": "weluvashanti:32:225a30", "ysrc": "weluvashanti:32:02735b", "zsrc": "weluvashanti:32:af85b1", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "sizesrc": "weluvashanti:32:ba7c05", "colorsrc": "weluvashanti:32:466a09", "sizemode": "area", "colorscale": [ "#BF382A", "grey", "green" ] }, "error_x": { "color": "rgba(31,119,180,1)", "width": [] }, "error_y": { "color": "rgba(31,119,180,1)", "width": [] }, "textfont": { "sizesrc": "weluvashanti:32:d1f602" } }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "markers", "name": "Latest Data Points", "type": "scatter3d", "xsrc": "weluvashanti:32:ec5534", "ysrc": "weluvashanti:32:688256", "zsrc": "weluvashanti:32:a351b0", "frame": null, "marker": { "line": { "color": "black", "width": 3 }, "sizes": [ 1, 1500 ], "sizesrc": "weluvashanti:32:1e12ec", "colorsrc": "weluvashanti:32:803655", "sizemode": "area", "colorscale": [ "black" ] }, "error_x": { "color": "rgba(255,127,14,1)", "width": [] }, "error_y": { "color": "rgba(255,127,14,1)", "width": [] }, "textfont": { "sizesrc": "weluvashanti:32:ca6de2" } } ], "layout": { "scene": { "xaxis": { "title": "净流入因子(Net Inflow)" }, "yaxis": { "title": "巨鲸收益率区间(Coin Price Range Return)" }, "zaxis": { "title": "巨鲸大单买卖强度(Whale Order Intensity)" } }, "title": "ETH主力资金对弈沙盘(周内)|Weekly Whale Money Gaming Sandbox ", "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 0.5, "y": 0.5, "font": { "size": 45, "color": "gray", "family": "Times New Roman" }, "text": "@Orderflow_dao", "xref": "paper", "yref": "paper", "opacity": 0.3, "showarrow": false, "textangle": 0 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~weluvashanti", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "TraderDao", "nickname": "TraderDao", "website": "https://discord.gg/spyKFaxcsp", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-08 01:37:03", "mapbox_access_tokens": null, "has_password": null, "username": "weluvashanti", "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-07-11T05:12:31.466287Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ChJus/14.embed", "fid": "ChJus:14", "filename": "CIFAR-100-CompressionSize-Accuracy-All", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ChJus/14/9_608T65KSA8XDS8CLN80BROISEEJH1K.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ChJus/14/2_O4LX3PQCJOBC8I5JO27GHFXP4D71F6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ChJus/14/8_LG1Q6MXCEE8962R7SEWMQSLTSYQWSA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ChJus/14/9_608T65KSA8XDS8CLN80BROISEEJH1K.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ChJus:14", "plots": "https://api.plotly.com/v2/plots/ChJus:14", "parent": "https://api.plotly.com/v2/folders/home?user=ChJus" }, "owner": "ChJus", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ChJus/14/", "world_readable": true, "date_modified": "2025-07-13T09:54:52.893Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ChJus/14/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "H", "y": "F" } }, "mode": "markers+lines", "name": "No fine-tuning (Small)", "type": "scatter", "xsrc": "ChJus:13:d998d3", "ysrc": "ChJus:13:54bda6", "marker": { "color": "rgb(237, 93, 107)" }, "visible": true, "showlegend": true }, { "meta": { "columnNames": { "x": "I", "y": "G" } }, "mode": "markers+lines", "name": "Fine-tuned (Small)", "type": "scatter", "xsrc": "ChJus:13:c2982c", "ysrc": "ChJus:13:c6c511", "xaxis": "x", "marker": { "color": "rgb(84, 134, 76)" }, "error_x": { "type": "percent", "color": "rgb(84, 134, 76)", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "rgb(84, 134, 76)", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "visible": true, "cliponaxis": true }, { "line": { "dash": "dash" }, "meta": { "columnNames": { "x": "S", "y": "Q" } }, "mode": "markers+lines", "name": "No fine-tuning (Medium)", "type": "scatter", "xsrc": "ChJus:13:f81d94", "ysrc": "ChJus:13:b87662", "marker": { "color": "rgb(237, 93, 107)", "symbol": "square-open" }, "visible": true, "stackgroup": null }, { "line": { "dash": "dash" }, "meta": { "columnNames": { "x": "T", "y": "R" } }, "mode": "markers+lines", "name": "Fine-tuned (Medium)", "type": "scatter", "xsrc": "ChJus:13:3f2a15", "ysrc": "ChJus:13:97ed1e", "marker": { "color": "rgb(84, 134, 76)", "symbol": "square-open" }, "visible": true, "stackgroup": null }, { "line": { "dash": "dashdot" }, "meta": { "columnNames": { "x": "AD", "y": "AB" } }, "mode": "markers+lines", "name": "No fine-tuning (Large)", "type": "scatter", "xsrc": "ChJus:13:76d619", "ysrc": "ChJus:13:a0663a", "marker": { "color": "rgb(237, 93, 107)", "symbol": "asterisk-open" }, "visible": true, "stackgroup": null }, { "line": { "dash": "dashdot" }, "meta": { "columnNames": { "x": "AE", "y": "AC" } }, "mode": "markers+lines", "name": "Fine-tuned (Large)", "type": "scatter", "xsrc": "ChJus:13:07f0bd", "ysrc": "ChJus:13:2e4ebd", "marker": { "color": "rgb(84, 134, 76)", "symbol": "asterisk-open", "opacity": 1 }, "visible": true, "stackgroup": null } ], "frames": [], "layout": { "font": { "color": "rgb(46, 46, 46)", "family": "Balto" }, "title": { "x": 0.5, "text": "<b>Effect of model size on test accuracy (CIFAR-100)</b>" }, "xaxis": { "range": [ 0, 103 ], "title": { "text": "Relative size of compressed model (%)" }, "nticks": 12, "autorange": false, "showspikes": false, "tickformat": "", "rangeslider": { "range": [ -4971.907241819789, 84169.00265304117 ], "yaxis": {}, "visible": false, "autorange": true }, "exponentformat": "none", "separatethousands": false }, "yaxis": { "range": [ 0, 115 ], "title": { "text": "Relative test accuracy (%)" }, "nticks": 12, "autorange": false, "showspikes": false }, "legend": { "x": 1, "y": 0.01, "font": { "color": "rgb(20, 20, 20)" }, "title": { "text": "<b>Model Performance</b>" }, "valign": "top", "xanchor": "right", "yanchor": "bottom", "traceorder": "reversed", "borderwidth": 0, "orientation": "v" }, "margin": { "b": 50, "l": 50, "r": 50, "t": 50, "pad": 0 }, "shapes": [], "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" }, "hovermode": "x", "showlegend": true, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ChJus", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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-19 06:35:53", "mapbox_access_tokens": null, "has_password": null, "username": "ChJus", "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-07-11T04:30:03.959696Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Hoangpvz/1.embed", "fid": "Hoangpvz:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Hoangpvz/1/9_HRMDMEYD9KMU0DLLXSC4BJVME4HECJ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Hoangpvz/1/2_M2YA7PDCIW5OU6JSMEQA034GJIQKX0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Hoangpvz/1/8_YAJDFALAB2QU83884QC978ABR3GLTM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Hoangpvz/1/9_HRMDMEYD9KMU0DLLXSC4BJVME4HECJ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Hoangpvz:1", "plots": "https://api.plotly.com/v2/plots/Hoangpvz:1", "parent": "https://api.plotly.com/v2/folders/home?user=Hoangpvz" }, "owner": "Hoangpvz", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Hoangpvz/1/", "world_readable": true, "date_modified": "2025-07-11T04:30:03.971Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Hoangpvz/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "91d20b", "line": { "shape": "linear", "width": 4 }, "meta": { "columnNames": { "x": "GHz", "y": "water" } }, "mode": "lines", "name": "water", "type": "scatter", "xsrc": "Hoangpvz:0:e02067", "ysrc": "Hoangpvz:0:6947d4", "error_x": { "type": "percent", "color": "#636efa", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "#636efa", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "hoveron": "points" }, { "uid": "946c79", "line": { "width": 4 }, "meta": { "columnNames": { "x": "GHz", "y": "60" } }, "mode": "lines", "name": "60 mg/dl", "type": "scatter", "xsrc": "Hoangpvz:0:e02067", "ysrc": "Hoangpvz:0:144292", "hoveron": "points", "stackgroup": null }, { "uid": "41f6c9", "line": { "width": 4 }, "meta": { "columnNames": { "x": "GHz", "y": "80" } }, "mode": "lines", "name": "80 mg/dl", "type": "scatter", "xsrc": "Hoangpvz:0:e02067", "ysrc": "Hoangpvz:0:4ea924", "hoveron": "points", "stackgroup": null }, { "uid": "2f277c", "line": { "width": 4 }, "meta": { "columnNames": { "x": "GHz", "y": "100" } }, "mode": "lines", "name": "100 mg/dl", "type": "scatter", "xsrc": "Hoangpvz:0:e02067", "ysrc": "Hoangpvz:0:488ab9", "hoveron": "points", "stackgroup": null }, { "uid": "838627", "line": { "width": 4 }, "meta": { "columnNames": { "x": "GHz", "y": "111" } }, "mode": "lines", "name": "111 mg/dl", "type": "scatter", "xsrc": "Hoangpvz:0:e02067", "ysrc": "Hoangpvz:0:9a6932", "hoveron": "points", "stackgroup": null }, { "uid": "7db931", "line": { "width": 4 }, "meta": { "columnNames": { "x": "GHz", "y": "127" } }, "mode": "lines", "name": "127 mg/dl", "type": "scatter", "xsrc": "Hoangpvz:0:e02067", "ysrc": "Hoangpvz:0:02276b", "hoveron": "points", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Lab 4 - Liquid Measurement" }, "xaxis": { "type": "linear", "range": [ 8.35, 8.5 ], "title": { "text": "GHz" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -19.10322222222222, -13.818777777777777 ], "title": { "text": "dB" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": 8.37, "y": -17.092, "ax": 0, "ay": -30, "font": { "size": 13, "family": "Times New Roman" }, "text": "water curve<br>8.37 GHz", "align": "center", "arrowsize": 0.8, "showarrow": true }, { "x": 8.423, "y": -17.235, "ax": 0, "ay": -30, "font": { "family": "Times New Roman" }, "text": "60 mg/dl<br>8.4235 GHz" }, { "x": 8.437, "y": -16.346, "ax": 0, "ay": -30, "font": { "family": "Times New Roman" }, "text": "80 mg/dl<br>8.437 GHz" }, { "x": 8.437, "y": -18.81, "ax": 0, "ay": -30, "font": { "family": "Times New Roman" }, "text": "100 mg/dl<br>8.437 GHz" }, { "x": 8.432, "y": -15.166, "ax": 0, "ay": -30, "font": { "family": "Times New Roman" }, "text": "111 mg/dl<br>8.4325 GHz" }, { "x": 8.435, "y": -18.415, "ax": 0, "ay": -30, "font": { "family": "Times New Roman" }, "text": "127 mg/dl<br>8.4355 GHz" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Hoangpvz", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-11 04:14:12", "mapbox_access_tokens": null, "has_password": null, "username": "Hoangpvz", "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-07-11T03:47:42.706537Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~atmr/2.embed", "fid": "atmr:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/atmr/2/9_HPHBEC0JA5RKOCS4VZPHSK393ZLB08.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/atmr/2/2_JB84Q4B5JAA73T0QNUW54BHQ8F1F4Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/atmr/2/8_QM9YH0IKOR7GTH7F3YIR7L1AW7F31P.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/atmr/2/9_HPHBEC0JA5RKOCS4VZPHSK393ZLB08.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/atmr:2", "plots": "https://api.plotly.com/v2/plots/atmr:2", "parent": "https://api.plotly.com/v2/folders/home?user=atmr" }, "owner": "atmr", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~atmr/2/", "world_readable": true, "date_modified": "2025-07-11T03:47:42.721Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~atmr/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "type": "scatter3d", "xsrc": "atmr:0:a4c3fc", "ysrc": "atmr:0:6f6c1e", "zsrc": "atmr:0:3598a4", "marker": { "line": { "color": "rgb(35, 35, 35)", "width": 1 }, "size": 2, "color": "rgb(255, 255, 255)", "symbol": "circle" } }, { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "type": "scatter3d", "xsrc": "atmr:1:4397e7", "ysrc": "atmr:1:b5e3bf", "zsrc": "atmr:1:2cc999", "marker": { "line": { "width": 1 }, "size": 2, "color": "rgb(18, 18, 18)", "symbol": "circle" } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "range": [ -100, 100 ], "ticks": "inside", "title": { "font": { "size": 14, "color": "rgb(1, 1, 1)" } }, "mirror": false, "showgrid": true, "showline": true, "tickfont": { "size": 12, "color": "rgb(1, 1, 1)" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "rgb(1, 1, 1)", "gridwidth": 1, "linecolor": "rgb(1, 1, 1)", "zerolinecolor": "rgb(1, 1, 1)", "zerolinewidth": 1, "backgroundcolor": "rgb(253, 253, 253)" }, "yaxis": { "type": "linear", "range": [ -100, 100 ], "ticks": "inside", "title": { "font": { "color": "rgb(1, 1, 1)" } }, "showgrid": true, "showline": true, "tickfont": { "color": "rgb(1, 1, 1)" }, "zeroline": false, "autorange": false, "gridcolor": "rgb(1, 1, 1)", "gridwidth": 1, "linecolor": "rgb(1, 1, 1)", "linewidth": 1, "zerolinecolor": "rgb(1, 1, 1)", "zerolinewidth": 1, "showbackground": true }, "zaxis": { "type": "linear", "dtick": 20, "range": [ -40, 40 ], "tick0": 0, "ticks": "inside", "title": { "font": { "color": "rgb(1, 1, 1)" } }, "showgrid": true, "showline": true, "tickfont": { "color": "rgb(1, 1, 1)" }, "tickmode": "linear", "zeroline": false, "autorange": false, "gridcolor": "rgb(1, 1, 1)", "gridwidth": 1, "linecolor": "rgb(1, 1, 1)", "linewidth": 1, "zerolinecolor": "rgb(1, 1, 1)", "zerolinewidth": 1, "backgroundcolor": "rgb(252, 252, 252)" }, "dragmode": "turntable", "aspectmode": "auto", "aspectratio": { "x": 1.0566732950121946, "y": 1.3184030489358252, "z": 0.7178125870288081 } }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "margin": { "b": 100 }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~atmr", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.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-07-11 03:45:29", "mapbox_access_tokens": null, "has_password": null, "username": "atmr", "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-07-11T03:45:33.707742Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~shubhamrathore.iitr/2.embed", "fid": "shubhamrathore.iitr:2", "filename": "Fat", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/shubhamrathore.iitr/2/9_F91119G58Z9UP086LN6T4XPMU9SW00.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/shubhamrathore.iitr/2/2_6Z46I9ERZH9F5X1YMESU0LW8V7QM6Q.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/shubhamrathore.iitr/2/8_3UY4AQYHZ0GLLVG2IYR32AIW6PI336.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/shubhamrathore.iitr/2/9_F91119G58Z9UP086LN6T4XPMU9SW00.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/shubhamrathore.iitr:2", "plots": "https://api.plotly.com/v2/plots/shubhamrathore.iitr:2", "parent": "https://api.plotly.com/v2/folders/home?user=shubhamrathore.iitr" }, "owner": "shubhamrathore.iitr", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~shubhamrathore.iitr/2/", "world_readable": true, "date_modified": "2025-07-11T03:45:33.717Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~shubhamrathore.iitr/2/", "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": "shubhamrathore.iitr:1:06509c", "ysrc": "shubhamrathore.iitr:1:18d785" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "type": "scatter", "xsrc": "shubhamrathore.iitr:1:06509c", "ysrc": "shubhamrathore.iitr:1:ff2e69", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1002, 2997 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.07683111666666667, 0.26605721666666665 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~shubhamrathore.iitr", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.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-25 00:25:14", "mapbox_access_tokens": null, "has_password": null, "username": "shubhamrathore.iitr", "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-07-11T02:30:39.092856Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~weluvashanti/31.embed", "fid": "weluvashanti:31", "filename": "whales_continuous_0711", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/31/9_AQGLMV8VMPM8CDVIBIXY0RKC56CKV4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/31/2_JB9T0YO25ILECNKUUTR91B2O0830L2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/31/8_JBQHWSU409TDVWR06LK6357WCBZPPR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/31/9_AQGLMV8VMPM8CDVIBIXY0RKC56CKV4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/weluvashanti:31", "plots": "https://api.plotly.com/v2/plots/weluvashanti:31", "parent": "https://api.plotly.com/v2/folders/home?user=weluvashanti" }, "owner": "weluvashanti", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~weluvashanti/31/", "world_readable": true, "date_modified": "2025-07-11T10:01:15.319Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~weluvashanti/31/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "Main Plot", "type": "scatter3d", "xsrc": "weluvashanti:30:f6e4a0", "ysrc": "weluvashanti:30:9f0177", "zsrc": "weluvashanti:30:cd4f1c", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "sizesrc": "weluvashanti:30:5045f7", "colorsrc": "weluvashanti:30:2c3cca", "sizemode": "area", "colorscale": [ "#BF382A", "grey", "green" ] }, "error_x": { "color": "rgba(31,119,180,1)", "width": [] }, "error_y": { "color": "rgba(31,119,180,1)", "width": [] }, "textfont": { "sizesrc": "weluvashanti:30:6d470f" } }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "markers", "name": "Latest Data Points", "type": "scatter3d", "xsrc": "weluvashanti:30:16db27", "ysrc": "weluvashanti:30:c8f71c", "zsrc": "weluvashanti:30:641f06", "frame": null, "marker": { "line": { "color": "black", "width": 3 }, "sizes": [ 1, 1500 ], "sizesrc": "weluvashanti:30:bf1fcb", "colorsrc": "weluvashanti:30:f7442e", "sizemode": "area", "colorscale": [ "black" ] }, "error_x": { "color": "rgba(255,127,14,1)", "width": [] }, "error_y": { "color": "rgba(255,127,14,1)", "width": [] }, "textfont": { "sizesrc": "weluvashanti:30:725ef7" } } ], "layout": { "scene": { "xaxis": { "title": "净流入因子(Net Inflow)" }, "yaxis": { "title": "巨鲸收益率区间(Coin Price Range Return)" }, "zaxis": { "title": "巨鲸大单买卖强度(Whale Order Intensity)" } }, "title": "主力资金对弈沙盘(周内)|Weekly Whale Money Gaming Sandbox ", "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 0.5, "y": 0.5, "font": { "size": 45, "color": "gray", "family": "Times New Roman" }, "text": "@Orderflow_dao", "xref": "paper", "yref": "paper", "opacity": 0.3, "showarrow": false, "textangle": 0 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~weluvashanti", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "TraderDao", "nickname": "TraderDao", "website": "https://discord.gg/spyKFaxcsp", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-08 01:37:03", "mapbox_access_tokens": null, "has_password": null, "username": "weluvashanti", "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-07-11T02:18:18.043577Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~publicsaas/503.embed", "fid": "publicsaas:503", "filename": "yoy_growth_vs_rev_multiple 7.1.25", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/publicsaas/503/9_1W3QTG5KKVFENT59P69QDU44LMOXEL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/publicsaas/503/2_698WA3KUI8WA6OCZVE3D5JK711PRLR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/publicsaas/503/8_Q9BV3XH0LNV7BMF39VACP8TKO2KTFL.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/publicsaas/503/9_1W3QTG5KKVFENT59P69QDU44LMOXEL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/publicsaas:503", "plots": "https://api.plotly.com/v2/plots/publicsaas:503", "parent": "https://api.plotly.com/v2/folders/home?user=publicsaas" }, "owner": "publicsaas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 308, "web_url": "https://chart-studio.plotly.com/~publicsaas/503/", "world_readable": true, "date_modified": "2025-07-11T02:18:31.860Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~publicsaas/503/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Company Data", "type": "scatter", "xsrc": "publicsaas:502:06bad7", "ysrc": "publicsaas:502:9bd64d", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle", "sizeref": 0.013999999999999999, "sizesrc": "publicsaas:502:d672cb", "sizemode": "area" }, "showlegend": true, "legendgroup": "Company Data", "orientation": "v", "hovertextsrc": "publicsaas:502:a9ebde", "customdatasrc": "publicsaas:502:e06102", "hovertemplate": "<b>%{hovertext}</b><br><br>YoY Growth%=%{x}<br>Revenue Multiple=%{y}<extra></extra>" }, { "mode": "lines", "name": "Company Data", "type": "scatter", "xsrc": "publicsaas:502:6f5a7b", "ysrc": "publicsaas:502:790b53", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": false, "legendgroup": "Company Data", "hovertemplate": "<b>OLS trendline</b><br>Revenue Multiple = 0.241624 * YoY Growth% + 3.79434<br>R<sup>2</sup>=0.246987<br><br>YoY Growth%=%{x}<br>Revenue Multiple=%{y} <b>(trend)</b><extra></extra>" }, { "mode": "markers", "name": "Average (13.27%, 7.0x)", "type": "scatter", "xsrc": "publicsaas:502:e4025c", "ysrc": "publicsaas:502:abd8e5", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "symbol": "circle", "sizeref": 0.013999999999999999, "sizesrc": "publicsaas:502:da2888", "sizemode": "area" }, "showlegend": true, "legendgroup": "Average (13.27%, 7.0x)", "orientation": "v", "hovertextsrc": "publicsaas:502:97bcc1", "customdatasrc": "publicsaas:502:a07a17", "hovertemplate": "<b>%{hovertext}</b><br><br>YoY Growth%=%{x}<br>Revenue Multiple=%{y}<extra></extra>" }, { "mode": "lines", "name": "Average (13.27%, 7.0x)", "type": "scatter", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": false, "legendgroup": "Average (13.27%, 7.0x)", "hovertemplate": "<extra></extra>" }, { "mode": "markers", "name": "Median (10.94%, 4.6x)", "type": "scatter", "xsrc": "publicsaas:502:33d895", "ysrc": "publicsaas:502:87059d", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "symbol": "circle", "sizeref": 0.013999999999999999, "sizesrc": "publicsaas:502:54f3a3", "sizemode": "area" }, "showlegend": true, "legendgroup": "Median (10.94%, 4.6x)", "orientation": "v", "hovertextsrc": "publicsaas:502:daff2d", "customdatasrc": "publicsaas:502:29ff5d", "hovertemplate": "<b>%{hovertext}</b><br><br>YoY Growth%=%{x}<br>Revenue Multiple=%{y}<extra></extra>" }, { "mode": "lines", "name": "Median (10.94%, 4.6x)", "type": "scatter", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "symbol": "circle" }, "showlegend": false, "legendgroup": "Median (10.94%, 4.6x)", "hovertemplate": "<extra></extra>" }, { "mode": "markers", "name": "25th Percentile (4.77%, 2.23x)", "type": "scatter", "xsrc": "publicsaas:502:b46ad1", "ysrc": "publicsaas:502:7e7720", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "symbol": "circle", "sizeref": 0.013999999999999999, "sizesrc": "publicsaas:502:8bef0b", "sizemode": "area" }, "showlegend": true, "legendgroup": "25th Percentile (4.77%, 2.23x)", "orientation": "v", "hovertextsrc": "publicsaas:502:b24cdc", "customdatasrc": "publicsaas:502:e2ba22", "hovertemplate": "<b>%{hovertext}</b><br><br>YoY Growth%=%{x}<br>Revenue Multiple=%{y}<extra></extra>" }, { "mode": "lines", "name": "25th Percentile (4.77%, 2.23x)", "type": "scatter", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "symbol": "circle" }, "showlegend": false, "legendgroup": "25th Percentile (4.77%, 2.23x)", "hovertemplate": "<extra></extra>" }, { "mode": "markers", "name": "75th Percentile (19.64%, 8.91x)", "type": "scatter", "xsrc": "publicsaas:502:2470ad", "ysrc": "publicsaas:502:83ffe8", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "symbol": "circle", "sizeref": 0.013999999999999999, "sizesrc": "publicsaas:502:7613e1", "sizemode": "area" }, "showlegend": true, "legendgroup": "75th Percentile (19.64%, 8.91x)", "orientation": "v", "hovertextsrc": "publicsaas:502:9a5494", "customdatasrc": "publicsaas:502:39cfe2", "hovertemplate": "<b>%{hovertext}</b><br><br>YoY Growth%=%{x}<br>Revenue Multiple=%{y}<extra></extra>" }, { "mode": "lines", "name": "75th Percentile (19.64%, 8.91x)", "type": "scatter", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "symbol": "circle" }, "showlegend": false, "legendgroup": "75th Percentile (19.64%, 8.91x)", "hovertemplate": "<extra></extra>" } ], "layout": { "title": { "x": 0.4, "text": "Public SaaS Company Revenue Multiples vs. YoY Growth% <br><sup>July 1st, 2025 (n = 161 companies)</sup>" }, "xaxis": { "title": { "text": "YoY Growth%<br><sup> © publicsaascompanies.com</sup>" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "ticksuffix": "%", "showticksuffix": "all" }, "yaxis": { "title": { "text": "Market Cap/Annualized Revenue" }, "anchor": "x", "domain": [ 0.0, 1.0 ], "ticksuffix": "x", "showticksuffix": "all" }, "legend": { "title": { "text": "Key" }, "itemsizing": "constant", "tracegroupgap": 0 }, "margin": { "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 } } }, "coloraxis": { "showscale": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~publicsaas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-09-11 05:56:15", "mapbox_access_tokens": null, "has_password": null, "username": "publicsaas", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "