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=cj0xJnA9MjAyNS0wOC0yMCswMSUzQTQyJTNBMDYuMzM5OTUwJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTIwKzAzJTNBMzUlM0EwMy43MTMyOTYlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0yMCswNSUzQTMxJTNBMjQuMTY1OTA0JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-20T05:31:24.165904Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ricardojorgelopes/15.embed", "fid": "ricardojorgelopes:15", "filename": "Plot 15", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ricardojorgelopes:15/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ricardojorgelopes:15/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ricardojorgelopes/15/8_CZJ84WLUHHGK1XG10AW20MHY7SREBJ.png", "list-thumb": "https://api.plotly.com/v2/files/ricardojorgelopes:15/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ricardojorgelopes:15", "plots": "https://api.plotly.com/v2/plots/ricardojorgelopes:15", "parent": "https://api.plotly.com/v2/folders/home?user=ricardojorgelopes" }, "owner": "ricardojorgelopes", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ricardojorgelopes/15/", "world_readable": true, "date_modified": "2025-08-20T05:31:24.178Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ricardojorgelopes/15/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3e039d", "fill": "none", "line": { "color": "rgb(198, 198, 200)", "shape": "linear" }, "meta": { "columnNames": { "x": "Year", "y": "CAL" } }, "mode": "markers+lines", "name": "trace 0", "type": "scatter", "xsrc": "ricardojorgelopes:14:163cf1", "ysrc": "ricardojorgelopes:14:4eb800", "marker": { "line": { "color": "rgb(255, 255, 255)", "width": 4 }, "size": 16, "color": "rgb(80, 81, 83)", "symbol": "circle" }, "visible": true }, { "uid": "1415cc", "visible": false, "transforms": [ { "rms": 427.4989218238268, "type": "fit", "xmid": 2009.4999999999973, "ymid": 1280.5492307690438, "inputUid": "3e039d", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": null, "value": null }, { "hold": false, "name": "b", "error": null, "value": null } ], "regressand": "y", "correlation": 0.42733266479462584, "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "<b>Dunlin · </b><i><b>Calidris alpina</b></i>" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ 1990.7251502865931, 2027.2748497134069 ], "ticks": "", "title": { "font": { "size": 16 }, "text": "Year" }, "tickfont": { "size": 15 }, "autorange": false, "showspikes": false, "rangeslider": { "range": [ 1992.4360972987502, 2001.5639027012498 ], "yaxis": {}, "visible": false, "autorange": true, "thickness": 0.16 }, "spikethickness": 6 }, "yaxis": { "side": "left", "type": "linear", "range": [ 0, 3000 ], "title": { "text": "Number of individuals" }, "tickfont": { "size": 15 }, "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ricardojorgelopes", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.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": "2021-03-17 12:32:43", "mapbox_access_tokens": null, "has_password": null, "username": "ricardojorgelopes", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-08-20T05:08:29.113980Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~fcchang/5.embed", "fid": "fcchang:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/fcchang:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/fcchang:5/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fcchang/5/8_IFQBVQ6Q12770GW1VZ9TS0Z137XS09.png", "list-thumb": "https://api.plotly.com/v2/files/fcchang:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/fcchang:5", "plots": "https://api.plotly.com/v2/plots/fcchang:5", "parent": "https://api.plotly.com/v2/folders/home?user=fcchang" }, "owner": "fcchang", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~fcchang/5/", "world_readable": true, "date_modified": "2025-08-20T05:08:29.125Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~fcchang/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "cell_type", "y": "Gper1_expression" } }, "mode": "markers", "type": "violin", "xsrc": "fcchang:4:e3423e", "ysrc": "fcchang:4:3d2978", "contours": { "end": 900, "size": 100, "start": 100 }, "bandwidth": 0, "boxpoints": false, "autocontour": true, "orientation": "v", "autocolorscale": true } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "category", "range": [ -0.5, 28.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.07777777777777779, 1.078 ], "autorange": false }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~fcchang", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.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": "2025-08-15 20:42:44", "mapbox_access_tokens": null, "has_password": null, "username": "fcchang", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-08-20T04:51:10.229597Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wangzhihao/72.embed", "fid": "wangzhihao:72", "filename": "debay", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/wangzhihao:72/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/wangzhihao:72/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wangzhihao/72/8_7ZPSOZV8CYMMJ4MJHDG9AQZ1IGOUJI.png", "list-thumb": "https://api.plotly.com/v2/files/wangzhihao:72/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wangzhihao:72", "plots": "https://api.plotly.com/v2/plots/wangzhihao:72", "parent": "https://api.plotly.com/v2/folders/home?user=wangzhihao" }, "owner": "wangzhihao", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~wangzhihao/72/", "world_readable": true, "date_modified": "2025-08-20T04:53:45.380Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wangzhihao/72/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "M", "y": "N" } }, "mode": "markers+lines", "name": "debye因子あり", "type": "scatter", "xsrc": "wangzhihao:71:778750", "ysrc": "wangzhihao:71:b6eed8" }, { "meta": { "columnNames": { "x": "O", "y": "P" } }, "mode": "markers+lines", "name": "debye因子なし", "type": "scatter", "xsrc": "wangzhihao:71:1a33a5", "ysrc": "wangzhihao:71:201d60" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 4.027444646408839, 21.08627735359116 ], "title": { "text": "エネルギー" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -2.819247467438495e-07, 2.751192474674385e-05 ], "title": { "text": "放射収量" }, "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/~wangzhihao", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-05-12 07:47:43", "mapbox_access_tokens": null, "has_password": null, "username": "wangzhihao", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-08-20T04:36:02.539552Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~anophelian/11.embed", "fid": "anophelian:11", "filename": "Plot 11", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/anophelian:11/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/anophelian:11/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/anophelian/11/8_7RYL60VMU9Z1MFZARVJ2HBY4R0VL0T.png", "list-thumb": "https://api.plotly.com/v2/files/anophelian:11/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/anophelian:11", "plots": "https://api.plotly.com/v2/plots/anophelian:11", "parent": "https://api.plotly.com/v2/folders/home?user=anophelian" }, "owner": "anophelian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~anophelian/11/", "world_readable": true, "date_modified": "2025-08-20T04:36:02.551Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~anophelian/11/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 1 }, "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "anophelian:10:ca5397", "ysrc": "anophelian:10:05f6ee" } ], "frames": [], "layout": { "title": { "text": "Young's Modulus (C6-G50)" }, "xaxis": { "type": "linear", "range": [ -4.491341991341985, 530 ], "title": { "text": "Strain (%)" }, "zeroline": false, "autorange": false }, "yaxis": { "type": "linear", "range": [ -2.1151271753681433, 52.235609103078986 ], "title": { "text": "Stress (kPa)" }, "autorange": false }, "autosize": true, "dragmode": "pan" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~anophelian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-19 16:16:06", "mapbox_access_tokens": null, "has_password": null, "username": "anophelian", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-08-20T04:27:49.478106Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~anophelian/9.embed", "fid": "anophelian:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/anophelian:9/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/anophelian:9/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/anophelian/9/8_4HK5JGYN6XEOLJB9677XGCAAHA9EA1.png", "list-thumb": "https://api.plotly.com/v2/files/anophelian:9/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/anophelian:9", "plots": "https://api.plotly.com/v2/plots/anophelian:9", "parent": "https://api.plotly.com/v2/folders/home?user=anophelian" }, "owner": "anophelian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~anophelian/9/", "world_readable": true, "date_modified": "2025-08-20T04:27:49.490Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~anophelian/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "none", "line": { "width": 1 }, "meta": { "columnNames": { "x": "x", "y": "y", "text": "" } }, "mode": "lines", "type": "scatter", "xsrc": "anophelian:8:694b0c", "ysrc": "anophelian:8:2d87c7", "error_x": { "type": "percent", "color": "#1f77b4", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "#1f77b4", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "connectgaps": false } ], "frames": [], "layout": { "title": { "text": "Young's Modulus (C6-G25)" }, "xaxis": { "type": "linear", "range": [ -19.241774260724696, 1368.554144106622 ], "title": { "text": "Strain (%)" }, "showgrid": true, "showline": false, "zeroline": false, "autorange": false, "gridwidth": 1, "fixedrange": false }, "yaxis": { "type": "linear", "range": [ -5.024305555555564, 135.46180555555554 ], "title": { "text": "Stress (kPa)" }, "showline": false, "autorange": false }, "margin": { "b": 80 }, "autosize": true, "dragmode": "pan" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~anophelian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-19 16:16:06", "mapbox_access_tokens": null, "has_password": null, "username": "anophelian", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-08-20T04:06:51.197088Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Shitada6073/2.embed", "fid": "Shitada6073:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Shitada6073:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Shitada6073:2/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Shitada6073/2/8_HI2N9CZ90ZPP7TL913CE8EOLUK69ZG.png", "list-thumb": "https://api.plotly.com/v2/files/Shitada6073:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Shitada6073:2", "plots": "https://api.plotly.com/v2/plots/Shitada6073:2", "parent": "https://api.plotly.com/v2/folders/home?user=Shitada6073" }, "owner": "Shitada6073", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Shitada6073/2/", "world_readable": true, "date_modified": "2025-08-20T04:06:51.210Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Shitada6073/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "width": 0.25, "visible": false }, "line": { "color": "rgb(252, 150, 3)" }, "meta": { "columnNames": { "x": "C", "y": "D", "marker": { "color": "Clade" } } }, "name": "Clade2", "type": "violin", "xsrc": "Shitada6073:1:92d371", "ysrc": "Shitada6073:1:1109fc", "xaxis": "x", "marker": { "line": { "color": "rgb(249, 159, 10)" }, "meta": { "columnNames": { "color": "Clade" } }, "size": 6, "colorsrc": "Shitada6073:1:43a113" }, "points": "all", "bandwidth": 0 }, { "box": { "visible": false }, "line": { "color": "rgb(3, 249, 245)" }, "meta": { "columnNames": { "x": "E", "y": "F" } }, "name": "Clade1-1", "type": "violin", "xsrc": "Shitada6073:1:0c0446", "ysrc": "Shitada6073:1:43e4ed", "marker": { "size": 6, "color": "rgb(3, 249, 245)" }, "points": "all", "bandwidth": 0 }, { "box": { "visible": false }, "line": { "color": "rgb(3, 3, 247)" }, "meta": { "columnNames": { "x": "G", "y": "H" } }, "name": "Clade1-2", "type": "violin", "xsrc": "Shitada6073:1:a6bb85", "ysrc": "Shitada6073:1:0e592f", "points": "all", "bandwidth": 0 }, { "box": { "visible": false }, "line": { "color": "rgb(255, 3, 4)" }, "meta": { "columnNames": { "x": "I", "y": "J" } }, "name": "Clade1-3", "type": "violin", "xsrc": "Shitada6073:1:fd2381", "ysrc": "Shitada6073:1:8e2a3f", "marker": { "size": 6 }, "points": "all", "meanline": { "visible": false }, "bandwidth": 0, "scalemode": "width" } ], "frames": [], "layout": { "font": { "size": 14, "color": "rgb(13, 12, 12)" }, "title": { "x": 0.5, "font": { "size": 22 }, "text": "Click to enter Plot title" }, "xaxis": { "type": "category", "range": [ -0.5097560975609756, 3.5 ], "title": { "text": "" }, "domain": [ 0, 1 ], "autorange": true, "categoryorder": "array", "categoryarraysrc": "RPlotBot:5243:493a01" }, "yaxis": { "type": "linear", "range": [ -0.41738990991997516, 11.66401519531898 ], "title": { "text": "Tetanus toxin production" }, "domain": [ 0, 1 ], "zeroline": false, "autorange": false }, "margin": { "b": 66, "l": 78, "r": 44, "t": 40, "pad": 0 }, "autosize": true, "hovermode": "closest", "showlegend": true, "uniformtext": { "mode": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Shitada6073", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.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-08-20 02:54:27", "mapbox_access_tokens": null, "has_password": null, "username": "Shitada6073", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-08-20T04:03:18.287829Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~anophelian/7.embed", "fid": "anophelian:7", "filename": "AA", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/anophelian:7/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/anophelian:7/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/anophelian/7/8_PWJYNS0KCIL32ZEVA3SB24WWQPBTS6.png", "list-thumb": "https://api.plotly.com/v2/files/anophelian:7/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/anophelian:7", "plots": "https://api.plotly.com/v2/plots/anophelian:7", "parent": "https://api.plotly.com/v2/folders/home?user=anophelian" }, "owner": "anophelian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~anophelian/7/", "world_readable": true, "date_modified": "2025-08-20T04:03:18.297Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~anophelian/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 1 }, "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "anophelian:6:861739", "ysrc": "anophelian:6:7a1711" } ], "frames": [], "layout": { "title": { "text": "Young's Modulus (C6-G00)" }, "xaxis": { "type": "linear", "range": [ 0.6410256410256405, 43.46153846153847 ], "title": { "text": "Strain (%)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -33.601070950468696, 1072.1552878179384 ], "title": { "text": "Stress (kPa)" }, "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~anophelian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-19 16:16:06", "mapbox_access_tokens": null, "has_password": null, "username": "anophelian", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-08-20T03:44:59.340424Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~anophelian/5.embed", "fid": "anophelian:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/anophelian:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/anophelian:5/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/anophelian/5/8_QUKYWSBIWOE4RG9AANSPHNJ6VB6HT1.png", "list-thumb": "https://api.plotly.com/v2/files/anophelian:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/anophelian:5", "plots": "https://api.plotly.com/v2/plots/anophelian:5", "parent": "https://api.plotly.com/v2/folders/home?user=anophelian" }, "owner": "anophelian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~anophelian/5/", "world_readable": true, "date_modified": "2025-08-20T03:46:00.247Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~anophelian/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 1 }, "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "anophelian:4:daf9c6", "ysrc": "anophelian:4:c5b6eb" } ], "frames": [], "layout": { "title": { "text": "Young's Modulus (C4-G50)" }, "xaxis": { "type": "linear", "range": [ 0.09345794392523388, 64.67289719626167 ], "title": { "text": "Strain (%)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -79.05982905982896, 1732.905982905983 ], "title": { "text": "Stress (kPa)" }, "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~anophelian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-19 16:16:06", "mapbox_access_tokens": null, "has_password": null, "username": "anophelian", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-08-20T03:37:09.346743Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cleaaum/13.embed", "fid": "cleaaum:13", "filename": "Plot 13", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cleaaum:13/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/cleaaum:13/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cleaaum/13/8_W0MOT6QPV2ZCXMFQ2LIGFI6HNIZOKG.png", "list-thumb": "https://api.plotly.com/v2/files/cleaaum:13/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cleaaum:13", "plots": "https://api.plotly.com/v2/plots/cleaaum:13", "parent": "https://api.plotly.com/v2/folders/home?user=cleaaum" }, "owner": "cleaaum", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cleaaum/13/", "world_readable": true, "date_modified": "2025-08-20T03:37:09.362Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cleaaum/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "e52fff", "meta": { "columnNames": { "x": "waiting, x; waiting (1), x", "y": "waiting, y; waiting (1), y", "z": "waiting, y; waiting (1), y" } }, "name": "waiting", "type": "bar", "xsrc": "cleaaum:12:b33d62", "ysrc": "cleaaum:12:fa9392", "zmax": 66, "zmin": 0, "zsrc": "cleaaum:12:fa9392", "xbins": { "end": 7, "size": 1, "start": 0 }, "ybins": { "end": 109.5, "size": 10, "start": 29.5 }, "colorbar": { "title": { "text": "" } }, "contours": { "end": 65.05, "size": 5, "start": 5, "coloring": "fill", "showlines": true }, "colorscale": [ [ 0, "rgb(240,249,232)" ], [ 0.25, "rgb(186,228,188)" ], [ 0.5, "rgb(123,204,196)" ], [ 0.75, "rgb(67,162,202)" ], [ 1, "rgb(8,104,172)" ] ], "orientation": "v", "autocolorscale": true } ], "frames": [], "layout": { "title": { "text": "Old Faithful Geyser" }, "width": 1532, "xaxis": { "type": "linear", "range": [ 1.5995000000000001, 5.100499999999999 ], "ticks": "", "title": { "text": "eruption size" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 671.578947368421 ], "ticks": "", "title": { "text": "waiting time" }, "autorange": true }, "height": 1006, "margin": { "b": 80, "t": 80 }, "autosize": true, "hovermode": "closest", "showlegend": true, "paper_bgcolor": "rgba(236, 249, 226, 1)" } }, "height": 1006, "width": 1532, "user": { "profile_url": "https://chart-studio.plotly.com/~cleaaum", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-15 15:16:11", "mapbox_access_tokens": null, "has_password": null, "username": "cleaaum", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-08-20T03:35:03.713296Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wangzhihao/70.embed", "fid": "wangzhihao:70", "filename": "00420300k-3200k", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/wangzhihao:70/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/wangzhihao:70/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wangzhihao/70/8_BP9TVAJ76OWVWK050IRZRZ4YXK94PN.png", "list-thumb": "https://api.plotly.com/v2/files/wangzhihao:70/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wangzhihao:70", "plots": "https://api.plotly.com/v2/plots/wangzhihao:70", "parent": "https://api.plotly.com/v2/folders/home?user=wangzhihao" }, "owner": "wangzhihao", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~wangzhihao/70/", "world_readable": true, "date_modified": "2025-08-20T05:12:25.409Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wangzhihao/70/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "E", "y": "G" } }, "mode": "lines", "name": "500k", "type": "scatter", "xsrc": "wangzhihao:69:6d4b1d", "ysrc": "wangzhihao:69:2400ad", "stackgroup": null }, { "meta": { "columnNames": { "x": "I", "y": "K" } }, "mode": "lines", "name": "700k", "type": "scatter", "xsrc": "wangzhihao:69:cb7623", "ysrc": "wangzhihao:69:5e2934", "stackgroup": null }, { "meta": { "columnNames": { "x": "M", "y": "O" } }, "mode": "lines", "name": "900k", "type": "scatter", "xsrc": "wangzhihao:69:6bdcec", "ysrc": "wangzhihao:69:b8b749", "stackgroup": null }, { "meta": { "columnNames": { "x": "Q", "y": "S" } }, "mode": "lines", "name": "1500k", "type": "scatter", "xsrc": "wangzhihao:69:b28ae0", "ysrc": "wangzhihao:69:f1573d", "stackgroup": null }, { "meta": { "columnNames": { "x": "U", "y": "W" } }, "mode": "lines", "name": "2500k", "type": "scatter", "xsrc": "wangzhihao:69:d033d3", "ysrc": "wangzhihao:69:d3cdd2", "stackgroup": null }, { "meta": { "columnNames": { "x": "Y", "y": "Z" } }, "mode": "lines", "name": "3200k", "type": "scatter", "xsrc": "wangzhihao:69:41db6d", "ysrc": "wangzhihao:69:15769f", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "range": [ 19.95, 20.05 ], "title": { "text": "角度" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -1.5611111111111113e-07, 2.9661111111111113e-06 ], "title": { "text": "放射収量" }, "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/~wangzhihao", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-05-12 07:47:43", "mapbox_access_tokens": null, "has_password": null, "username": "wangzhihao", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "