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=cj0xJnA9MjAyNS0wOS0wNCsxMSUzQTUxJTNBNDMuOTExMzk5JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA5LTA0KzExJTNBNTQlM0ExMy4wNzM3MjElMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOS0wNCsxMiUzQTM1JTNBMzQuMzAzMTQyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-04T12:35:34.303142Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~salam1/7.embed", "fid": "salam1:7", "filename": "damped_cosine", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/salam1/7/9_U07YUHJ57KNDIKWQF0GN3US81ZKDA1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/salam1/7/2_P785ETCNIO9YL8IY600DDL4QXS9XMZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/salam1/7/8_ZZH6ZF9FM4S58M19D5JL9Q8ZG8PAXU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/salam1/7/9_U07YUHJ57KNDIKWQF0GN3US81ZKDA1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/salam1:7", "plots": "https://api.plotly.com/v2/plots/salam1:7", "parent": "https://api.plotly.com/v2/folders/home?user=salam1" }, "owner": "salam1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~salam1/7/", "world_readable": true, "date_modified": "2025-09-04T12:35:34.313Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~salam1/7/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "damped cos", "type": "scatter", "xsrc": "salam1:6:9e14c1", "ysrc": "salam1:6:ea6248", "marker": { "size": 30, "color": "blue" } } ], "layout": { "title": { "text": "Damped Cosine" }, "xaxis": { "title": { "text": "Time" } }, "yaxis": { "title": { "text": "Amplitude" } }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~salam1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-04 12:20:25", "mapbox_access_tokens": null, "has_password": null, "username": "salam1", "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-09-04T12:28:57.672257Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~salam1/5.embed", "fid": "salam1:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/salam1/5/9_4UKC9AX0BX22M2OIYFPMV0F0KV5FYW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/salam1/5/2_PI3L183MO7DGSDG4XSYY5ZFKDQTOR3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/salam1/5/8_MWBIQC00QH40H3OMGHZGKW6UPM6S1E.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/salam1/5/9_4UKC9AX0BX22M2OIYFPMV0F0KV5FYW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/salam1:5", "plots": "https://api.plotly.com/v2/plots/salam1:5", "parent": "https://api.plotly.com/v2/folders/home?user=salam1" }, "owner": "salam1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~salam1/5/", "world_readable": true, "date_modified": "2025-09-04T12:28:57.685Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~salam1/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba (31, 119, 180, 1)", "width": 1.5 }, "mode": "lines", "name": "_child0", "type": "scatter", "xsrc": "salam1:4:042826", "ysrc": "salam1:4:103f78", "xaxis": "x", "yaxis": "y" }, { "line": { "dash": "dash", "color": "rgba (0, 127, 0, 1)", "width": 1.5 }, "mode": "lines+markers", "name": "_child1", "type": "scatter", "xsrc": "salam1:4:5b042b", "ysrc": "salam1:4:0b440b", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#007F00", "width": 1.0 }, "size": 6.0, "color": "#007F00", "symbol": "circle", "opacity": 1 } }, { "mode": "markers", "name": "_child2", "type": "scatter", "xsrc": "salam1:4:023293", "ysrc": "salam1:4:047356", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#FF7F0E", "width": 1.0 }, "size": 6.0, "color": "#FF7F0E", "symbol": "circle", "opacity": 1 } }, { "line": { "dash": "dashdot", "color": "rgba (255, 0, 0, 1)", "width": 1.5 }, "mode": "lines+markers", "name": "_child3", "type": "scatter", "xsrc": "salam1:4:909470", "ysrc": "salam1:4:d93319", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#FF0000", "width": 1.0 }, "size": 6.0, "color": "#FF0000", "symbol": "square", "opacity": 1 } } ], "layout": { "title": { "font": { "size": 12.0, "color": "#000000" }, "text": "Damped oscillation" }, "width": 640, "xaxis": { "side": "bottom", "type": "linear", "range": [ -0.0995, 2.0895 ], "ticks": "inside", "title": { "font": { "size": 10.0, "color": "#000000" }, "text": "time" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 11, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "yaxis": { "side": "left", "type": "linear", "range": [ -1.1032355368496214, 1.1679462738420499 ], "ticks": "inside", "title": { "font": { "size": 10.0, "color": "#000000" }, "text": "volts" }, "anchor": "x", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 7, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "height": 480, "margin": { "b": 52, "l": 80, "r": 63, "t": 57, "pad": 0 }, "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "hovermode": "closest", "showlegend": false } }, "height": 480, "width": 640, "user": { "profile_url": "https://chart-studio.plotly.com/~salam1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-04 12:20:25", "mapbox_access_tokens": null, "has_password": null, "username": "salam1", "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-09-04T12:27:33.339818Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~salam1/3.embed", "fid": "salam1:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/salam1/3/9_EL5EUJ4NVIXDSHU0ANCW0Y1AFW2XL7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/salam1/3/2_O41D9SD6TJZPCQYU47NKX7OFC8OG3K.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/salam1/3/8_NFMHN3M5TAYHXQ5L7I9TC5XROGZ3CV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/salam1/3/9_EL5EUJ4NVIXDSHU0ANCW0Y1AFW2XL7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/salam1:3", "plots": "https://api.plotly.com/v2/plots/salam1:3", "parent": "https://api.plotly.com/v2/folders/home?user=salam1" }, "owner": "salam1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~salam1/3/", "world_readable": true, "date_modified": "2025-09-04T12:27:33.355Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~salam1/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba (31, 119, 180, 1)", "width": 1.5 }, "mode": "lines", "name": "_child0", "type": "scatter", "xsrc": "salam1:2:7dcad2", "ysrc": "salam1:2:724b4b", "xaxis": "x", "yaxis": "y" }, { "line": { "dash": "dash", "color": "rgba (0, 127, 0, 1)", "width": 1.5 }, "mode": "lines+markers", "name": "_child1", "type": "scatter", "xsrc": "salam1:2:0765dc", "ysrc": "salam1:2:48419a", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#007F00", "width": 1.0 }, "size": 6.0, "color": "#007F00", "symbol": "circle", "opacity": 1 } }, { "mode": "markers", "name": "_child2", "type": "scatter", "xsrc": "salam1:2:b6c7c4", "ysrc": "salam1:2:633348", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#FF7F0E", "width": 1.0 }, "size": 6.0, "color": "#FF7F0E", "symbol": "circle", "opacity": 1 } }, { "line": { "dash": "dashdot", "color": "rgba (255, 0, 0, 1)", "width": 1.5 }, "mode": "lines+markers", "name": "_child3", "type": "scatter", "xsrc": "salam1:2:e8b7ac", "ysrc": "salam1:2:b54a73", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#FF0000", "width": 1.0 }, "size": 6.0, "color": "#FF0000", "symbol": "square", "opacity": 1 } } ], "layout": { "title": { "font": { "size": 12.0, "color": "#000000" }, "text": "Damped oscillation" }, "width": 640, "xaxis": { "side": "bottom", "type": "linear", "range": [ -0.0995, 2.0895 ], "ticks": "inside", "title": { "font": { "size": 10.0, "color": "#000000" }, "text": "time" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 11, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "yaxis": { "side": "left", "type": "linear", "range": [ -1.1032355368496214, 1.1679462738420499 ], "ticks": "inside", "title": { "font": { "size": 10.0, "color": "#000000" }, "text": "volts" }, "anchor": "x", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 7, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "height": 480, "margin": { "b": 52, "l": 80, "r": 63, "t": 57, "pad": 0 }, "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "hovermode": "closest", "showlegend": false } }, "height": 480, "width": 640, "user": { "profile_url": "https://chart-studio.plotly.com/~salam1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-04 12:20:25", "mapbox_access_tokens": null, "has_password": null, "username": "salam1", "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-09-04T12:24:07.772098Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~salam1/1.embed", "fid": "salam1:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/salam1:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/salam1:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/salam1/1/8_FYWTAIAE3OKW6S1LIAHCYDIN9G3EWS.png", "list-thumb": "https://api.plotly.com/v2/files/salam1:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/salam1:1", "plots": "https://api.plotly.com/v2/plots/salam1:1", "parent": "https://api.plotly.com/v2/folders/home?user=salam1" }, "owner": "salam1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~salam1/1/", "world_readable": true, "date_modified": "2025-09-04T12:24:07.788Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~salam1/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba (31, 119, 180, 1)", "width": 1.5 }, "mode": "lines", "name": "_child0", "type": "scatter", "xsrc": "salam1:0:0e3883", "ysrc": "salam1:0:7a59e8", "xaxis": "x", "yaxis": "y" }, { "line": { "dash": "dash", "color": "rgba (0, 127, 0, 1)", "width": 1.5 }, "mode": "lines+markers", "name": "_child1", "type": "scatter", "xsrc": "salam1:0:b0bfef", "ysrc": "salam1:0:52eda6", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#007F00", "width": 1.0 }, "size": 6.0, "color": "#007F00", "symbol": "circle", "opacity": 1 } }, { "mode": "markers", "name": "_child2", "type": "scatter", "xsrc": "salam1:0:dd48a5", "ysrc": "salam1:0:8b8c22", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#FF7F0E", "width": 1.0 }, "size": 6.0, "color": "#FF7F0E", "symbol": "circle", "opacity": 1 } }, { "line": { "dash": "dashdot", "color": "rgba (255, 0, 0, 1)", "width": 1.5 }, "mode": "lines+markers", "name": "_child3", "type": "scatter", "xsrc": "salam1:0:11bf32", "ysrc": "salam1:0:be88b4", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#FF0000", "width": 1.0 }, "size": 6.0, "color": "#FF0000", "symbol": "square", "opacity": 1 } } ], "layout": { "title": { "font": { "size": 12.0, "color": "#000000" }, "text": "Damped oscillation" }, "width": 640, "xaxis": { "side": "bottom", "type": "linear", "range": [ -0.0995, 2.0895 ], "ticks": "inside", "title": { "font": { "size": 10.0, "color": "#000000" }, "text": "time" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 11, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "yaxis": { "side": "left", "type": "linear", "range": [ -1.1032355368496214, 1.1679462738420499 ], "ticks": "inside", "title": { "font": { "size": 10.0, "color": "#000000" }, "text": "volts" }, "anchor": "x", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 7, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "height": 480, "margin": { "b": 52, "l": 80, "r": 63, "t": 57, "pad": 0 }, "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "hovermode": "closest", "showlegend": false } }, "height": 480, "width": 640, "user": { "profile_url": "https://chart-studio.plotly.com/~salam1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-04 12:20:25", "mapbox_access_tokens": null, "has_password": null, "username": "salam1", "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-09-04T12:17:47.700127Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~smlecture.education/53.embed", "fid": "smlecture.education:53", "filename": "Plot 53", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/smlecture.education:53/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/smlecture.education:53/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smlecture.education/53/8_KF9T1MKZY75T0C0WPZ0WWX7L31SVY5.png", "list-thumb": "https://api.plotly.com/v2/files/smlecture.education:53/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/smlecture.education:53", "plots": "https://api.plotly.com/v2/plots/smlecture.education:53", "parent": "https://api.plotly.com/v2/folders/home?user=smlecture.education" }, "owner": "smlecture.education", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~smlecture.education/53/", "world_readable": true, "date_modified": "2025-09-04T12:17:47.714Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~smlecture.education/53/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "_child0", "type": "scatter", "xsrc": "smlecture.education:52:41ed89", "ysrc": "smlecture.education:52:41182a", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#FF0000", "width": 1.0 }, "size": 30.0, "color": "#0000FF", "symbol": "circle", "opacity": 1 } } ], "layout": { "width": 640, "xaxis": { "side": "bottom", "type": "linear", "range": [ -0.24000000000000005, 5.040000000000001 ], "ticks": "inside", "anchor": "y", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 8, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "yaxis": { "side": "left", "type": "linear", "range": [ -0.6194153243586807, 1.0771150154456515 ], "ticks": "inside", "anchor": "x", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 11, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "height": 480, "margin": { "b": 52, "l": 80, "r": 63, "t": 57, "pad": 0 }, "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "hovermode": "closest", "showlegend": false } }, "height": 480, "width": 640, "user": { "profile_url": "https://chart-studio.plotly.com/~smlecture.education", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-09-06 08:05:29", "mapbox_access_tokens": null, "has_password": null, "username": "smlecture.education", "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-09-04T12:09:04.948462Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~em88/5.embed", "fid": "em88:5", "filename": "NHANES-yearly_interactive_w_all", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/em88:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/em88:5/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/em88:5/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/em88:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/em88:5", "plots": "https://api.plotly.com/v2/plots/em88:5", "parent": "https://api.plotly.com/v2/folders/home?user=em88" }, "owner": "em88", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 64, "web_url": "https://chart-studio.plotly.com/~em88/5/", "world_readable": true, "date_modified": "2025-09-04T13:40:15.556Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~em88/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:e5fff8", "ysrc": "em88:4:a22ab8", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:705205", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": true, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:0cd077", "ysrc": "em88:4:30e171", "frame": null, "xaxis": "x2", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:071e1d", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:0da810", "ysrc": "em88:4:0681a3", "frame": null, "xaxis": "x3", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:075c63", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:5dceee", "ysrc": "em88:4:512440", "frame": null, "xaxis": "x4", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:c2763f", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:9eb8f1", "ysrc": "em88:4:559f97", "frame": null, "xaxis": "x5", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:0eebc7", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:d0d62a", "ysrc": "em88:4:4893cf", "frame": null, "xaxis": "x", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:47e48e", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:634df4", "ysrc": "em88:4:738f21", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:6dc991", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:0ee304", "ysrc": "em88:4:9f6f5a", "frame": null, "xaxis": "x3", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:0fdd7e", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:5410a7", "ysrc": "em88:4:11a375", "frame": null, "xaxis": "x4", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:b51893", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:b633b2", "ysrc": "em88:4:6d3299", "frame": null, "xaxis": "x5", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:ec0223", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:15b30c", "ysrc": "em88:4:6c93f0", "frame": null, "xaxis": "x", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:b87563", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:302f93", "ysrc": "em88:4:22736c", "frame": null, "xaxis": "x2", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:1f5ab3", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:f71c23", "ysrc": "em88:4:207da3", "frame": null, "xaxis": "x3", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:97a258", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:dc0aa3", "ysrc": "em88:4:51edea", "frame": null, "xaxis": "x4", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:a4a8f8", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(229,99,153,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:e8425a", "ysrc": "em88:4:3e31f8", "frame": null, "xaxis": "x5", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:17bc52", "fillcolor": "rgba(229,99,153,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:600275", "ysrc": "em88:4:d30e9b", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:9b0fd5", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": true, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:934c7a", "ysrc": "em88:4:587bef", "frame": null, "xaxis": "x2", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:023241", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:3c6fb3", "ysrc": "em88:4:5206fc", "frame": null, "xaxis": "x3", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:5ffaf1", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:49aabc", "ysrc": "em88:4:80391d", "frame": null, "xaxis": "x4", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:565015", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:a12748", "ysrc": "em88:4:d5c69d", "frame": null, "xaxis": "x5", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:1f3a3c", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:fcd2ac", "ysrc": "em88:4:f6109d", "frame": null, "xaxis": "x", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:46a1d2", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:55ff5f", "ysrc": "em88:4:557a71", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:aabc90", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:03c29b", "ysrc": "em88:4:610d43", "frame": null, "xaxis": "x3", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:889f46", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:7f1305", "ysrc": "em88:4:d0d497", "frame": null, "xaxis": "x4", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:f76821", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:067dda", "ysrc": "em88:4:b7a6a6", "frame": null, "xaxis": "x5", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:2e9f72", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:dfe226", "ysrc": "em88:4:106e21", "frame": null, "xaxis": "x", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:3d1956", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:b144ec", "ysrc": "em88:4:bd7d47", "frame": null, "xaxis": "x2", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:f76ca7", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:43dae5", "ysrc": "em88:4:95d0a1", "frame": null, "xaxis": "x3", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:ad0368", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:a3626b", "ysrc": "em88:4:37cb8e", "frame": null, "xaxis": "x4", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:1a095b", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(15,123,162,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:4:bc2877", "ysrc": "em88:4:9d7031", "frame": null, "xaxis": "x5", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:4d57f5", "fillcolor": "rgba(15,123,162,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:833c2f", "ysrc": "em88:4:452475", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:571999", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": true, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:05aa5c", "ysrc": "em88:4:6ec18f", "frame": null, "xaxis": "x2", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:2828d1", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:5078b1", "ysrc": "em88:4:0f0e64", "frame": null, "xaxis": "x3", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:ae87cc", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:bca844", "ysrc": "em88:4:5fc563", "frame": null, "xaxis": "x4", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:1a493e", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:ff7019", "ysrc": "em88:4:e698c3", "frame": null, "xaxis": "x5", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:658ced", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:d5633e", "ysrc": "em88:4:736d05", "frame": null, "xaxis": "x", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:c64a0f", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:6546be", "ysrc": "em88:4:4df2f2", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:843873", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:db9e45", "ysrc": "em88:4:99f44c", "frame": null, "xaxis": "x3", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:5a1ed6", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:a8200b", "ysrc": "em88:4:6dbb31", "frame": null, "xaxis": "x4", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:324df9", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:d3e0ad", "ysrc": "em88:4:c161f0", "frame": null, "xaxis": "x5", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:e395e8", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:db79fb", "ysrc": "em88:4:d22917", "frame": null, "xaxis": "x", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:741cb5", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:bb3122", "ysrc": "em88:4:0712c7", "frame": null, "xaxis": "x2", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:503dbc", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:9f8223", "ysrc": "em88:4:e304ed", "frame": null, "xaxis": "x3", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:9a1236", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:38d4bb", "ysrc": "em88:4:a74e2c", "frame": null, "xaxis": "x4", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:e4400b", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "fill": "toself", "line": { "dash": "solid", "color": "rgba(55,66,210,0.5)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:c3e8e1", "ysrc": "em88:4:cee83e", "frame": null, "xaxis": "x5", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:e354e2", "fillcolor": "rgba(55,66,210,0.5)", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:a65b2b", "ysrc": "em88:4:44d0ae", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:3d61ab", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:164fe0", "ysrc": "em88:4:c6b2ca", "frame": null, "xaxis": "x2", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:b23dc0", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:b99f84", "ysrc": "em88:4:5271d8", "frame": null, "xaxis": "x3", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:3b99d1", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:8a28bf", "ysrc": "em88:4:45d6c9", "frame": null, "xaxis": "x4", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:81fc7d", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:e5843b", "ysrc": "em88:4:599010", "frame": null, "xaxis": "x5", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:608a7b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:bebbbe", "ysrc": "em88:4:cd8aea", "frame": null, "xaxis": "x", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:b5248c", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:9c1d78", "ysrc": "em88:4:2f8a91", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:9c76b0", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:fa6313", "ysrc": "em88:4:5beae4", "frame": null, "xaxis": "x3", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:c09a9b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:c016e0", "ysrc": "em88:4:fd9ec1", "frame": null, "xaxis": "x4", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:05afb6", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:200e0b", "ysrc": "em88:4:974c32", "frame": null, "xaxis": "x5", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:741304", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:29b321", "ysrc": "em88:4:fdcb4b", "frame": null, "xaxis": "x", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:89e538", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:10a606", "ysrc": "em88:4:c68541", "frame": null, "xaxis": "x2", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:a2ab39", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:6ea30b", "ysrc": "em88:4:088eed", "frame": null, "xaxis": "x3", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:3fb6ac", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:a78aea", "ysrc": "em88:4:658961", "frame": null, "xaxis": "x4", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:8a2196", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:4:be21aa", "ysrc": "em88:4:54a140", "frame": null, "xaxis": "x5", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:36a585", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:7d41f8", "ysrc": "em88:4:c421aa", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:752c39", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:778c8f", "ysrc": "em88:4:f3862e", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:3df894", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:90ce76", "ysrc": "em88:4:a47a8e", "frame": null, "xaxis": "x3", "yaxis": "y", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:4b2bf4", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:fc35c0", "ysrc": "em88:4:34c665", "frame": null, "xaxis": "x4", "yaxis": "y", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:13fd4c", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:111922", "ysrc": "em88:4:c95d87", "frame": null, "xaxis": "x5", "yaxis": "y", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:aacc39", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:51399c", "ysrc": "em88:4:c97c9b", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:2587d6", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:6d7fda", "ysrc": "em88:4:29c7d1", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:e600a3", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:e50fbf", "ysrc": "em88:4:c02ed9", "frame": null, "xaxis": "x3", "yaxis": "y2", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:527746", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:4f65ca", "ysrc": "em88:4:01f8b2", "frame": null, "xaxis": "x4", "yaxis": "y2", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:375bf4", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:c650cf", "ysrc": "em88:4:d6bac8", "frame": null, "xaxis": "x5", "yaxis": "y2", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:d335b6", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:8d2741", "ysrc": "em88:4:efb8fe", "frame": null, "xaxis": "x", "yaxis": "y3", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:5f4b75", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:c731a3", "ysrc": "em88:4:c83dda", "frame": null, "xaxis": "x2", "yaxis": "y3", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:742e42", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:f0a15d", "ysrc": "em88:4:a51793", "frame": null, "xaxis": "x3", "yaxis": "y3", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:54dc82", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:6b06c3", "ysrc": "em88:4:deb19e", "frame": null, "xaxis": "x4", "yaxis": "y3", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:313c6c", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines+markers", "name": "Male", "type": "scatter", "xsrc": "em88:4:eacb50", "ysrc": "em88:4:689c97", "frame": null, "xaxis": "x5", "yaxis": "y3", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:83fd71", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:40638c", "ysrc": "em88:4:f0da11", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:a3d4df", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:8f6b67", "ysrc": "em88:4:4cb166", "frame": null, "xaxis": "x2", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:cb1fc0", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:888f29", "ysrc": "em88:4:961756", "frame": null, "xaxis": "x3", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:2e377b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:5a2c00", "ysrc": "em88:4:74a310", "frame": null, "xaxis": "x4", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:c390c0", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:d868ab", "ysrc": "em88:4:7c269d", "frame": null, "xaxis": "x5", "yaxis": "y", "hoveron": "points", "textsrc": "em88:4:33a1c9", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:0be3a4", "ysrc": "em88:4:e47ded", "frame": null, "xaxis": "x", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:2e4231", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:e01738", "ysrc": "em88:4:e48694", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:bec811", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:23c201", "ysrc": "em88:4:067036", "frame": null, "xaxis": "x3", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:d97ec8", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:a008f6", "ysrc": "em88:4:6bc11d", "frame": null, "xaxis": "x4", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:3b7602", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:d07f80", "ysrc": "em88:4:0b23fb", "frame": null, "xaxis": "x5", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:4:66c4a6", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:42b2f2", "ysrc": "em88:4:bb8a53", "frame": null, "xaxis": "x", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:48bf1d", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:668fbb", "ysrc": "em88:4:dcfc9f", "frame": null, "xaxis": "x2", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:53d2da", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:566ae1", "ysrc": "em88:4:976ae6", "frame": null, "xaxis": "x3", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:94eaf0", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:91af1d", "ysrc": "em88:4:a63a03", "frame": null, "xaxis": "x4", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:136e3d", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:4:08fa88", "ysrc": "em88:4:e1c3ca", "frame": null, "xaxis": "x5", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:4:942d24", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:a91f77", "ysrc": "em88:4:5d028b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:534277", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:ab196d", "ysrc": "em88:4:fb0790", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:efb55d", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:1a0545", "ysrc": "em88:4:f5c4bb", "frame": null, "xaxis": "x3", "yaxis": "y", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:77263b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:83aee4", "ysrc": "em88:4:463d13", "frame": null, "xaxis": "x4", "yaxis": "y", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:3883a8", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:9b87a5", "ysrc": "em88:4:86e354", "frame": null, "xaxis": "x5", "yaxis": "y", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:85495c", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:a60908", "ysrc": "em88:4:db9c08", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:581541", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:d9e118", "ysrc": "em88:4:fe626c", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:643d09", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:c396dd", "ysrc": "em88:4:50cc40", "frame": null, "xaxis": "x3", "yaxis": "y2", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:5d0d8e", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:5b32aa", "ysrc": "em88:4:0d120e", "frame": null, "xaxis": "x4", "yaxis": "y2", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:34aa60", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:ca4731", "ysrc": "em88:4:8e7899", "frame": null, "xaxis": "x5", "yaxis": "y2", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:84f478", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:130650", "ysrc": "em88:4:6c77b5", "frame": null, "xaxis": "x", "yaxis": "y3", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:918d8c", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:d44cb2", "ysrc": "em88:4:17648e", "frame": null, "xaxis": "x2", "yaxis": "y3", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:7ade41", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:b05aba", "ysrc": "em88:4:e0aa4a", "frame": null, "xaxis": "x3", "yaxis": "y3", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:223cca", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:ffa9c7", "ysrc": "em88:4:0fa151", "frame": null, "xaxis": "x4", "yaxis": "y3", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:72b9ec", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:4:994607", "ysrc": "em88:4:d142ec", "frame": null, "xaxis": "x5", "yaxis": "y3", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:5c8bef", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:e69e3e", "ysrc": "em88:4:c2333c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:0ea7e4", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:d2f400", "ysrc": "em88:4:e29ca7", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:9b48e5", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:c754b7", "ysrc": "em88:4:0f0e1c", "frame": null, "xaxis": "x3", "yaxis": "y", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:e7d933", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:d91e29", "ysrc": "em88:4:857a37", "frame": null, "xaxis": "x4", "yaxis": "y", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:8defa6", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:3bf3a1", "ysrc": "em88:4:e02c04", "frame": null, "xaxis": "x5", "yaxis": "y", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:8ae22f", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:34ce33", "ysrc": "em88:4:622abe", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:8aa21d", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:d27254", "ysrc": "em88:4:ce606d", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:d54011", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:0f67db", "ysrc": "em88:4:55b4d9", "frame": null, "xaxis": "x3", "yaxis": "y2", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:5492ad", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:cdb289", "ysrc": "em88:4:82413e", "frame": null, "xaxis": "x4", "yaxis": "y2", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:2105e5", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:508829", "ysrc": "em88:4:1bb45a", "frame": null, "xaxis": "x5", "yaxis": "y2", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:18ce51", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:e9bc56", "ysrc": "em88:4:216ede", "frame": null, "xaxis": "x", "yaxis": "y3", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:812985", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:1694e9", "ysrc": "em88:4:6b69f9", "frame": null, "xaxis": "x2", "yaxis": "y3", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:183d70", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:2c15af", "ysrc": "em88:4:dbf792", "frame": null, "xaxis": "x3", "yaxis": "y3", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:5daa9a", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:a2b99d", "ysrc": "em88:4:6acc56", "frame": null, "xaxis": "x4", "yaxis": "y3", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:36cd8e", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:4:cf0bd0", "ysrc": "em88:4:d1892d", "frame": null, "xaxis": "x5", "yaxis": "y3", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:4:8c1f7b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:aa014c", "ysrc": "em88:4:525980", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:f5080b", "ysrc": "em88:4:a6a98e", "frame": null, "xaxis": "x2", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:a35c8a", "ysrc": "em88:4:b5fc24", "frame": null, "xaxis": "x3", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:d63090", "ysrc": "em88:4:61e5de", "frame": null, "xaxis": "x4", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:31fc3d", "ysrc": "em88:4:096f0f", "frame": null, "xaxis": "x5", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:5b98b9", "ysrc": "em88:4:d16a2b", "frame": null, "xaxis": "x", "yaxis": "y2", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:2ae973", "ysrc": "em88:4:1eb5c0", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:d1b08f", "ysrc": "em88:4:72ad31", "frame": null, "xaxis": "x3", "yaxis": "y2", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:9e2a4c", "ysrc": "em88:4:3ff987", "frame": null, "xaxis": "x4", "yaxis": "y2", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:7c5c66", "ysrc": "em88:4:6a441a", "frame": null, "xaxis": "x5", "yaxis": "y2", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:9af71e", "ysrc": "em88:4:b03ad3", "frame": null, "xaxis": "x", "yaxis": "y3", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:d9334f", "ysrc": "em88:4:83ef1d", "frame": null, "xaxis": "x2", "yaxis": "y3", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:a77416", "ysrc": "em88:4:be433c", "frame": null, "xaxis": "x3", "yaxis": "y3", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:cf2c54", "ysrc": "em88:4:382fc1", "frame": null, "xaxis": "x4", "yaxis": "y3", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dot", "color": "rgba(0,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "", "type": "scatter", "xsrc": "em88:4:0ca40d", "ysrc": "em88:4:ac391e", "frame": null, "xaxis": "x5", "yaxis": "y3", "hoveron": "points", "hoverinfo": "text", "showlegend": false } ], "layout": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 2004.1341666666667, 2017.8658333333333 ], "ticks": "", "title": "", "anchor": "y3", "domain": [ 0, 0.1942345832756792 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 2005, 2007, 2009, 2011, 2013, 2015, 2017 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0.17981341772037068, 1.9048618114681668 ], "ticks": "", "title": "", "anchor": "x", "domain": [ 0.6816567501499009, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "1", "2", "3" ], "tickvals": [ 1, 1.4142135623730951, 1.7320508075688772 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "1", "2", "3" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 10.62681610626816, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Subgroup" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 71.06683271066834, "l": 28.559568285595688, "r": 6.641760066417603, "t": 33.26857617268576 }, "shapes": [ { "x0": 0, "x1": 0.1942345832756792, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0, "x1": 0.1942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.20576541672432083, "x1": 0.3942345832756792, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.20576541672432083, "x1": 0.3942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.40576541672432087, "x1": 0.5942345832756792, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.40576541672432087, "x1": 0.5942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.6057654167243209, "x1": 0.7942345832756792, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.6057654167243209, "x1": 0.7942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.8057654167243209, "x1": 1, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.8057654167243209, "x1": 1, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0, "x1": 0.1942345832756792, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0, "x1": 0.1942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.20576541672432083, "x1": 0.3942345832756792, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.20576541672432083, "x1": 0.3942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.40576541672432087, "x1": 0.5942345832756792, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.40576541672432087, "x1": 0.5942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.6057654167243209, "x1": 0.7942345832756792, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.6057654167243209, "x1": 0.7942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.8057654167243209, "x1": 1, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.8057654167243209, "x1": 1, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0, "x1": 0.1942345832756792, "y0": 0, "y1": 0.3183432498500992, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0, "x1": 0.1942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.3183432498500992, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.20576541672432083, "x1": 0.3942345832756792, "y0": 0, "y1": 0.3183432498500992, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.20576541672432083, "x1": 0.3942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.3183432498500992, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.40576541672432087, "x1": 0.5942345832756792, "y0": 0, "y1": 0.3183432498500992, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.40576541672432087, "x1": 0.5942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.3183432498500992, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.6057654167243209, "x1": 0.7942345832756792, "y0": 0, "y1": 0.3183432498500992, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.6057654167243209, "x1": 0.7942345832756792, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.3183432498500992, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.8057654167243209, "x1": 1, "y0": 0, "y1": 0.3183432498500992, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.8057654167243209, "x1": 1, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.3183432498500992, "fillcolor": null, "ysizemode": "pixel" } ], "xaxis2": { "type": "linear", "range": [ 2004.1341666666667, 2017.8658333333333 ], "ticks": "", "title": "", "anchor": "y3", "domain": [ 0.20576541672432083, 0.3942345832756792 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 2005, 2007, 2009, 2011, 2013, 2015, 2017 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "xaxis3": { "type": "linear", "range": [ 2004.1341666666667, 2017.8658333333333 ], "ticks": "", "title": "", "anchor": "y3", "domain": [ 0.40576541672432087, 0.5942345832756792 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 2005, 2007, 2009, 2011, 2013, 2015, 2017 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "xaxis4": { "type": "linear", "range": [ 2004.1341666666667, 2017.8658333333333 ], "ticks": "", "title": "", "anchor": "y3", "domain": [ 0.6057654167243209, 0.7942345832756792 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 2005, 2007, 2009, 2011, 2013, 2015, 2017 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "xaxis5": { "type": "linear", "range": [ 2004.1341666666667, 2017.8658333333333 ], "ticks": "", "title": "", "anchor": "y3", "domain": [ 0.8057654167243209, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 2005, 2007, 2009, 2011, 2013, 2015, 2017 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "yaxis2": { "type": "linear", "range": [ 0.17981341772037068, 1.9048618114681668 ], "ticks": "", "title": "", "anchor": "x", "domain": [ 0.34832341681656753, 0.6516765831834326 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "1", "2", "3" ], "tickvals": [ 1, 1.4142135623730951, 1.7320508075688772 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "1", "2", "3" ], "categoryorder": "array", "showticklabels": true }, "yaxis3": { "type": "linear", "range": [ 0.17981341772037068, 1.9048618114681668 ], "ticks": "", "title": "", "anchor": "x", "domain": [ 0, 0.3183432498500992 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "1", "2", "3" ], "tickvals": [ 1, 1.4142135623730951, 1.7320508075688772 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "1", "2", "3" ], "categoryorder": "array", "showticklabels": true }, "barmode": "relative", "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 0.5, "y": 0, "ax": 0, "ay": 0, "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "NHANES Wave", "xref": "paper", "yref": "paper", "yshift": -57.11913657119138, "xanchor": "center", "yanchor": "top", "showarrow": false, "textangle": 0, "annotationType": "axis" }, { "x": 0, "y": 0.5, "ax": 0, "ay": 0, "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Odds Ratio", "xref": "paper", "yref": "paper", "xshift": -14.611872146118724, "xanchor": "right", "yanchor": "center", "showarrow": false, "textangle": -90, "annotationType": "axis" }, { "x": 0.0971172916378396, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Processed Meat<br />per 50 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.3, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Red Meat<br />per 65 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.5, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Sodium<br />per 1 gram", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7000000000000001, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Sugar-Sweetened Beverages<br />per 355 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.9028827083621604, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Ultra-Processed Foods<br />per 90 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.0971172916378396, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Calcium<br />per 1 gram", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.3, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Fiber<br />per 1 gram", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.5, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Fruit<br />per 150 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7000000000000001, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Legumes<br />per 150 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.9028827083621604, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Milk<br />per 250 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.0971172916378396, "y": 0.3183432498500992, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Nuts and Seeds<br />per 30 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.3, "y": 0.3183432498500992, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Omega-3<br />per 1 gram", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.5, "y": 0.3183432498500992, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Polyunsaturated Fat<br />per 1 % energy", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7000000000000001, "y": 0.3183432498500992, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Vegetables<br />per 75 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.9028827083621604, "y": 0.3183432498500992, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Wholegrains<br />per 28 grams", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~em88", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-04 12:01:08", "mapbox_access_tokens": null, "has_password": null, "username": "em88", "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-09-04T12:08:46.155424Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~em88/3.embed", "fid": "em88:3", "filename": "NHANES-depression_p_interactive", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/em88:3/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/em88/3/2_0843OBF83FCAR6XN1NKHH8PIK8HQL0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/em88/3/8_6H2BYGB3HSJKE4XB788N1HYY09GV8D.png", "list-thumb": "https://api.plotly.com/v2/files/em88:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/em88:3", "plots": "https://api.plotly.com/v2/plots/em88:3", "parent": "https://api.plotly.com/v2/folders/home?user=em88" }, "owner": "em88", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 39, "web_url": "https://chart-studio.plotly.com/~em88/3/", "world_readable": true, "date_modified": "2025-09-04T12:23:46.279Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~em88/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:2:7f720b", "ysrc": "em88:2:809f8a", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:2:4186cb", "hoverinfo": "text", "showlegend": true, "legendgroup": "Female" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:2:a3a70b", "ysrc": "em88:2:0414e3", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:2:49dc80", "hoverinfo": "text", "showlegend": true, "legendgroup": "Male" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:2:bf7edf", "ysrc": "em88:2:9aabe4", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:2:e594af", "hoverinfo": "text", "showlegend": true, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:2:90fdf2", "ysrc": "em88:2:d1af77", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:2:faa3bc", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:2:27c0d7", "ysrc": "em88:2:b6f72c", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:2:d28e08", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:2:76d390", "ysrc": "em88:2:088e8e", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:2:76e515", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" } ], "layout": { "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 0.4, 7.6 ], "ticks": "", "title": { "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "NHANES Wave" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 14.87754254877543, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 1, 2, 3, 4.000000000000001, 5, 6, 7 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 4.4799999999999995, 11.52 ], "ticks": "", "title": { "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Depression %" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 14.87754254877543, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "6", "8", "10" ], "tickvals": [ 6, 8, 10 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "6", "8", "10" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 14.87754254877543, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Subgroup" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 96.50477376504777, "l": 44.433374844333756, "r": 7.305936073059362, "t": 23.305936073059364 }, "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": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~em88", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-04 12:01:08", "mapbox_access_tokens": null, "has_password": null, "username": "em88", "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-09-04T12:08:02.274323Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~em88/1.embed", "fid": "em88:1", "filename": "NHANES-diet-interactive", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/em88:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/em88:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/em88:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/em88:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/em88:1", "plots": "https://api.plotly.com/v2/plots/em88:1", "parent": "https://api.plotly.com/v2/folders/home?user=em88" }, "owner": "em88", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 57, "web_url": "https://chart-studio.plotly.com/~em88/1/", "world_readable": true, "date_modified": "2025-09-04T13:41:03.020Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~em88/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:fcce64", "ysrc": "em88:0:5a5e25", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:723b3a", "hoverinfo": "text", "showlegend": true, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:bf4628", "ysrc": "em88:0:800ea4", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:9d2777", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:1e4cb9", "ysrc": "em88:0:565d9c", "frame": null, "xaxis": "x3", "yaxis": "y3", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:2a330b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:a4d6fa", "ysrc": "em88:0:37c2c0", "frame": null, "xaxis": "x4", "yaxis": "y4", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:450930", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:ecb062", "ysrc": "em88:0:0aa999", "frame": null, "xaxis": "x5", "yaxis": "y5", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:e6a05b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:e0a4cd", "ysrc": "em88:0:7821e9", "frame": null, "xaxis": "x", "yaxis": "y6", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:b681c8", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:5a0af1", "ysrc": "em88:0:f0b38d", "frame": null, "xaxis": "x2", "yaxis": "y7", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:7da821", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:faa686", "ysrc": "em88:0:c6b4fc", "frame": null, "xaxis": "x3", "yaxis": "y8", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:9120d3", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:c0274b", "ysrc": "em88:0:4029c6", "frame": null, "xaxis": "x4", "yaxis": "y9", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:04834f", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:481216", "ysrc": "em88:0:d8faee", "frame": null, "xaxis": "x5", "yaxis": "y10", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:e1b233", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:71bd72", "ysrc": "em88:0:0156a1", "frame": null, "xaxis": "x", "yaxis": "y11", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:dbf42e", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:7f9623", "ysrc": "em88:0:6cf5f1", "frame": null, "xaxis": "x2", "yaxis": "y12", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:c1ad4e", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:adba5c", "ysrc": "em88:0:d0667d", "frame": null, "xaxis": "x3", "yaxis": "y13", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:7283f4", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "em88:0:8456fa", "ysrc": "em88:0:95e936", "frame": null, "xaxis": "x4", "yaxis": "y14", "marker": { "line": { "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,99,153,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:909d2b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:02caa2", "ysrc": "em88:0:661fc2", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:e783ec", "hoverinfo": "text", "showlegend": true, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:6dc1df", "ysrc": "em88:0:4cbc79", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:b41e57", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:ef6b7f", "ysrc": "em88:0:5c4d05", "frame": null, "xaxis": "x3", "yaxis": "y3", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:6fbbff", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:e5d754", "ysrc": "em88:0:68256a", "frame": null, "xaxis": "x4", "yaxis": "y4", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:bf3adb", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:97a389", "ysrc": "em88:0:e6b969", "frame": null, "xaxis": "x5", "yaxis": "y5", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:7cd760", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:1f71f4", "ysrc": "em88:0:a597ea", "frame": null, "xaxis": "x", "yaxis": "y6", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:8dbf7b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:aadb09", "ysrc": "em88:0:39f41e", "frame": null, "xaxis": "x2", "yaxis": "y7", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:c5861a", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:04b6f6", "ysrc": "em88:0:3fcedb", "frame": null, "xaxis": "x3", "yaxis": "y8", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:72ee15", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:513180", "ysrc": "em88:0:2b7d69", "frame": null, "xaxis": "x4", "yaxis": "y9", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:3c1716", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:f9f2eb", "ysrc": "em88:0:060ccc", "frame": null, "xaxis": "x5", "yaxis": "y10", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:dd28dc", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:13be55", "ysrc": "em88:0:3471f2", "frame": null, "xaxis": "x", "yaxis": "y11", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:0ff0d7", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:71d5d2", "ysrc": "em88:0:cf6dba", "frame": null, "xaxis": "x2", "yaxis": "y12", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:bf60cb", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:5b2334", "ysrc": "em88:0:d04647", "frame": null, "xaxis": "x3", "yaxis": "y13", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:949e8c", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "em88:0:c0630e", "ysrc": "em88:0:c50d6f", "frame": null, "xaxis": "x4", "yaxis": "y14", "marker": { "line": { "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(15,123,162,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:6bd4d3", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:6722af", "ysrc": "em88:0:77377f", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:6c2177", "hoverinfo": "text", "showlegend": true, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:dc81f2", "ysrc": "em88:0:caf9b1", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:4ea180", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:aa8022", "ysrc": "em88:0:092e83", "frame": null, "xaxis": "x3", "yaxis": "y3", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:001182", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:e2ce66", "ysrc": "em88:0:c3e883", "frame": null, "xaxis": "x4", "yaxis": "y4", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:1eb2d8", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:7e0021", "ysrc": "em88:0:61a3c4", "frame": null, "xaxis": "x5", "yaxis": "y5", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:d298ee", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:889af0", "ysrc": "em88:0:5198ee", "frame": null, "xaxis": "x", "yaxis": "y6", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:4c3502", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:f77d15", "ysrc": "em88:0:e75a69", "frame": null, "xaxis": "x2", "yaxis": "y7", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:9f5be3", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:cef94f", "ysrc": "em88:0:3625c8", "frame": null, "xaxis": "x3", "yaxis": "y8", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:3dd62d", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:d7d7cf", "ysrc": "em88:0:a547b2", "frame": null, "xaxis": "x4", "yaxis": "y9", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:46a7b7", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:d23ced", "ysrc": "em88:0:a8634a", "frame": null, "xaxis": "x5", "yaxis": "y10", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:722902", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:113f45", "ysrc": "em88:0:14e655", "frame": null, "xaxis": "x", "yaxis": "y11", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:360709", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:2ca7f2", "ysrc": "em88:0:a8790c", "frame": null, "xaxis": "x2", "yaxis": "y12", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:7e3cbe", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:4ff0b2", "ysrc": "em88:0:c042f2", "frame": null, "xaxis": "x3", "yaxis": "y13", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:bbdf42", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "mode": "markers", "name": "Overall", "type": "scatter", "xsrc": "em88:0:78f18e", "ysrc": "em88:0:6575e9", "frame": null, "xaxis": "x4", "yaxis": "y14", "marker": { "line": { "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(55,66,210,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "em88:0:02f1ee", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:966010", "ysrc": "em88:0:31fddc", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:0:f5831a", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:2362b8", "ysrc": "em88:0:920caa", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:0:bfa3bc", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:1d407c", "ysrc": "em88:0:3320eb", "frame": null, "xaxis": "x3", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:0:881de5", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:f615d7", "ysrc": "em88:0:1e1b54", "frame": null, "xaxis": "x4", "yaxis": "y4", "hoveron": "points", "textsrc": "em88:0:d0c6a9", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:b0389a", "ysrc": "em88:0:2bfff2", "frame": null, "xaxis": "x5", "yaxis": "y5", "hoveron": "points", "textsrc": "em88:0:e8aa28", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:bb3b1d", "ysrc": "em88:0:a2a991", "frame": null, "xaxis": "x", "yaxis": "y6", "hoveron": "points", "textsrc": "em88:0:1eab77", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:e6371c", "ysrc": "em88:0:f96c67", "frame": null, "xaxis": "x2", "yaxis": "y7", "hoveron": "points", "textsrc": "em88:0:ffc9f2", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:5feb86", "ysrc": "em88:0:334d6d", "frame": null, "xaxis": "x3", "yaxis": "y8", "hoveron": "points", "textsrc": "em88:0:4fe32b", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:42d974", "ysrc": "em88:0:18585c", "frame": null, "xaxis": "x4", "yaxis": "y9", "hoveron": "points", "textsrc": "em88:0:97c7d8", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:f9dd85", "ysrc": "em88:0:d9e5bc", "frame": null, "xaxis": "x5", "yaxis": "y10", "hoveron": "points", "textsrc": "em88:0:c1e12c", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:11a127", "ysrc": "em88:0:3fdb60", "frame": null, "xaxis": "x", "yaxis": "y11", "hoveron": "points", "textsrc": "em88:0:092081", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:faeefb", "ysrc": "em88:0:456d13", "frame": null, "xaxis": "x2", "yaxis": "y12", "hoveron": "points", "textsrc": "em88:0:011092", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:9a32f1", "ysrc": "em88:0:7d2cdd", "frame": null, "xaxis": "x3", "yaxis": "y13", "hoveron": "points", "textsrc": "em88:0:c65e62", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(229,99,153,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Female", "type": "scatter", "xsrc": "em88:0:ef5c7f", "ysrc": "em88:0:f34342", "frame": null, "xaxis": "x4", "yaxis": "y14", "hoveron": "points", "textsrc": "em88:0:905f30", "hoverinfo": "text", "showlegend": false, "legendgroup": "Female" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:d8e7d0", "ysrc": "em88:0:8a0dd8", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:0:5dcae7", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:aa9b33", "ysrc": "em88:0:88b63c", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:0:2888db", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:f9a06c", "ysrc": "em88:0:7f365f", "frame": null, "xaxis": "x3", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:0:4cb6a3", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:c85308", "ysrc": "em88:0:eb559b", "frame": null, "xaxis": "x4", "yaxis": "y4", "hoveron": "points", "textsrc": "em88:0:e4c9c7", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:0fb06b", "ysrc": "em88:0:ea2f60", "frame": null, "xaxis": "x5", "yaxis": "y5", "hoveron": "points", "textsrc": "em88:0:391359", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:54336e", "ysrc": "em88:0:12cbb6", "frame": null, "xaxis": "x", "yaxis": "y6", "hoveron": "points", "textsrc": "em88:0:c340b0", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:b23a3b", "ysrc": "em88:0:c7f552", "frame": null, "xaxis": "x2", "yaxis": "y7", "hoveron": "points", "textsrc": "em88:0:d647d1", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:e27371", "ysrc": "em88:0:e96690", "frame": null, "xaxis": "x3", "yaxis": "y8", "hoveron": "points", "textsrc": "em88:0:56739d", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:17ba96", "ysrc": "em88:0:87c621", "frame": null, "xaxis": "x4", "yaxis": "y9", "hoveron": "points", "textsrc": "em88:0:dbbded", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:bd0055", "ysrc": "em88:0:9e971b", "frame": null, "xaxis": "x5", "yaxis": "y10", "hoveron": "points", "textsrc": "em88:0:d58d76", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:f8b04b", "ysrc": "em88:0:2949c9", "frame": null, "xaxis": "x", "yaxis": "y11", "hoveron": "points", "textsrc": "em88:0:56ce3c", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:74c4ff", "ysrc": "em88:0:1303f7", "frame": null, "xaxis": "x2", "yaxis": "y12", "hoveron": "points", "textsrc": "em88:0:b25da3", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:e6fc88", "ysrc": "em88:0:75f107", "frame": null, "xaxis": "x3", "yaxis": "y13", "hoveron": "points", "textsrc": "em88:0:012ba0", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(15,123,162,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Male", "type": "scatter", "xsrc": "em88:0:a509f9", "ysrc": "em88:0:e40ce9", "frame": null, "xaxis": "x4", "yaxis": "y14", "hoveron": "points", "textsrc": "em88:0:5f5fe4", "hoverinfo": "text", "showlegend": false, "legendgroup": "Male" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:bbd037", "ysrc": "em88:0:7d04cb", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "em88:0:c73c44", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:a054b4", "ysrc": "em88:0:e69887", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "textsrc": "em88:0:f0bbe8", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:45859f", "ysrc": "em88:0:6f63a3", "frame": null, "xaxis": "x3", "yaxis": "y3", "hoveron": "points", "textsrc": "em88:0:34d017", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:1594b1", "ysrc": "em88:0:a72b25", "frame": null, "xaxis": "x4", "yaxis": "y4", "hoveron": "points", "textsrc": "em88:0:b3d283", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:8e240c", "ysrc": "em88:0:587ad0", "frame": null, "xaxis": "x5", "yaxis": "y5", "hoveron": "points", "textsrc": "em88:0:3e137e", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:ce5ed5", "ysrc": "em88:0:59ab5b", "frame": null, "xaxis": "x", "yaxis": "y6", "hoveron": "points", "textsrc": "em88:0:2933fd", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:c9aa62", "ysrc": "em88:0:cd4e4d", "frame": null, "xaxis": "x2", "yaxis": "y7", "hoveron": "points", "textsrc": "em88:0:1f1b43", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:80e400", "ysrc": "em88:0:8a02cc", "frame": null, "xaxis": "x3", "yaxis": "y8", "hoveron": "points", "textsrc": "em88:0:185414", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:7eb216", "ysrc": "em88:0:690373", "frame": null, "xaxis": "x4", "yaxis": "y9", "hoveron": "points", "textsrc": "em88:0:7037fb", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:165433", "ysrc": "em88:0:1ea48e", "frame": null, "xaxis": "x5", "yaxis": "y10", "hoveron": "points", "textsrc": "em88:0:f6396d", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:7652d0", "ysrc": "em88:0:825819", "frame": null, "xaxis": "x", "yaxis": "y11", "hoveron": "points", "textsrc": "em88:0:6a9eb8", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:a82e09", "ysrc": "em88:0:c91848", "frame": null, "xaxis": "x2", "yaxis": "y12", "hoveron": "points", "textsrc": "em88:0:7baddc", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:1edccf", "ysrc": "em88:0:6aca32", "frame": null, "xaxis": "x3", "yaxis": "y13", "hoveron": "points", "textsrc": "em88:0:4a446f", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" }, { "line": { "dash": "solid", "color": "rgba(55,66,210,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "Overall", "type": "scatter", "xsrc": "em88:0:797a2b", "ysrc": "em88:0:58f1a4", "frame": null, "xaxis": "x4", "yaxis": "y14", "hoveron": "points", "textsrc": "em88:0:cfd369", "hoverinfo": "text", "showlegend": false, "legendgroup": "Overall" } ], "layout": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 0.4, 7.6 ], "ticks": "", "title": "", "anchor": "y11", "domain": [ 0, 0.17117291637839585 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 1, 2, 3, 4.000000000000001, 5, 6, 7 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 59.7425, 74.92250000000001 ], "ticks": "", "title": "", "anchor": "x", "domain": [ 0.6816567501499009, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "60", "65", "70" ], "tickvals": [ 60, 65, 70 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "60", "65", "70" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 10.62681610626816, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Subgroup" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 71.06683271066834, "l": 33.87297633872977, "r": 6.641760066417603, "t": 33.26857617268576 }, "shapes": [ { "x0": 0, "x1": 0.17117291637839585, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0, "x1": 0.17117291637839585, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.22882708362160417, "x1": 0.37117291637839583, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.22882708362160417, "x1": 0.37117291637839583, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.4288270836216042, "x1": 0.571172916378396, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.4288270836216042, "x1": 0.571172916378396, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.6288270836216042, "x1": 0.7711729163783959, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.6288270836216042, "x1": 0.7711729163783959, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.8288270836216042, "x1": 1, "y0": 0.6816567501499009, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.8288270836216042, "x1": 1, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 1, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0, "x1": 0.17117291637839585, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0, "x1": 0.17117291637839585, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.22882708362160417, "x1": 0.37117291637839583, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.22882708362160417, "x1": 0.37117291637839583, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.4288270836216042, "x1": 0.571172916378396, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.4288270836216042, "x1": 0.571172916378396, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.6288270836216042, "x1": 0.7711729163783959, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.6288270836216042, "x1": 0.7711729163783959, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.8288270836216042, "x1": 1, "y0": 0.34832341681656753, "y1": 0.6516765831834326, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.8288270836216042, "x1": 1, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.6516765831834326, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0, "x1": 0.17117291637839585, "y0": 0, "y1": 0.3183432498500992, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0, "x1": 0.17117291637839585, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.3183432498500992, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.22882708362160417, "x1": 0.37117291637839583, "y0": 0, "y1": 0.3183432498500992, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.22882708362160417, "x1": 0.37117291637839583, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.3183432498500992, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.4288270836216042, "x1": 0.571172916378396, "y0": 0, "y1": 0.3183432498500992, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.4288270836216042, "x1": 0.571172916378396, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.3183432498500992, "fillcolor": null, "ysizemode": "pixel" }, { "x0": 0.6288270836216042, "x1": 0.7711729163783959, "y0": 0, "y1": 0.3183432498500992, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "fillcolor": null }, { "x0": 0.6288270836216042, "x1": 0.7711729163783959, "y0": 0, "y1": 21.25363221253632, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "layer": "below", "yanchor": 0.3183432498500992, "fillcolor": null, "ysizemode": "pixel" } ], "xaxis2": { "type": "linear", "range": [ 0.4, 7.6 ], "ticks": "", "title": "", "anchor": "y12", "domain": [ 0.22882708362160417, 0.37117291637839583 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 1, 2, 3, 4.000000000000001, 5, 6, 7 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "xaxis3": { "type": "linear", "range": [ 0.4, 7.6 ], "ticks": "", "title": "", "anchor": "y13", "domain": [ 0.4288270836216042, 0.571172916378396 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 1, 2, 3, 4.000000000000001, 5, 6, 7 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "xaxis4": { "type": "linear", "range": [ 0.4, 7.6 ], "ticks": "", "title": "", "anchor": "y14", "domain": [ 0.6288270836216042, 0.7711729163783959 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 1, 2, 3, 4.000000000000001, 5, 6, 7 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "xaxis5": { "type": "linear", "range": [ 0.4, 7.6 ], "ticks": "", "title": "", "anchor": "y10", "domain": [ 0.8288270836216042, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "tickvals": [ 1, 2, 3, 4.000000000000001, 5, 6, 7 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "2005-2006", "2007-2008", "2009-2010", "2011-2012", "2013-2014", "2015-2016", "2017-2018" ], "categoryorder": "array", "showticklabels": true }, "yaxis2": { "type": "linear", "range": [ 3.8460499999999995, 26.493650000000002 ], "ticks": "", "title": "", "anchor": "x2", "domain": [ 0.6816567501499009, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "5", "10", "15", "20", "25" ], "tickvals": [ 5, 9.999999999999998, 15, 20, 25 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "5", "10", "15", "20", "25" ], "categoryorder": "array", "showticklabels": true }, "yaxis3": { "type": "linear", "range": [ 32.926500000000004, 79.11449999999999 ], "ticks": "", "title": "", "anchor": "x3", "domain": [ 0.6816567501499009, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "40", "50", "60", "70" ], "tickvals": [ 40, 50, 60, 70 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "40", "50", "60", "70" ], "categoryorder": "array", "showticklabels": true }, "yaxis4": { "type": "linear", "range": [ 16.101000000000003, 28.653 ], "ticks": "", "title": "", "anchor": "x4", "domain": [ 0.6816567501499009, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "20", "24", "28" ], "tickvals": [ 20, 24, 28 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "20", "24", "28" ], "categoryorder": "array", "showticklabels": true }, "yaxis5": { "type": "linear", "range": [ 77.655, 99.855 ], "ticks": "", "title": "", "anchor": "x5", "domain": [ 0.6816567501499009, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "80", "85", "90", "95" ], "tickvals": [ 80, 85, 90, 95 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "80", "85", "90", "95" ], "categoryorder": "array", "showticklabels": true }, "yaxis6": { "type": "linear", "range": [ 63.24, 91.56 ], "ticks": "", "title": "", "anchor": "x", "domain": [ 0.34832341681656753, 0.6516765831834326 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "70", "80", "90" ], "tickvals": [ 70, 80, 90 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "70", "80", "90" ], "categoryorder": "array", "showticklabels": true }, "yaxis7": { "type": "linear", "range": [ 92.23899999999999, 96.727 ], "ticks": "", "title": "", "anchor": "x2", "domain": [ 0.34832341681656753, 0.6516765831834326 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "93", "94", "95", "96" ], "tickvals": [ 93, 94, 95, 96 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "93", "94", "95", "96" ], "categoryorder": "array", "showticklabels": true }, "yaxis8": { "type": "linear", "range": [ 89.988, 97.284 ], "ticks": "", "title": "", "anchor": "x3", "domain": [ 0.34832341681656753, 0.6516765831834326 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "90", "92", "94", "96" ], "tickvals": [ 90, 92, 94, 96 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "90", "92", "94", "96" ], "categoryorder": "array", "showticklabels": true }, "yaxis9": { "type": "linear", "range": [ 70.9065, 99.3345 ], "ticks": "", "title": "", "anchor": "x4", "domain": [ 0.34832341681656753, 0.6516765831834326 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "80", "90" ], "tickvals": [ 80, 90 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "80", "90" ], "categoryorder": "array", "showticklabels": true }, "barmode": "relative", "yaxis10": { "type": "linear", "range": [ 68.66799999999999, 81.244 ], "ticks": "", "title": "", "anchor": "x5", "domain": [ 0.34832341681656753, 0.6516765831834326 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "69", "72", "75", "78", "81" ], "tickvals": [ 69, 72, 75, 78, 81 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "69", "72", "75", "78", "81" ], "categoryorder": "array", "showticklabels": true }, "yaxis11": { "type": "linear", "range": [ 1.35805, 8.86165 ], "ticks": "", "title": "", "anchor": "x", "domain": [ 0, 0.3183432498500992 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "3", "5", "7" ], "tickvals": [ 3, 5, 7 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "3", "5", "7" ], "categoryorder": "array", "showticklabels": true }, "yaxis12": { "type": "linear", "range": [ 60.5015, 87.3695 ], "ticks": "", "title": "", "anchor": "x2", "domain": [ 0, 0.3183432498500992 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "70", "80" ], "tickvals": [ 70, 80 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "70", "80" ], "categoryorder": "array", "showticklabels": true }, "yaxis13": { "type": "linear", "range": [ 95.48549999999999, 98.4015 ], "ticks": "", "title": "", "anchor": "x3", "domain": [ 0, 0.3183432498500992 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "95.5", "96.0", "96.5", "97.0", "97.5", "98.0" ], "tickvals": [ 95.5, 96, 96.5, 97, 97.5, 98 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "95.5", "96.0", "96.5", "97.0", "97.5", "98.0" ], "categoryorder": "array", "showticklabels": true }, "yaxis14": { "type": "linear", "range": [ 98.7715, 99.95949999999999 ], "ticks": "", "title": "", "anchor": "x4", "domain": [ 0, 0.3183432498500992 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "99.00", "99.25", "99.50", "99.75" ], "tickvals": [ 99, 99.25, 99.5, 99.75 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "hoverformat": ".2f", "categoryarray": [ "99.00", "99.25", "99.50", "99.75" ], "categoryorder": "array", "showticklabels": true }, "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 0.5, "y": 0, "ax": 0, "ay": 0, "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "NHANES Wave", "xref": "paper", "yref": "paper", "yshift": -57.11913657119138, "xanchor": "center", "yanchor": "top", "showarrow": false, "textangle": 0, "annotationType": "axis" }, { "x": 0, "y": 0.5, "ax": 0, "ay": 0, "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "% at risk", "xref": "paper", "yref": "paper", "xshift": -19.9252801992528, "xanchor": "right", "yanchor": "center", "showarrow": false, "textangle": -90, "annotationType": "axis" }, { "x": 0.08558645818919793, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "High<br />Processed Meat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.3, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "High<br />Red Meat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.5000000000000001, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "High<br />Sodium", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7000000000000001, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "High<br />Sugar-Sweetened Beverages", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.9144135418108021, "y": 1, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Calcium", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.08558645818919793, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Fiber", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.3, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Fruit", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.5000000000000001, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Legumes", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7000000000000001, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Milk", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.9144135418108021, "y": 0.6516765831834326, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Nuts and Seeds", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.08558645818919793, "y": 0.3183432498500992, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Omega-3", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.3, "y": 0.3183432498500992, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Polyunsaturated Fat", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.5000000000000001, "y": 0.3183432498500992, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Vegetables", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7000000000000001, "y": 0.3183432498500992, "ax": 0, "ay": 0, "font": { "size": 10.62681610626816, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Low<br />Wholegrains", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 } ], "plot_bgcolor": "rgba(255, 255, 255, 0)", "paper_bgcolor": "rgba(255, 255, 255, 0)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~em88", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-04 12:01:08", "mapbox_access_tokens": null, "has_password": null, "username": "em88", "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-09-04T12:03:30.070860Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~xxinhangli/69.embed", "fid": "xxinhangli:69", "filename": "Plot 69", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/xxinhangli/69/9_45HJHI7WTVFEIUB6Y0XQY34SSDJ01L.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/xxinhangli/69/2_W4EAMU2WCF1BZQD9RHJQ7ZNF0WY38T.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xxinhangli/69/8_ZSRE3DUY3D888DU8F2TCL0JM76RTL8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xxinhangli/69/9_45HJHI7WTVFEIUB6Y0XQY34SSDJ01L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/xxinhangli:69", "plots": "https://api.plotly.com/v2/plots/xxinhangli:69", "parent": "https://api.plotly.com/v2/folders/home?user=xxinhangli" }, "owner": "xxinhangli", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~xxinhangli/69/", "world_readable": true, "date_modified": "2025-09-04T12:05:59.490Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~xxinhangli/69/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "labels": "A", "values": "B" } }, "mode": "markers", "type": "pie", "textfont": { "size": 14 }, "textinfo": "label+percent", "labelssrc": "xxinhangli:68:d4fc04", "valuessrc": "xxinhangli:68:e3dfb1" } ], "frames": [], "layout": { "font": { "size": 13 }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "x": 0.11454242667043713, "y": 0.8666179911469395, "font": { "size": 15 } }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "piecolorway": [ "#66c2a5", "#fc8d62", "#8da0cb", "#e78ac3", "#a6d854", "#ffd92f", "#e5c494", "#b3b3b3" ], "hiddenlabels": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~xxinhangli", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-02-19 07:23:34", "mapbox_access_tokens": null, "has_password": null, "username": "xxinhangli", "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-09-04T11:54:13.073721Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~2932238802/4.embed", "fid": "2932238802:4", "filename": "Plot 4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/2932238802/4/9_GNBG8H64NLZ7DSFM26FOBC18THMMWU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/2932238802/4/2_G3AD6N8PEF0X6MAR3N8X07OL8UYUNF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/2932238802/4/8_AOKEV7GD5R2SE4CIN634SZSWBRHU28.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/2932238802/4/9_GNBG8H64NLZ7DSFM26FOBC18THMMWU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/2932238802:4", "plots": "https://api.plotly.com/v2/plots/2932238802:4", "parent": "https://api.plotly.com/v2/folders/home?user=2932238802" }, "owner": "2932238802", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~2932238802/4/", "world_readable": true, "date_modified": "2025-09-04T11:54:13.092Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~2932238802/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "波数", "y": "反射率" } }, "mode": "lines", "type": "scatter", "xsrc": "2932238802:2:19cd45", "ysrc": "2932238802:2:8d1197" } ], "frames": [], "layout": { "title": { "text": "" }, "xaxis": { "type": "linear", "range": [ 300, 4200 ], "title": { "text": "波数(cm⁻¹)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 0, 100 ], "title": { "text": "反射率(%)" }, "autorange": false }, "autosize": true, "dragmode": "pan" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~2932238802", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.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-09-04 09:14:48", "mapbox_access_tokens": null, "has_password": null, "username": "2932238802", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "