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=cD0yMDI1LTA2LTA1KzIyJTNBMzMlM0ExMS45NDU0NTclMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA2LTA1KzIxJTNBNDYlM0E1MS44MDMyMzElMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNi0wNSsyMiUzQTA2JTNBNDcuMDE3MzE3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-05T22:06:47.017317Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sudalai/13.embed", "fid": "sudalai:13", "filename": "Plot 13", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/sudalai:13/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sudalai/13/2_OJY8FWPCGPSIKXP4U6E6YIXWKIT1LI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sudalai/13/8_NHQZUL0MVKBFLRIXSH4JJ7MJWMQY2N.png", "list-thumb": "https://api.plotly.com/v2/files/sudalai:13/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sudalai:13", "plots": "https://api.plotly.com/v2/plots/sudalai:13", "parent": "https://api.plotly.com/v2/folders/home?user=sudalai" }, "owner": "sudalai", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~sudalai/13/", "world_readable": true, "date_modified": "2025-06-05T22:06:47.029Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sudalai/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "M" } }, "name": "1Y Return (%)", "type": "bar", "xsrc": "sudalai:12:98f857", "ysrc": "sudalai:12:351119", "orientation": "v" }, { "meta": { "columnNames": { "x": "B", "y": "N" } }, "name": "3Y Return(%)", "type": "bar", "xsrc": "sudalai:12:98f857", "ysrc": "sudalai:12:3bd802", "orientation": "v" }, { "meta": { "columnNames": { "x": "B", "y": "O" } }, "name": "5Y Return(%)", "type": "bar", "xsrc": "sudalai:12:98f857", "ysrc": "sudalai:12:5b081e", "orientation": "v" } ], "frames": [], "layout": { "font": { "family": "Roboto" }, "title": { "text": "Interactive Stock Return Over 1, 3, 5 Years" }, "xaxis": { "side": "bottom", "type": "category", "range": [ -0.2777777777777768, 13.944444444444445 ], "title": { "text": "Stock" }, "anchor": "free", "domain": [ 1, 0.6 ], "autorange": false }, "yaxis": { "side": "left", "type": "linear", "range": [ 0, 32.589473684210525 ], "title": { "text": "Return(%)" }, "anchor": "free", "domain": [ 0, 0.4 ], "autorange": true }, "barmode": "group", "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sudalai", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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-05 19:23:49", "mapbox_access_tokens": null, "has_password": null, "username": "sudalai", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-06-05T22:01:00.980868Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~OscarWyndham/3.embed", "fid": "OscarWyndham:3", "filename": "P2 Depth", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/OscarWyndham:3/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/OscarWyndham/3/2_KADTH2ZJYEIRPET4H4VJ9OCZL95GOS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/OscarWyndham/3/8_T5D0X6Q8JTNKYACQGXE5UKPLKHY8W3.png", "list-thumb": "https://api.plotly.com/v2/files/OscarWyndham:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/OscarWyndham:3", "plots": "https://api.plotly.com/v2/plots/OscarWyndham:3", "parent": "https://api.plotly.com/v2/folders/home?user=OscarWyndham" }, "owner": "OscarWyndham", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~OscarWyndham/3/", "world_readable": true, "date_modified": "2025-06-05T22:01:00.993Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~OscarWyndham/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "OscarWyndham:2:d84e48", "ysrc": "OscarWyndham:2:0c055b" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0.012014136176347279, 7.0558400481964005 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 4.877235850369451, 24.01108161400957 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~OscarWyndham", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.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-06-05 21:29:55", "mapbox_access_tokens": null, "has_password": null, "username": "OscarWyndham", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-06-05T21:57:48.057086Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sudalai/10.embed", "fid": "sudalai:10", "filename": "Plot 10", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/sudalai:10/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sudalai/10/2_O24MSDK1V37BT37YX7Q3M9KEGBR0IM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sudalai/10/8_R2O6LPGMRIWVCVNFCSWDKZETRXQJ9T.png", "list-thumb": "https://api.plotly.com/v2/files/sudalai:10/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sudalai:10", "plots": "https://api.plotly.com/v2/plots/sudalai:10", "parent": "https://api.plotly.com/v2/folders/home?user=sudalai" }, "owner": "sudalai", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~sudalai/10/", "world_readable": true, "date_modified": "2025-06-05T22:03:48.025Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sudalai/10/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "M" } }, "name": "1Y Return (%)", "type": "bar", "xsrc": "sudalai:9:9b7bcf", "ysrc": "sudalai:9:7c6b71", "orientation": "v" }, { "meta": { "columnNames": { "x": "B", "y": "N" } }, "name": "3Y Return(%)", "type": "bar", "xsrc": "sudalai:9:9b7bcf", "ysrc": "sudalai:9:89ad44", "orientation": "v" }, { "meta": { "columnNames": { "x": "B", "y": "O" } }, "name": "5Y Return(%)", "type": "bar", "xsrc": "sudalai:9:9b7bcf", "ysrc": "sudalai:9:36d7e4", "orientation": "v" } ], "frames": [], "layout": { "font": { "family": "Roboto" }, "title": { "text": "Interactive Stock Return Over 1, 3, 5 Years" }, "xaxis": { "side": "bottom", "type": "category", "range": [ -0.2777777777777768, 13.944444444444445 ], "title": { "text": "Stock" }, "anchor": "free", "domain": [ 1, 0.6 ], "autorange": false }, "yaxis": { "side": "left", "type": "linear", "range": [ 0, 38.48421052631579 ], "title": { "text": "Return(%)" }, "anchor": "free", "domain": [ 0, 0.4 ], "autorange": true }, "barmode": "group", "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sudalai", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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-05 19:23:49", "mapbox_access_tokens": null, "has_password": null, "username": "sudalai", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-06-05T21:47:17.552874Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cpsievert/38687.embed", "fid": "cpsievert:38687", "filename": "awesome", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cpsievert:38687/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38687/2_XORM4OP2XLPYBZ6OL2DQFD0ZEVM3CO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38687/8_ZIJUAHHZXV43TK52PNMHBSZKXELAY7.png", "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38687/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cpsievert:38687", "plots": "https://api.plotly.com/v2/plots/cpsievert:38687", "parent": "https://api.plotly.com/v2/folders/cpsievert:583" }, "owner": "cpsievert", "parent": 583, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cpsievert/38687/", "world_readable": true, "date_modified": "2025-06-05T21:47:17.698Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38687/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "type": "scatter", "xsrc": "cpsievert:16688:d43f50", "ysrc": "cpsievert:16688:a00c53", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(31,119,180,1)" }, "color": "rgba(31,119,180,1)" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } } ], "layout": { "xaxis": { "title": "wt", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "vs", "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cpsievert", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48", "mapbox_access_tokens": null, "has_password": null, "username": "cpsievert", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-06-05T21:47:07.728467Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cpsievert/38686.embed", "fid": "cpsievert:38686", "filename": "Plot 38686", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cpsievert:38686/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38686/2_XVEGPB9027D1E3YJJMEOZZWAJXF13M.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38686/8_GFMNO92SBY2ON98LK2LCO4E6KFDTTN.png", "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38686/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cpsievert:38686", "plots": "https://api.plotly.com/v2/plots/cpsievert:38686", "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert" }, "owner": "cpsievert", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cpsievert/38686/", "world_readable": true, "date_modified": "2025-06-05T21:47:07.761Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38686/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "bar", "xsrc": "cpsievert:38685:ebc5bd", "ysrc": "cpsievert:38685:850ee8", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(89,89,89,1)", "autocolorscale": false }, "basesrc": "cpsievert:38685:ab0d07", "textsrc": "cpsievert:38685:cbc8a5", "widthsrc": "cpsievert:38685:d14c9f", "hoverinfo": "text", "showlegend": false, "orientation": "v", "textposition": "none" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 0.055000000000000104, 10.944999999999999 ], "ticks": "outside", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "1:10" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2.5", "5.0", "7.5", "10.0" ], "tickvals": [ 2.5, 5, 7.500000000000001, 10 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2.5", "5.0", "7.5", "10.0" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.05, 1.05 ], "ticks": "outside", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "count" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0.00", "0.25", "0.50", "0.75", "1.00" ], "tickvals": [ 0, 0.25, 0.5, 0.75, 1 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0.00", "0.25", "0.50", "0.75", "1.00" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.8897637795275593 }, "margin": { "b": 39.69558599695587, "l": 48.94977168949772, "r": 7.305936073059362, "t": 25.74124809741248 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "plot_bgcolor": "rgba(235,235,235,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cpsievert", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48", "mapbox_access_tokens": null, "has_password": null, "username": "cpsievert", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-06-05T21:47:05.546016Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cpsievert/38684.embed", "fid": "cpsievert:38684", "filename": "Plot 38684", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cpsievert:38684/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38684/2_N5VXYYX8BRIGV5LXKKZQM43ZC121Q8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38684/8_3HV2SN5G6113H5LLGXI6BHP5OGQZBY.png", "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38684/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cpsievert:38684", "plots": "https://api.plotly.com/v2/plots/cpsievert:38684", "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert" }, "owner": "cpsievert", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cpsievert/38684/", "world_readable": true, "date_modified": "2025-06-05T21:47:05.579Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38684/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38683:653b7a", "ysrc": "cpsievert:38683:ef6929", "frame": "1", "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "cmax": 10, "cmin": 1, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38683:5da296", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38683:16b236", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "visible": true }, { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38683:9bc7fc", "ysrc": "cpsievert:38683:dee605", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "color": "rgba(255,127,14,1)" }, "colorbar": { "y": 1, "len": 0.5, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "colorsrc": "cpsievert:38683:eab5a5", "showscale": true, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "opacity": 0, "hoverinfo": "none", "showlegend": false } ], "frames": [ { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38683:1ad887", "ysrc": "cpsievert:38683:5de834", "frame": "1", "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "cmax": 10, "cmin": 1, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38683:54fcdb", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38683:f6ea3e", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "visible": true } ], "name": "1", "traces": [ 0 ] }, { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38683:9c7676", "ysrc": "cpsievert:38683:161917", "frame": "2", "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "cmax": 10, "cmin": 1, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38683:36dfd7", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38683:8bfade", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "visible": true } ], "name": "2", "traces": [ 0 ] } ], "layout": { "xaxis": { "range": [ 0.55, 10.45 ], "title": [], "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "range": [ 0.55, 10.45 ], "title": [], "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "sliders": [ { "pad": { "t": 40 }, "steps": [ { "args": [ [ "1" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1", "value": "1", "method": "animate" }, { "args": [ [ "2" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "2", "value": "2", "method": "animate" } ], "visible": true } ], "hovermode": "closest", "showlegend": false, "updatemenus": [ { "x": 0, "y": 0, "pad": { "r": 5, "t": 60 }, "type": "buttons", "buttons": [ { "args": [ null, { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 }, "fromcurrent": true } ], "label": "Play", "method": "animate" } ], "xanchor": "right", "yanchor": "top", "direction": "right", "showactive": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cpsievert", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48", "mapbox_access_tokens": null, "has_password": null, "username": "cpsievert", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-06-05T21:47:03.759837Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cpsievert/38682.embed", "fid": "cpsievert:38682", "filename": "Plot 38682", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cpsievert:38682/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38682/2_A83C47E8UXDY11WLPYQP6KBSKHMMD0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38682/8_7DOU3PZU2CLJK52MKS5PZZTTJ3797I.png", "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38682/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cpsievert:38682", "plots": "https://api.plotly.com/v2/plots/cpsievert:38682", "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert" }, "owner": "cpsievert", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cpsievert/38682/", "world_readable": true, "date_modified": "2025-06-05T21:47:03.792Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38682/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38681:e45a19", "ysrc": "cpsievert:38681:7c978c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "cmax": 10, "cmin": 1, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38681:1dc3b4", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "cpsievert:38681:7d9ab3", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] } }, { "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38681:4645cd", "ysrc": "cpsievert:38681:21583c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "cmax": 10, "cmin": 1, "line": { "color": "rgba(255,127,14,1)" }, "colorbar": { "y": 1, "len": 0.5, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "colorsrc": "cpsievert:38681:4fa630", "showscale": true, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0416666666666667", "rgba(70,19,97,1)" ], [ "0.0833333333333333", "rgba(72,32,111,1)" ], [ "0.125", "rgba(71,45,122,1)" ], [ "0.166666666666667", "rgba(68,58,128,1)" ], [ "0.208333333333333", "rgba(64,70,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.291666666666667", "rgba(56,93,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.375", "rgba(46,114,142,1)" ], [ "0.416666666666667", "rgba(42,123,142,1)" ], [ "0.458333333333333", "rgba(38,133,141,1)" ], [ "0.5", "rgba(37,144,140,1)" ], [ "0.541666666666667", "rgba(33,154,138,1)" ], [ "0.583333333333333", "rgba(39,164,133,1)" ], [ "0.625", "rgba(47,174,127,1)" ], [ "0.666666666666667", "rgba(53,183,121,1)" ], [ "0.708333333333333", "rgba(79,191,110,1)" ], [ "0.75", "rgba(98,199,98,1)" ], [ "0.791666666666667", "rgba(119,207,85,1)" ], [ "0.833333333333333", "rgba(147,214,70,1)" ], [ "0.875", "rgba(172,220,52,1)" ], [ "0.916666666666667", "rgba(199,225,42,1)" ], [ "0.958333333333333", "rgba(226,228,40,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "opacity": 0, "hoverinfo": "none", "showlegend": false } ], "layout": { "xaxis": { "title": [], "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": [], "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cpsievert", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48", "mapbox_access_tokens": null, "has_password": null, "username": "cpsievert", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-06-05T21:47:01.959847Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cpsievert/38680.embed", "fid": "cpsievert:38680", "filename": "Plot 38680", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cpsievert:38680/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38680/2_K12V5VNO64K4HYX5YUCZVSS4GGCX60.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38680/8_PCG3JCXHA3SBM9F23PKOSGFQ9E2WI9.png", "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38680/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cpsievert:38680", "plots": "https://api.plotly.com/v2/plots/cpsievert:38680", "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert" }, "owner": "cpsievert", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cpsievert/38680/", "world_readable": true, "date_modified": "2025-06-05T21:47:01.993Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38680/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "type": "scatter", "xsrc": "cpsievert:38679:ebcf3c", "ysrc": "cpsievert:38679:844338", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(31,119,180,1)" }, "color": "red" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } } ], "layout": { "xaxis": { "title": [], "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": [], "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cpsievert", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48", "mapbox_access_tokens": null, "has_password": null, "username": "cpsievert", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-06-05T21:46:59.207279Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cpsievert/38678.embed", "fid": "cpsievert:38678", "filename": "12a416eb5134", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cpsievert:38678/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/cpsievert:38678/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38678/8_CH3W0LF7Q21WFT78SMR6GJ75CES4LH.png", "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38678/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cpsievert:38678", "plots": "https://api.plotly.com/v2/plots/cpsievert:38678", "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert" }, "owner": "cpsievert", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cpsievert/38678/", "world_readable": true, "date_modified": "2025-06-05T21:47:00.329Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38678/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "type": "scatter", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(31,119,180,1)" }, "color": "rgba(31,119,180,1)" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } } ], "layout": { "title": "test", "xaxis": { "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cpsievert", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48", "mapbox_access_tokens": null, "has_password": null, "username": "cpsievert", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-06-05T21:46:51.803231Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cpsievert/38676.embed", "fid": "cpsievert:38676", "filename": "Plot 38676", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cpsievert:38676/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/cpsievert:38676/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38676/8_EYOYS5D4UZZDC4AZILWMMSDIT6FNH0.png", "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38676/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cpsievert:38676", "plots": "https://api.plotly.com/v2/plots/cpsievert:38676", "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert" }, "owner": "cpsievert", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cpsievert/38676/", "world_readable": true, "date_modified": "2025-06-05T21:46:51.836Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38676/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(102,194,165,1)" }, "mode": "markers", "name": "4", "type": "scatter", "xsrc": "cpsievert:38675:173c53", "ysrc": "cpsievert:38675:390bbc", "frame": "0", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(102,194,165,1)" }, "color": "rgba(102,194,165,1)" }, "error_x": { "color": "rgba(102,194,165,1)" }, "error_y": { "color": "rgba(102,194,165,1)" }, "visible": true, "textfont": { "color": "rgba(102,194,165,1)" } }, { "line": { "color": "rgba(252,141,98,1)" }, "mode": "markers", "name": "6", "type": "scatter", "xsrc": "cpsievert:38675:b0530f", "ysrc": "cpsievert:38675:1141e6", "frame": "0", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(252,141,98,1)" }, "color": "rgba(252,141,98,1)" }, "error_x": { "color": "rgba(252,141,98,1)" }, "error_y": { "color": "rgba(252,141,98,1)" }, "visible": true, "textfont": { "color": "rgba(252,141,98,1)" } }, { "line": { "color": "rgba(141,160,203,1)" }, "mode": "markers", "name": "8", "type": "scatter", "xsrc": "cpsievert:38675:d36f31", "ysrc": "cpsievert:38675:9e710b", "frame": "0", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(141,160,203,1)" }, "color": "rgba(141,160,203,1)" }, "error_x": { "color": "rgba(141,160,203,1)" }, "error_y": { "color": "rgba(141,160,203,1)" }, "visible": true, "textfont": { "color": "rgba(141,160,203,1)" } } ], "frames": [ { "data": [ { "line": { "color": "rgba(102,194,165,1)" }, "mode": "markers", "name": "4", "type": "scatter", "xsrc": "cpsievert:38675:315e88", "ysrc": "cpsievert:38675:c9b1e2", "frame": "0", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(102,194,165,1)" }, "color": "rgba(102,194,165,1)" }, "error_x": { "color": "rgba(102,194,165,1)" }, "error_y": { "color": "rgba(102,194,165,1)" }, "visible": true, "textfont": { "color": "rgba(102,194,165,1)" } }, { "line": { "color": "rgba(252,141,98,1)" }, "mode": "markers", "name": "6", "type": "scatter", "xsrc": "cpsievert:38675:5cf143", "ysrc": "cpsievert:38675:e3c63e", "frame": "0", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(252,141,98,1)" }, "color": "rgba(252,141,98,1)" }, "error_x": { "color": "rgba(252,141,98,1)" }, "error_y": { "color": "rgba(252,141,98,1)" }, "visible": true, "textfont": { "color": "rgba(252,141,98,1)" } }, { "line": { "color": "rgba(141,160,203,1)" }, "mode": "markers", "name": "8", "type": "scatter", "xsrc": "cpsievert:38675:5f09c2", "ysrc": "cpsievert:38675:4fa806", "frame": "0", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(141,160,203,1)" }, "color": "rgba(141,160,203,1)" }, "error_x": { "color": "rgba(141,160,203,1)" }, "error_y": { "color": "rgba(141,160,203,1)" }, "visible": true, "textfont": { "color": "rgba(141,160,203,1)" } } ], "name": "0", "traces": [ 0, 1, 2 ] }, { "data": [ { "line": { "color": "rgba(102,194,165,1)" }, "mode": "markers", "name": "4", "type": "scatter", "xsrc": "cpsievert:38675:bfd23b", "ysrc": "cpsievert:38675:9ce8c7", "frame": "1", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(102,194,165,1)" }, "color": "rgba(102,194,165,1)" }, "error_x": { "color": "rgba(102,194,165,1)" }, "error_y": { "color": "rgba(102,194,165,1)" }, "visible": true, "textfont": { "color": "rgba(102,194,165,1)" } }, { "line": { "color": "rgba(252,141,98,1)" }, "mode": "markers", "name": "6", "type": "scatter", "xsrc": "cpsievert:38675:d21327", "ysrc": "cpsievert:38675:914fb3", "frame": "1", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(252,141,98,1)" }, "color": "rgba(252,141,98,1)" }, "error_x": { "color": "rgba(252,141,98,1)" }, "error_y": { "color": "rgba(252,141,98,1)" }, "visible": true, "textfont": { "color": "rgba(252,141,98,1)" } }, { "line": { "color": "rgba(141,160,203,1)" }, "mode": "markers", "name": "8", "type": "scatter", "xsrc": "cpsievert:38675:47a00c", "ysrc": "cpsievert:38675:e0b0e8", "frame": "0", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(141,160,203,1)" }, "color": "rgba(141,160,203,1)" }, "error_x": { "color": "rgba(141,160,203,1)" }, "error_y": { "color": "rgba(141,160,203,1)" }, "visible": false, "textfont": { "color": "rgba(141,160,203,1)" } } ], "name": "1", "traces": [ 0, 1, 2 ] } ], "layout": { "xaxis": { "range": [ 9.225, 35.074999999999996 ], "title": "mpg", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "range": [ 1.3174499999999998, 5.61955 ], "title": "wt", "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "sliders": [ { "pad": { "t": 40 }, "steps": [ { "args": [ [ "0" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "0", "value": "0", "method": "animate" }, { "args": [ [ "1" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1", "value": "1", "method": "animate" } ], "visible": true, "currentvalue": { "font": { "size": 16, "color": "rgba(204,204,204,1)" }, "prefix": "factor(vs): ", "xanchor": "right" } } ], "hovermode": "closest", "showlegend": true, "updatemenus": [ { "x": 0, "y": 0, "pad": { "r": 5, "t": 60 }, "type": "buttons", "buttons": [ { "args": [ null, { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 }, "fromcurrent": true } ], "label": "Play", "method": "animate" } ], "xanchor": "right", "yanchor": "top", "direction": "right", "showactive": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cpsievert", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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": "2014-07-23 00:30:48", "mapbox_access_tokens": null, "has_password": null, "username": "cpsievert", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "