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=cj0xJnA9MjAyNS0wNy0wNisxNSUzQTIzJTNBNTAuNDE2NzY1JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTA2KzE1JTNBMzYlM0EwOS40OTI3NDElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0wNisxNyUzQTU3JTNBNTkuNTczMDM0JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-06T17:57:59.573034Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/17.embed", "fid": "Strzelczykk_nat:17", "filename": "Two scatters exp", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Strzelczykk_nat:17/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/17/2_59VK0NMS89H5IL9M1BHP26UBD3128X.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/17/8_W0XG03575FEUSOYG7R7AWO9RQMV44Y.png", "list-thumb": "https://api.plotly.com/v2/files/Strzelczykk_nat:17/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Strzelczykk_nat:17", "plots": "https://api.plotly.com/v2/plots/Strzelczykk_nat:17", "parent": "https://api.plotly.com/v2/folders/home?user=Strzelczykk_nat" }, "owner": "Strzelczykk_nat", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/17/", "world_readable": true, "date_modified": "2025-07-06T17:57:59.594Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/17/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "control", "type": "scatter", "xsrc": "Strzelczykk_nat:16:bec1ef", "ysrc": "Strzelczykk_nat:16:30d83f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "control", "orientation": "v", "hovertemplate": "group=control<br>gender=male<br>experiment_1=%{x}<br>experiment_2=%{y}<extra></extra>" }, { "name": "control", "type": "box", "xsrc": "Strzelczykk_nat:16:3cbb65", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "#636efa", "symbol": "circle" }, "notched": true, "showlegend": false, "legendgroup": "control", "offsetgroup": "control", "hovertemplate": "group=control<br>gender=male<br>experiment_1=%{x}<extra></extra>", "alignmentgroup": "True" }, { "mode": "lines", "name": "control", "type": "scatter", "xsrc": "Strzelczykk_nat:16:081c2f", "ysrc": "Strzelczykk_nat:16:0bdbc7", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": false, "legendgroup": "control", "hovertemplate": "<b>OLS trendline</b><br>experiment_2 = 0.121561 * experiment_1 + 98.4323<br>R<sup>2</sup>=0.008611<br><br>group=control<br>gender=male<br>experiment_1=%{x}<br>experiment_2=%{y} <b>(trend)</b><extra></extra>" }, { "mode": "markers", "name": "control", "type": "scatter", "xsrc": "Strzelczykk_nat:16:c9a23f", "ysrc": "Strzelczykk_nat:16:6bfc9e", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": false, "legendgroup": "control", "orientation": "v", "hovertemplate": "group=control<br>gender=female<br>experiment_1=%{x}<br>experiment_2=%{y}<extra></extra>" }, { "name": "control", "type": "box", "xsrc": "Strzelczykk_nat:16:3097e1", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "#636efa", "symbol": "circle" }, "notched": true, "showlegend": false, "legendgroup": "control", "offsetgroup": "control", "hovertemplate": "group=control<br>gender=female<br>experiment_1=%{x}<extra></extra>", "alignmentgroup": "True" }, { "mode": "lines", "name": "control", "type": "scatter", "xsrc": "Strzelczykk_nat:16:c0c104", "ysrc": "Strzelczykk_nat:16:9062d8", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": false, "legendgroup": "control", "hovertemplate": "<b>OLS trendline</b><br>experiment_2 = 0.293942 * experiment_1 + 79.6492<br>R<sup>2</sup>=0.035604<br><br>group=control<br>gender=female<br>experiment_1=%{x}<br>experiment_2=%{y} <b>(trend)</b><extra></extra>" }, { "mode": "markers", "name": "treatment", "type": "scatter", "xsrc": "Strzelczykk_nat:16:58c6df", "ysrc": "Strzelczykk_nat:16:f91087", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": true, "legendgroup": "treatment", "orientation": "v", "hovertemplate": "group=treatment<br>gender=male<br>experiment_1=%{x}<br>experiment_2=%{y}<extra></extra>" }, { "name": "treatment", "type": "box", "xsrc": "Strzelczykk_nat:16:a81bc7", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "#EF553B", "symbol": "circle" }, "notched": true, "showlegend": false, "legendgroup": "treatment", "offsetgroup": "treatment", "hovertemplate": "group=treatment<br>gender=male<br>experiment_1=%{x}<extra></extra>", "alignmentgroup": "True" }, { "mode": "lines", "name": "treatment", "type": "scatter", "xsrc": "Strzelczykk_nat:16:bc4961", "ysrc": "Strzelczykk_nat:16:a67c5a", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": false, "legendgroup": "treatment", "hovertemplate": "<b>OLS trendline</b><br>experiment_2 = -0.420695 * experiment_1 + 152.745<br>R<sup>2</sup>=0.099066<br><br>group=treatment<br>gender=male<br>experiment_1=%{x}<br>experiment_2=%{y} <b>(trend)</b><extra></extra>" }, { "mode": "markers", "name": "treatment", "type": "scatter", "xsrc": "Strzelczykk_nat:16:25b7bf", "ysrc": "Strzelczykk_nat:16:d8074a", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": false, "legendgroup": "treatment", "orientation": "v", "hovertemplate": "group=treatment<br>gender=female<br>experiment_1=%{x}<br>experiment_2=%{y}<extra></extra>" }, { "name": "treatment", "type": "box", "xsrc": "Strzelczykk_nat:16:bec6ae", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "#EF553B", "symbol": "circle" }, "notched": true, "showlegend": false, "legendgroup": "treatment", "offsetgroup": "treatment", "hovertemplate": "group=treatment<br>gender=female<br>experiment_1=%{x}<extra></extra>", "alignmentgroup": "True" }, { "mode": "lines", "name": "treatment", "type": "scatter", "xsrc": "Strzelczykk_nat:16:f4e83c", "ysrc": "Strzelczykk_nat:16:a9261e", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": false, "legendgroup": "treatment", "hovertemplate": "<b>OLS trendline</b><br>experiment_2 = 0.140227 * experiment_1 + 95.2547<br>R<sup>2</sup>=0.008274<br><br>group=treatment<br>gender=female<br>experiment_1=%{x}<br>experiment_2=%{y} <b>(trend)</b><extra></extra>" } ], "layout": { "title": { "text": "Scatter plot exp1 and exp2" }, "xaxis": { "title": { "text": "experiment_1" }, "anchor": "y", "domain": [ 0.0, 0.4 ] }, "yaxis": { "title": { "text": "experiment_2" }, "anchor": "x", "domain": [ 0.0, 0.7326 ] }, "legend": { "title": { "text": "group" }, "tracegroupgap": 0 }, "xaxis2": { "title": { "text": "experiment_1" }, "anchor": "y2", "domain": [ 0.6000000000000001, 1.0 ], "matches": "x" }, "xaxis3": { "anchor": "y3", "domain": [ 0.0, 0.4 ], "matches": "x", "showgrid": true, "showticklabels": false }, "xaxis4": { "anchor": "y4", "domain": [ 0.6000000000000001, 1.0 ], "matches": "x", "showgrid": true, "showticklabels": false }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 0.7326 ], "matches": "y", "showticklabels": false }, "yaxis3": { "ticks": "", "anchor": "x3", "domain": [ 0.7426, 1.0 ], "matches": "y3", "showgrid": false, "showline": false, "showticklabels": false }, "yaxis4": { "ticks": "", "anchor": "x4", "domain": [ 0.7426, 1.0 ], "matches": "y3", "showgrid": false, "showline": false, "showticklabels": false }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#f2f5fa" }, "error_y": { "color": "#f2f5fa" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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", "marker": { "line": { "color": "#283442" } } } ], "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": "rgb(17,17,17)", "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": { "line": { "color": "#283442" } } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "mapbox": { "style": "dark" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "color": "#f2f5fa" } }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } } }, "annotations": [ { "x": 0.2, "y": 1.0, "font": {}, "text": "gender=male", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8, "y": 1.0, "font": {}, "text": "gender=female", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Strzelczykk_nat", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-06 13:01:43", "mapbox_access_tokens": null, "has_password": null, "username": "Strzelczykk_nat", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-06T17:40:11.820430Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/11.embed", "fid": "Strzelczykk_nat:11", "filename": "Parallel Coordinates Plot of Experimental Results", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Strzelczykk_nat:11/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/11/2_HZO3JZSBBFVUWK69H4Y67FD1VZR19Z.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/11/8_FUIMQ130NTLVOPW6VQJ29BLYV3WNQN.png", "list-thumb": "https://api.plotly.com/v2/files/Strzelczykk_nat:11/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Strzelczykk_nat:11", "plots": "https://api.plotly.com/v2/plots/Strzelczykk_nat:11", "parent": "https://api.plotly.com/v2/folders/home?user=Strzelczykk_nat" }, "owner": "Strzelczykk_nat", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/11/", "world_readable": true, "date_modified": "2025-07-06T17:42:11.808Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/11/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "colorsrc": "Strzelczykk_nat:15:b1da34", "coloraxis": "coloraxis" }, "name": "", "type": "parcoords", "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] }, "dimensions": [ { "label": "exp_1", "values": [ 96.87606524104424, 87.30133583529452, 97.69131206443264, 102.97815237236064, 87.10699272862477, 106.650988962703, 101.96789610675285, 117.78402141130046, 115.41235439928084, 107.3273448045416, 99.6172541280035, 100.90801801849013, 103.73322930003812, 96.82862968379752, 97.41300576349734, 111.71546116211962, 92.99825424103256, 103.0370263885008, 122.45771222849216, 111.72093843245534, 108.59703912851718, 86.00067917492646, 108.22082997242558, 107.02254986229214, 106.68567646477835, 98.33722206969595, 91.77160903135388, 114.0102260806097, 99.36447339671628, 102.0848651185468, 104.22003927060842, 90.8419388241776, 93.0952189075527, 120.28494035137344, 112.79439507221171, 97.38937970522906, 105.60548763385378, 106.3602628726801, 101.58409349079014, 79.627960848754, 115.1745293454008, 106.53182376731462, 94.98263666330396, 96.78131630120166, 90.53505148745876, 97.3724477688896, 102.07570100045706, 113.34644089441548, 99.16252467399494, 115.19093327622592, 101.20197149116704, 102.15438485258844, 104.84390950771105, 88.86870748537869, 106.99313326342283, 79.42957481543229, 79.91007596007512, 102.75674518465028, 106.50911841835378, 116.57613978851472, 105.86488743479735, 101.6406509148884, 82.45375160201769, 103.47113336815175, 111.57539596013696, 90.52597523832, 125.5204245339222, 90.21247438443784, 110.8333387158032, 103.86151675950492, 83.8308994934392, 104.89507698266064, 95.34256875179256, 101.3127213745742, 88.39280684001895, 100.51923728271925, 94.49978699806825, 115.28544529751144, 88.02583256666699, 108.21594141266117, 103.97741353721, 93.02648850216076, 94.75344491514376, 105.41326143638526, 89.98571694680537, 99.19797691786115, 106.45557892554882, 106.53740176869354, 100.58494014361828, 100.28481061716067, 100.17749269798531, 108.15167224711271, 101.3205252320304, 99.17755784625103, 102.77062539939328, 108.1569641420406, 91.73999230125186, 95.41034685726756, 106.36240592567884, 94.2692372873789 ] }, { "label": "exp_2", "values": [ 93.41794186205836, 129.60339543098098, 106.18791583747864, 93.8146817305033, 107.01998547962673, 94.01726233779416, 95.08891880671696, 115.39140402812605, 105.13793762581705, 134.4989267139621, 106.19263647197582, 98.49773453074349, 103.64300947168036, 118.28851360684462, 133.81460507676135, 143.68589169199117, 119.11313771972604, 113.49030757386136, 125.57402071454852, 97.29321087218584, 114.55578187212689, 102.8148302845022, 111.2655464432314, 107.32317041909052, 125.53691833259457, 120.66187625946849, 106.11835373702648, 113.19411909266884, 128.98211960060868, 96.76265139283652, 98.53000797317672, 129.77868819843576, 117.4908416284272, 128.10347266036626, 108.65787818177574, 93.97915042860836, 100.31935141294606, 99.20417350710404, 106.43997407520592, 126.39982636138508, 101.21513001268984, 107.28672680975174, 121.1716702929984, 127.24938650893672, 106.4738708421859, 103.45396742654022, 110.42502823706356, 114.28422515239596, 115.87027487805348, 102.76053814688797, 88.65923075825724, 112.09850718335584, 92.46744327013312, 99.895240748729, 94.9336684921247, 102.10062558140578, 93.61647573375812, 115.6401933040668, 109.31644644934065, 106.18926547435316, 91.33176428280692, 120.14042960264156, 119.99866553631976, 106.97465225615018, 121.36550691186274, 98.71650364377432, 82.48071301855163, 90.0325909853458, 117.96705726440037, 110.80555993405694, 100.35633403365804, 103.2406397128152, 106.71264388984817, 112.40253823162678, 118.37686641258448, 89.408981677046, 112.74449166670784, 113.71706929679968, 124.43908197971108, 133.07129566591016, 136.6736157228351, 108.40115937104376, 137.7421034460475, 86.92391691963303, 115.87117118675488, 130.11109471859805, 100.02567617575396, 102.49887098636997, 120.93374474771228, 99.53759126542052, 104.67370034744938, 137.99435901344117, 105.71129083938632, 88.57072941909104, 129.00227367829714, 105.97154070236674, 111.1253771258949, 84.44832175269606, 115.52238227700173, 104.6510642690364 ] }, { "label": "exp_3", "values": [ 73.03319261806172, 66.05655384860344, 103.42270945298878, 56.99587018931086, 72.14029211350231, 76.62440110809008, 111.81685216636848, 98.64938286937958, 96.28039576038483, 86.43129372481046, 97.9614052031477, 81.57649628140524, 92.6733901151631, 69.04800214309412, 85.86631202379608, 98.9968522988364, 85.53334112377719, 99.17539628161732, 110.15293673867568, 99.82865111091688, 74.57665002405716, 93.4909918341224, 96.23192720552623, 68.64741021134407, 93.42960247255095, 68.27452225629308, 84.86622957834284, 83.2783694811895, 93.68353539266592, 109.4336405768756, 84.78250808783284, 103.4072175445103, 75.317582722818, 115.58696867308667, 80.0527938687015, 106.2872379688312, 98.61238234207067, 70.37381577213912, 69.8017451924211, 85.41912263305407, 43.801175752611606, 60.81179285463617, 99.41949730696815, 81.067194207433, 81.38217435797954, 64.5680823183638, 82.10664726913008, 114.0800090383604, 56.94730371262592, 76.81854612272282, 84.19773610407385, 96.88296557581286, 143.84643208361138, 95.86144929579538, 126.23854648453153, 105.39919358542934, 25.528902727455872, 85.0183158666797, 78.05352942296578, 89.43052556366084, 55.15574459592456, 103.6598229404085, 81.84612840166531, 99.3315284278933, 81.13130127077808, 105.87651496636612, 73.5436296499183, 94.68164053424204, 112.34804577447116, 103.02493792432377, 93.73716887483364, 113.1460990824864, 89.65914020129773, 103.5323883381708, 92.9848024432388, 91.39393639000464, 122.96692500755688, 103.10058008500462, 92.4851775911426, 110.2178377106918, 119.81130284877877, 87.60512026902201, 94.41014090268736, 91.16612042676972, 91.76224286416664, 83.04163191003826, 115.64157104921004, 89.8283252286509, 88.39586580661535, 116.9537068983502, 73.25099641056534, 105.05479181425382, 73.73084439286063, 78.65504095998203, 52.11112167838937, 64.52402923016913, 64.26099304241377, 75.50599064359672, 123.46968854252772, 92.38748987804956 ] } ] } ], "layout": { "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#f2f5fa" }, "error_y": { "color": "#f2f5fa" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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", "marker": { "line": { "color": "#283442" } } } ], "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": "rgb(17,17,17)", "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": { "line": { "color": "#283442" } } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "mapbox": { "style": "dark" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "color": "#f2f5fa" } }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } } }, "coloraxis": { "colorbar": { "title": { "text": "exp_3" } }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Strzelczykk_nat", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-06 13:01:43", "mapbox_access_tokens": null, "has_password": null, "username": "Strzelczykk_nat", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-06T17:39:12.741784Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ashikm/1.embed", "fid": "ashikm:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ashikm:1/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ashikm/1/2_CU1ZSAULZ4VWXTU8VU4M0Z0V1RXUU1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ashikm/1/8_6I3WANOKA7AD22UQ63R6QESOHI1IKG.png", "list-thumb": "https://api.plotly.com/v2/files/ashikm:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ashikm:1", "plots": "https://api.plotly.com/v2/plots/ashikm:1", "parent": "https://api.plotly.com/v2/folders/home?user=ashikm" }, "owner": "ashikm", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ashikm/1/", "world_readable": true, "date_modified": "2025-07-06T17:39:12.754Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ashikm/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Date - Peak Temp", "y": "Start Time - End Time" } }, "mode": "markers", "type": "scatter", "xsrc": "ashikm:0:cb1db9,07e507*", "ysrc": "ashikm:0:9404c4,e0852c*", "transforms": [ { "meta": { "columnNames": { "target": "Date" } }, "type": "sort", "targetsrc": "ashikm:0:cb1db9" } ] } ], "frames": [], "layout": { "title": { "text": "Outside Air Temperature Peak Temperature Time Frame - Summer" }, "xaxis": { "type": "multicategory", "range": [ -1.3013816925734025, 23.301381692573404 ], "title": { "font": { "size": 7, "family": "Arial" } }, "autorange": true }, "yaxis": { "type": "multicategory", "range": [ -1.3976272483735175, 23.397627248373517 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ashikm", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-06 17:38:28", "mapbox_access_tokens": null, "has_password": null, "username": "ashikm", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-06T17:31:42.068541Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/9.embed", "fid": "Strzelczykk_nat:9", "filename": "Scatter matrix for experiments", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Strzelczykk_nat:9/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/9/2_CJZ7AKLFLW08V3195SRPSRYW6ALPAZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/9/8_UQ0MCRV8FBMQJF72ATRVLH58EHFWWV.png", "list-thumb": "https://api.plotly.com/v2/files/Strzelczykk_nat:9/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Strzelczykk_nat:9", "plots": "https://api.plotly.com/v2/plots/Strzelczykk_nat:9", "parent": "https://api.plotly.com/v2/folders/home?user=Strzelczykk_nat" }, "owner": "Strzelczykk_nat", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/9/", "world_readable": true, "date_modified": "2025-07-06T17:31:42.079Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/9/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "male", "type": "splom", "marker": { "color": "#636efa", "symbol": "circle" }, "diagonal": { "visible": false }, "dimensions": [ { "axis": { "matches": true }, "label": "experiment_1", "values": [ 96.87606524104424, 97.69131206443264, 87.10699272862477, 101.96789610675285, 115.41235439928084, 99.6172541280035, 103.73322930003812, 97.41300576349734, 92.99825424103256, 122.45771222849216, 108.59703912851718, 108.22082997242558, 106.68567646477835, 91.77160903135388, 99.36447339671628, 104.22003927060842, 93.0952189075527, 112.79439507221171, 105.60548763385378, 101.58409349079014, 115.1745293454008, 94.98263666330396, 90.53505148745876, 102.07570100045706, 99.16252467399494, 101.20197149116704, 104.84390950771105, 106.99313326342283, 79.91007596007512, 106.50911841835378, 105.86488743479735, 82.45375160201769, 111.57539596013696, 125.5204245339222, 110.8333387158032, 83.8308994934392, 95.34256875179256, 88.39280684001895, 94.49978699806825, 88.02583256666699, 103.97741353721, 94.75344491514376, 89.98571694680537, 106.45557892554882, 100.58494014361828, 100.17749269798531, 101.3205252320304, 102.77062539939328, 91.73999230125186, 106.36240592567884 ] }, { "axis": { "matches": true }, "label": "experiment_2", "values": [ 93.41794186205836, 106.18791583747864, 107.01998547962673, 95.08891880671696, 105.13793762581705, 106.19263647197582, 103.64300947168036, 133.81460507676135, 119.11313771972604, 125.57402071454852, 114.55578187212689, 111.2655464432314, 125.53691833259457, 106.11835373702648, 128.98211960060868, 98.53000797317672, 117.4908416284272, 108.65787818177574, 100.31935141294606, 106.43997407520592, 101.21513001268984, 121.1716702929984, 106.4738708421859, 110.42502823706356, 115.87027487805348, 88.65923075825724, 92.46744327013312, 94.9336684921247, 93.61647573375812, 109.31644644934065, 91.33176428280692, 119.99866553631976, 121.36550691186274, 82.48071301855163, 117.96705726440037, 100.35633403365804, 106.71264388984817, 118.37686641258448, 112.74449166670784, 124.43908197971108, 136.6736157228351, 137.7421034460475, 115.87117118675488, 100.02567617575396, 120.93374474771228, 104.67370034744938, 105.71129083938632, 129.00227367829714, 111.1253771258949, 115.52238227700173 ] }, { "axis": { "matches": true }, "label": "experiment_3", "values": [ 73.03319261806172, 103.42270945298878, 72.14029211350231, 111.81685216636848, 96.28039576038483, 97.9614052031477, 92.6733901151631, 85.86631202379608, 85.53334112377719, 110.15293673867568, 74.57665002405716, 96.23192720552623, 93.42960247255095, 84.86622957834284, 93.68353539266592, 84.78250808783284, 75.317582722818, 80.0527938687015, 98.61238234207067, 69.8017451924211, 43.801175752611606, 99.41949730696815, 81.38217435797954, 82.10664726913008, 56.94730371262592, 84.19773610407385, 143.84643208361138, 126.23854648453153, 25.528902727455872, 78.05352942296578, 55.15574459592456, 81.84612840166531, 81.13130127077808, 73.5436296499183, 112.34804577447116, 93.73716887483364, 89.65914020129773, 92.9848024432388, 122.96692500755688, 92.4851775911426, 119.81130284877877, 94.41014090268736, 91.76224286416664, 115.64157104921004, 88.39586580661535, 73.25099641056534, 73.73084439286063, 52.11112167838937, 64.26099304241377, 123.46968854252772 ] } ], "showlegend": true, "legendgroup": "male", "hovertemplate": "gender=male<br>%{xaxis.title.text}=%{x}<br>%{yaxis.title.text}=%{y}<extra></extra>" }, { "name": "female", "type": "splom", "marker": { "color": "#EF553B", "symbol": "diamond" }, "diagonal": { "visible": false }, "dimensions": [ { "axis": { "matches": true }, "label": "experiment_1", "values": [ 87.30133583529452, 102.97815237236064, 106.650988962703, 117.78402141130046, 107.3273448045416, 100.90801801849013, 96.82862968379752, 111.71546116211962, 103.0370263885008, 111.72093843245534, 86.00067917492646, 107.02254986229214, 98.33722206969595, 114.0102260806097, 102.0848651185468, 90.8419388241776, 120.28494035137344, 97.38937970522906, 106.3602628726801, 79.627960848754, 106.53182376731462, 96.78131630120166, 97.3724477688896, 113.34644089441548, 115.19093327622592, 102.15438485258844, 88.86870748537869, 79.42957481543229, 102.75674518465028, 116.57613978851472, 101.6406509148884, 103.47113336815175, 90.52597523832, 90.21247438443784, 103.86151675950492, 104.89507698266064, 101.3127213745742, 100.51923728271925, 115.28544529751144, 108.21594141266117, 93.02648850216076, 105.41326143638526, 99.19797691786115, 106.53740176869354, 100.28481061716067, 108.15167224711271, 99.17755784625103, 108.1569641420406, 95.41034685726756, 94.2692372873789 ] }, { "axis": { "matches": true }, "label": "experiment_2", "values": [ 129.60339543098098, 93.8146817305033, 94.01726233779416, 115.39140402812605, 134.4989267139621, 98.49773453074349, 118.28851360684462, 143.68589169199117, 113.49030757386136, 97.29321087218584, 102.8148302845022, 107.32317041909052, 120.66187625946849, 113.19411909266884, 96.76265139283652, 129.77868819843576, 128.10347266036626, 93.97915042860836, 99.20417350710404, 126.39982636138508, 107.28672680975174, 127.24938650893672, 103.45396742654022, 114.28422515239596, 102.76053814688797, 112.09850718335584, 99.895240748729, 102.10062558140578, 115.6401933040668, 106.18926547435316, 120.14042960264156, 106.97465225615018, 98.71650364377432, 90.0325909853458, 110.80555993405694, 103.2406397128152, 112.40253823162678, 89.408981677046, 113.71706929679968, 133.07129566591016, 108.40115937104376, 86.92391691963303, 130.11109471859805, 102.49887098636997, 99.53759126542052, 137.99435901344117, 88.57072941909104, 105.97154070236674, 84.44832175269606, 104.6510642690364 ] }, { "axis": { "matches": true }, "label": "experiment_3", "values": [ 66.05655384860344, 56.99587018931086, 76.62440110809008, 98.64938286937958, 86.43129372481046, 81.57649628140524, 69.04800214309412, 98.9968522988364, 99.17539628161732, 99.82865111091688, 93.4909918341224, 68.64741021134407, 68.27452225629308, 83.2783694811895, 109.4336405768756, 103.4072175445103, 115.58696867308667, 106.2872379688312, 70.37381577213912, 85.41912263305407, 60.81179285463617, 81.067194207433, 64.5680823183638, 114.0800090383604, 76.81854612272282, 96.88296557581286, 95.86144929579538, 105.39919358542934, 85.0183158666797, 89.43052556366084, 103.6598229404085, 99.3315284278933, 105.87651496636612, 94.68164053424204, 103.02493792432377, 113.1460990824864, 103.5323883381708, 91.39393639000464, 103.10058008500462, 110.2178377106918, 87.60512026902201, 91.16612042676972, 83.04163191003826, 89.8283252286509, 116.9537068983502, 105.05479181425382, 78.65504095998203, 64.52402923016913, 75.50599064359672, 92.38748987804956 ] } ], "showlegend": true, "legendgroup": "female", "hovertemplate": "gender=female<br>%{xaxis.title.text}=%{x}<br>%{yaxis.title.text}=%{y}<extra></extra>" } ], "layout": { "title": { "text": "Scatter matrix for expermients [except diagonal]" }, "legend": { "title": { "text": "gender" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "dragmode": "select", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#f2f5fa" }, "error_y": { "color": "#f2f5fa" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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", "marker": { "line": { "color": "#283442" } } } ], "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": "rgb(17,17,17)", "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": { "line": { "color": "#283442" } } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "mapbox": { "style": "dark" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "color": "#f2f5fa" } }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } } }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Strzelczykk_nat", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-06 13:01:43", "mapbox_access_tokens": null, "has_password": null, "username": "Strzelczykk_nat", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-06T16:16:31.710516Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/8.embed", "fid": "Strzelczykk_nat:8", "filename": "Medal Distribution by Age and Sex – London 2012 Olympics", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Strzelczykk_nat:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Strzelczykk_nat:8/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/8/8_HXOE3OWCIIZ2RS89820QJTQHTNJ36Z.png", "list-thumb": "https://api.plotly.com/v2/files/Strzelczykk_nat:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Strzelczykk_nat:8", "plots": "https://api.plotly.com/v2/plots/Strzelczykk_nat:8", "parent": "https://api.plotly.com/v2/folders/home?user=Strzelczykk_nat" }, "owner": "Strzelczykk_nat", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/8/", "world_readable": true, "date_modified": "2025-07-06T16:16:31.724Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "colorsrc": "Strzelczykk_nat:7:fdf54d", "coloraxis": "coloraxis" }, "name": "", "type": "parcats", "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] }, "dimensions": [ { "label": "Sex", "values": [ "M", "M", "F", "M", "F", "M", "M", "M", "M", "F", "M", "M", "F", "F", "M", "M", "F", "F", "M", "M", "F", "F", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "M", "M", "F", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "M", "F", "M", "F", "F", "M", "F", "M", "F", "F", "M", "F", "F", "M", "M", "F", "M", "F", "M", "F", "M", "F", "M", "M", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "F", "M", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "M", "F", "M", "F", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "F", "F", "M", "F", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "F", "M", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "F", "M", "M", "F", "M", "F", "F", "F", "F", "M", "F", "M", "M", "M", "M", "F", "F", "M", "F", "M", "M", "F", "F", "F", "M", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "F", "M", "F", "M", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "M", "F", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "M", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "F", "M", "F", "M", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "M", "F", "M", "M", "F", "F", "M", "F", "M", "M", "F", "F", "M", "F", "M", "F", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "F", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "F", "M", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "F", "M", "M", "F", "M", "M", "F", "M", "M", "M", "F", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "M", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "F", "M", "M", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "F", "M", "M", "F", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "F", "F", "M", "F", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "M", "F", "M", "F", "M", "M", "M", "F", "M", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "M", "M", "F", "M", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "F", "F", "M", "F", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "F", "F", "M", "F", "M", "F", "F", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "M", "F", "F", "F", "M", "F", "M", "F", "F", "F", "M", "F", "F", "F", "M", "F", "M", "M", "F", "M", "M", "M", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "F", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "F", "M", "F", "F", "M", "M", "M", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "F", "F", "M", "F", "M", "F", "M", "M", "M", "M", "M", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "M", "F", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "F", "M", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "F", "F", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "F", "F", "F", "M", "F", "M", "F", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "F", "F", "M", "F", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "M", "F", "F", "M", "F", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "M", "F", "M", "F", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "M", "M", "F", "M", "F", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "M", "F", "F", "M", "F", "M", "M", "F", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "F", "M", "F", "M", "M", "M", "F", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "M", "F", "F", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "F", "M", "F", "F", "M", "F", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "F", "F", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "M", "F", "F", "F", "M", "F", "F", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "M", "F", "M", "M", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "F", "M", "F", "M", "M", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "F", "M", "F", "M", "M", "F", "M", "F", "F", "M", "F", "F", "M", "F", "M", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "F", "M", "F", "M", "M", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "M", "F", "F", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "F", "F", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "M", "M", "M", "M", "F", "F", "M", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "F", "M", "F", "M", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "M", "F", "F", "F", "M", "F", "M", "F", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "F", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "F", "M", "F", "M", "F", "F", "M", "M", "F", "M", "M", "M", "M", "F", "M", "F", "M", "M", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "M", "F", "F", "M", "F", "F", "M", "F", "F", "F", "M", "F", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "F", "M", "F", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "F", "M", "F", "F", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "F", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "M", "F", "F", "M", "F", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "F", "M", "M", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "M", "F", "F", "M", "F", "M", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "M", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "M", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "F", "F", "M", "F", "M", "F", "F", "F", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "F", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "M", "M", "F", "F", "F", "F", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "F", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "M", "M", "F", "F", "M", "F", "F", "M", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "F", "M", "F", "F", "M", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "M", "F", "F", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "M", "F", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "F", "F", "M", "F", "M", "F", "F", "F", "M", "F", "F", "M", "F", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "M", "F", "M", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "F", "M", "F", "M", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "F", "M", "F", "F", "F", "F", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "F", "F", "M", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "M", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "F", "M", "M", "M", "F", "M", "M", "M", "F", "M", "F", "F", "M", "M", "F", "M", "M", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "M", "F", "M", "F", "F", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "F", "M", "F", "M", "M", "F", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "F", "M", "F", "M", "F", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "M", "M", "F", "M", "F", "M", "M", "F", "F", "M", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "F", "F", "F", "M", "M", "M", "F", "M", "F", "F", "M", "F", "F", "F", "M", "M", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "M", "F", "F", "M", "M", "F", "M", "F", "M", "F", "M", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "F", "M", "M", "F", "M", "M", "F", "M", "M", "F", "F", "M", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "F", "F", "M", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "M", "F", "M", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "F", "F", "F", "M", "F", "M", "F", "F", "M", "F", "F", "M", "F", "F", "M", "F", "F", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "F", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "M", "M", "M", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "M", "F", "M", "F", "M", "M", "M", "F", "F", "F", "M", "M", "F", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "M", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "M", "M", "F", "M", "M", "M", "F", "F", "M", "M", "M", "M", "F", "F", "M", "F", "M", "M", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "M", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "M", "F", "M", "F", "F", "M", "M", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "F", "F", "M", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "M", "F", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "F", "F", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "F", "M", "M", "F", "M", "F", "F", "M", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "M", "M", "F", "F", "F", "M", "M", "F", "F", "M", "M", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "M", "F", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "F", "F", "M", "F", "F", "F", "F", "M", "F", "F", "F", "M", "F", "M", "M", "F", "F", "M", "F", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "M", "M", "M", "F", "M", "M", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "F", "M", "M", "F", "F", "M", "F", "M", "F", "M", "F", "M", "F", "M", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "M", "F", "F", "M", "M", "M", "M", "M", "M", "M", "F", "F", "F", "F", "M", "M", "F", "M", "F", "M", "F", "F", "F", "F", "M", "M", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "M", "F", "M", "M", "M", "F", "M", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "M", "M", "F", "M", "M", "F", "F", "M", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "M", "M", "M", "M", "M", "F", "F", "F", "M", "F", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "F", "M", "M", "F", "M", "M", "F", "F", "M", "M", "F", "M", "F", "M", "F", "F", "F", "F", "M", "M", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "F", "F", "M", "F", "M", "F", "M", "F", "M", "M", "F", "M", "F", "M", "M", "M", "F", "F", "F", "F", "F", "F", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "M", "F", "M", "F", "M", "F", "F", "F", "M", "F", "M", "F", "M", "F", "F", "M", "M", "M", "M", "M", "F", "F", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "M", "F", "F", "M", "F", "F", "M", "M", "M", "F", "M", "M", "F", "F", "M", "F", "M", "F", "M", "M", "F", "F", "F", "F", "F", "F", "F", "F", "M", "F", "F", "F", "M", "M", "M", "F", "F", "M", "F", "F", "M", "F", "F", "M", "F", "F", "M", "M", "F", "F", "F", "F", "M", "M", "M", "F", "M", "M", "M", "M", "F", "F", "M", "M", "F", "M", "F", "M", "M", "F", "M", "M", "M", "M", "M", "F", "M", "F", "F", "M", "M", "F", "F", "M", "M", "F", "F", "F", "F", "F", "M", "M", "F" ] }, { "label": "Age", "values": [ 23.0, 24.0, 26.0, 19.0, 19.0, 24.0, 21.0, 23.0, 23.0, 26.0, 22.0, 26.0, 26.0, 26.0, 20.0, 22.0, 21.0, 20.0, 23.0, 20.0, 19.0, 19.0, 25.0, 23.0, 20.0, 20.0, 23.0, 24.0, 24.0, 19.0, 19.0, 19.0, 19.0, 19.0, 19.0, 17.0, 21.0, 21.0, 25.0, 22.0, 22.0, 21.0, 24.0, 21.0, 20.0, 24.0, 19.0, 17.0, 22.0, 23.0, 14.0, 23.0, 23.0, 23.0, 20.0, 23.0, 23.0, 18.0, 25.0, 25.0, 17.0, 17.0, 17.0, 17.0, 23.0, 23.0, 23.0, 23.0, 23.0, 19.0, 19.0, 20.0, 20.0, 20.0, 19.0, 21.0, 16.0, 18.0, 20.0, 20.0, 20.0, 20.0, 20.0, 21.0, 25.0, 19.0, 22.0, 22.0, 19.0, 23.0, 25.0, 24.0, 23.0, 25.0, 23.0, 23.0, 21.0, 21.0, 21.0, 24.0, 24.0, 24.0, 24.0, 20.0, 20.0, 26.0, 23.0, 23.0, 23.0, 20.0, 19.0, 24.0, 24.0, 24.0, 21.0, 26.0, 24.0, 24.0, 24.0, 23.0, 24.0, 21.0, 21.0, 18.0, 15.0, 24.0, 21.0, 21.0, 16.0, 23.0, 18.0, 20.0, 19.0, 20.0, 20.0, 24.0, 24.0, 25.0, 23.0, 23.0, 17.0, 17.0, 18.0, 19.0, 18.0, 19.0, 21.0, 21.0, 26.0, 16.0, 20.0, 22.0, 23.0, 23.0, 24.0, 26.0, 23.0, 23.0, 20.0, 23.0, 24.0, 26.0, 26.0, 22.0, 19.0, 20.0, 20.0, 21.0, 24.0, 20.0, 26.0, 21.0, 25.0, 21.0, 18.0, 26.0, 22.0, 22.0, 20.0, 22.0, 23.0, 17.0, 26.0, 25.0, 26.0, 19.0, 22.0, 22.0, 20.0, 23.0, 22.0, 22.0, 19.0, 25.0, 25.0, 25.0, 26.0, 20.0, 23.0, 24.0, 20.0, 21.0, 24.0, 23.0, 25.0, 23.0, 25.0, 21.0, 21.0, 21.0, 26.0, 25.0, 18.0, 25.0, 24.0, 24.0, 18.0, 24.0, 21.0, 25.0, 25.0, 26.0, 18.0, 19.0, 21.0, 24.0, 25.0, 18.0, 17.0, 25.0, 23.0, 23.0, 24.0, 26.0, 22.0, 21.0, 20.0, 19.0, 25.0, 24.0, 25.0, 20.0, 26.0, 26.0, 16.0, 22.0, 20.0, 18.0, 25.0, 22.0, 25.0, 26.0, 22.0, 21.0, 23.0, 18.0, 21.0, 22.0, 23.0, 23.0, 20.0, 19.0, 25.0, 20.0, 23.0, 20.0, 20.0, 26.0, 25.0, 22.0, 17.0, 25.0, 25.0, 24.0, 18.0, 25.0, 26.0, 26.0, 20.0, 23.0, 26.0, 22.0, 18.0, 22.0, 25.0, 19.0, 17.0, 20.0, 26.0, 19.0, 21.0, 21.0, 21.0, 21.0, 21.0, 25.0, 23.0, 23.0, 22.0, 22.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 20.0, 18.0, 20.0, 25.0, 25.0, 23.0, 17.0, 26.0, 23.0, 25.0, 25.0, 24.0, 24.0, 24.0, 22.0, 25.0, 25.0, 25.0, 22.0, 20.0, 19.0, 26.0, 22.0, 21.0, 25.0, 25.0, 21.0, 21.0, 26.0, 24.0, 20.0, 26.0, 23.0, 21.0, 20.0, 18.0, 26.0, 25.0, 26.0, 23.0, 23.0, 23.0, 22.0, 19.0, 23.0, 20.0, 20.0, 23.0, 25.0, 25.0, 19.0, 23.0, 22.0, 19.0, 18.0, 18.0, 23.0, 24.0, 20.0, 20.0, 25.0, 22.0, 24.0, 24.0, 24.0, 22.0, 21.0, 21.0, 26.0, 22.0, 20.0, 22.0, 24.0, 24.0, 17.0, 24.0, 22.0, 22.0, 26.0, 16.0, 16.0, 16.0, 16.0, 22.0, 23.0, 22.0, 21.0, 21.0, 24.0, 15.0, 22.0, 19.0, 19.0, 23.0, 23.0, 19.0, 25.0, 25.0, 22.0, 26.0, 22.0, 21.0, 26.0, 20.0, 21.0, 22.0, 26.0, 26.0, 26.0, 19.0, 26.0, 23.0, 25.0, 23.0, 23.0, 20.0, 22.0, 23.0, 24.0, 23.0, 23.0, 24.0, 20.0, 24.0, 21.0, 24.0, 24.0, 23.0, 15.0, 25.0, 23.0, 23.0, 23.0, 23.0, 25.0, 22.0, 24.0, 23.0, 26.0, 26.0, 22.0, 26.0, 21.0, 23.0, 25.0, 25.0, 25.0, 23.0, 21.0, 21.0, 15.0, 25.0, 25.0, 25.0, 24.0, 22.0, 23.0, 25.0, 25.0, 25.0, 16.0, 25.0, 22.0, 23.0, 26.0, 23.0, 20.0, 24.0, 22.0, 19.0, 19.0, 22.0, 23.0, 23.0, 23.0, 25.0, 21.0, 21.0, 19.0, 25.0, 24.0, 23.0, 23.0, 23.0, 23.0, 23.0, 21.0, 19.0, 25.0, 25.0, 19.0, 21.0, 21.0, 19.0, 23.0, 20.0, 18.0, 21.0, 23.0, 21.0, 22.0, 24.0, 25.0, 26.0, 22.0, 21.0, 25.0, 21.0, 24.0, 23.0, 24.0, 24.0, 24.0, 24.0, 24.0, 23.0, 22.0, 22.0, 22.0, 24.0, 25.0, 24.0, 23.0, 23.0, 20.0, 20.0, 19.0, 25.0, 26.0, 26.0, 25.0, 25.0, 24.0, 24.0, 25.0, 25.0, 26.0, 22.0, 23.0, 25.0, 25.0, 21.0, 26.0, 25.0, 21.0, 23.0, 19.0, 19.0, 25.0, 21.0, 22.0, 22.0, 24.0, 26.0, 21.0, 21.0, 26.0, 21.0, 21.0, 22.0, 22.0, 24.0, 23.0, 24.0, 24.0, 24.0, 26.0, 21.0, 21.0, 21.0, 21.0, 21.0, 21.0, 19.0, 23.0, 23.0, 23.0, 18.0, 25.0, 26.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 26.0, 22.0, 21.0, 18.0, 18.0, 23.0, 21.0, 26.0, 21.0, 25.0, 20.0, 26.0, 23.0, 23.0, 25.0, 19.0, 18.0, 23.0, 21.0, 22.0, 22.0, 18.0, 18.0, 25.0, 26.0, 26.0, 26.0, 24.0, 24.0, 24.0, 26.0, 24.0, 16.0, 23.0, 16.0, 16.0, 16.0, 16.0, 25.0, 23.0, 24.0, 26.0, 25.0, 25.0, 22.0, 25.0, 26.0, 25.0, 25.0, 25.0, 20.0, 20.0, 20.0, 23.0, 24.0, 22.0, 21.0, 23.0, 26.0, 26.0, 24.0, 26.0, 25.0, 20.0, 18.0, 23.0, 26.0, 19.0, 22.0, 22.0, 23.0, 21.0, 19.0, 18.0, 22.0, 23.0, 25.0, 25.0, 25.0, 25.0, 25.0, 19.0, 25.0, 18.0, 22.0, 23.0, 24.0, 24.0, 23.0, 23.0, 25.0, 25.0, 16.0, 16.0, 16.0, 16.0, 15.0, 23.0, 22.0, 22.0, 22.0, 24.0, 20.0, 25.0, 20.0, 19.0, 20.0, 24.0, 24.0, 25.0, 18.0, 22.0, 20.0, 22.0, 18.0, 18.0, 18.0, 18.0, 18.0, 26.0, 26.0, 24.0, 25.0, 23.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 23.0, 24.0, 26.0, 26.0, 19.0, 24.0, 26.0, 23.0, 23.0, 26.0, 17.0, 21.0, 24.0, 25.0, 25.0, 25.0, 21.0, 26.0, 18.0, 18.0, 22.0, 25.0, 24.0, 26.0, 26.0, 23.0, 24.0, 21.0, 24.0, 17.0, 17.0, 17.0, 22.0, 22.0, 22.0, 26.0, 26.0, 25.0, 22.0, 23.0, 25.0, 21.0, 18.0, 18.0, 25.0, 22.0, 25.0, 23.0, 21.0, 26.0, 24.0, 24.0, 24.0, 24.0, 21.0, 23.0, 26.0, 25.0, 16.0, 18.0, 23.0, 20.0, 23.0, 23.0, 23.0, 23.0, 23.0, 22.0, 25.0, 24.0, 21.0, 25.0, 25.0, 17.0, 17.0, 17.0, 17.0, 18.0, 17.0, 23.0, 21.0, 18.0, 24.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 24.0, 24.0, 21.0, 21.0, 25.0, 22.0, 22.0, 25.0, 24.0, 25.0, 25.0, 22.0, 26.0, 26.0, 24.0, 22.0, 24.0, 24.0, 23.0, 22.0, 24.0, 24.0, 25.0, 26.0, 21.0, 24.0, 24.0, 26.0, 21.0, 21.0, 21.0, 21.0, 21.0, 24.0, 23.0, 23.0, 19.0, 24.0, 24.0, 25.0, 16.0, 25.0, 23.0, 24.0, 24.0, 22.0, 21.0, 25.0, 25.0, 20.0, 20.0, 23.0, 23.0, 23.0, 17.0, 26.0, 22.0, 26.0, 21.0, 24.0, 22.0, 22.0, 26.0, 19.0, 24.0, 26.0, 26.0, 26.0, 18.0, 18.0, 23.0, 23.0, 23.0, 25.0, 22.0, 22.0, 22.0, 16.0, 19.0, 25.0, 21.0, 23.0, 25.0, 26.0, 19.0, 23.0, 25.0, 23.0, 23.0, 23.0, 23.0, 25.0, 25.0, 25.0, 25.0, 25.0, 22.0, 24.0, 25.0, 25.0, 16.0, 16.0, 16.0, 24.0, 22.0, 26.0, 26.0, 19.0, 26.0, 24.0, 19.0, 22.0, 24.0, 26.0, 24.0, 21.0, 25.0, 24.0, 17.0, 24.0, 26.0, 26.0, 21.0, 19.0, 26.0, 26.0, 19.0, 21.0, 24.0, 23.0, 23.0, 23.0, 25.0, 20.0, 25.0, 25.0, 26.0, 26.0, 24.0, 22.0, 26.0, 22.0, 20.0, 21.0, 21.0, 21.0, 21.0, 23.0, 21.0, 24.0, 23.0, 23.0, 26.0, 25.0, 25.0, 21.0, 24.0, 22.0, 25.0, 26.0, 25.0, 23.0, 22.0, 22.0, 23.0, 21.0, 24.0, 20.0, 17.0, 17.0, 17.0, 23.0, 21.0, 18.0, 20.0, 20.0, 26.0, 24.0, 24.0, 24.0, 23.0, 21.0, 24.0, 24.0, 24.0, 25.0, 23.0, 23.0, 23.0, 25.0, 21.0, 24.0, 22.0, 20.0, 17.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 23.0, 25.0, 19.0, 26.0, 22.0, 22.0, 20.0, 22.0, 16.0, 22.0, 25.0, 24.0, 22.0, 22.0, 25.0, 25.0, 25.0, 23.0, 23.0, 25.0, 16.0, 22.0, 26.0, 26.0, 24.0, 24.0, 23.0, 18.0, 22.0, 22.0, 22.0, 21.0, 20.0, 21.0, 19.0, 21.0, 21.0, 24.0, 26.0, 21.0, 25.0, 25.0, 19.0, 23.0, 23.0, 23.0, 23.0, 25.0, 25.0, 21.0, 23.0, 24.0, 20.0, 25.0, 25.0, 25.0, 22.0, 25.0, 19.0, 23.0, 23.0, 23.0, 21.0, 26.0, 24.0, 18.0, 21.0, 23.0, 22.0, 20.0, 25.0, 26.0, 25.0, 23.0, 21.0, 26.0, 23.0, 19.0, 25.0, 21.0, 25.0, 22.0, 22.0, 22.0, 21.0, 24.0, 17.0, 21.0, 25.0, 26.0, 26.0, 20.0, 22.0, 20.0, 23.0, 24.0, 20.0, 19.0, 22.0, 22.0, 23.0, 21.0, 22.0, 22.0, 26.0, 26.0, 25.0, 18.0, 18.0, 18.0, 19.0, 20.0, 20.0, 19.0, 21.0, 26.0, 21.0, 23.0, 26.0, 24.0, 23.0, 25.0, 19.0, 19.0, 19.0, 22.0, 18.0, 24.0, 19.0, 26.0, 19.0, 19.0, 24.0, 26.0, 26.0, 22.0, 21.0, 21.0, 26.0, 26.0, 26.0, 24.0, 24.0, 23.0, 20.0, 23.0, 22.0, 22.0, 23.0, 23.0, 21.0, 19.0, 24.0, 23.0, 24.0, 24.0, 19.0, 25.0, 25.0, 23.0, 23.0, 23.0, 23.0, 26.0, 17.0, 26.0, 26.0, 21.0, 21.0, 24.0, 25.0, 25.0, 19.0, 19.0, 24.0, 17.0, 24.0, 22.0, 25.0, 21.0, 21.0, 21.0, 21.0, 26.0, 26.0, 22.0, 21.0, 21.0, 22.0, 22.0, 21.0, 19.0, 22.0, 26.0, 23.0, 21.0, 20.0, 19.0, 19.0, 22.0, 21.0, 21.0, 18.0, 25.0, 25.0, 19.0, 22.0, 25.0, 25.0, 22.0, 20.0, 20.0, 26.0, 23.0, 23.0, 26.0, 21.0, 17.0, 23.0, 26.0, 22.0, 22.0, 22.0, 22.0, 22.0, 24.0, 24.0, 23.0, 21.0, 18.0, 22.0, 23.0, 23.0, 23.0, 21.0, 21.0, 24.0, 22.0, 26.0, 22.0, 24.0, 23.0, 21.0, 21.0, 25.0, 21.0, 23.0, 23.0, 22.0, 23.0, 24.0, 25.0, 25.0, 20.0, 26.0, 23.0, 22.0, 26.0, 20.0, 18.0, 18.0, 23.0, 25.0, 23.0, 25.0, 23.0, 24.0, 24.0, 26.0, 22.0, 25.0, 24.0, 23.0, 20.0, 26.0, 17.0, 22.0, 24.0, 21.0, 26.0, 25.0, 21.0, 24.0, 26.0, 20.0, 20.0, 22.0, 22.0, 25.0, 23.0, 22.0, 22.0, 26.0, 22.0, 22.0, 23.0, 23.0, 22.0, 25.0, 21.0, 23.0, 23.0, 23.0, 23.0, 25.0, 22.0, 24.0, 23.0, 21.0, 21.0, 21.0, 21.0, 21.0, 23.0, 23.0, 23.0, 26.0, 23.0, 24.0, 24.0, 24.0, 24.0, 24.0, 21.0, 19.0, 25.0, 19.0, 26.0, 20.0, 24.0, 23.0, 21.0, 23.0, 23.0, 25.0, 25.0, 25.0, 18.0, 26.0, 18.0, 25.0, 21.0, 21.0, 22.0, 26.0, 26.0, 24.0, 23.0, 26.0, 26.0, 26.0, 26.0, 26.0, 25.0, 26.0, 24.0, 19.0, 24.0, 24.0, 23.0, 23.0, 21.0, 26.0, 26.0, 24.0, 23.0, 23.0, 17.0, 23.0, 23.0, 19.0, 24.0, 25.0, 24.0, 24.0, 24.0, 24.0, 22.0, 24.0, 20.0, 25.0, 20.0, 20.0, 20.0, 18.0, 21.0, 26.0, 25.0, 19.0, 20.0, 20.0, 21.0, 21.0, 22.0, 24.0, 18.0, 18.0, 24.0, 26.0, 26.0, 20.0, 20.0, 20.0, 20.0, 24.0, 23.0, 22.0, 26.0, 24.0, 26.0, 21.0, 21.0, 26.0, 25.0, 19.0, 21.0, 22.0, 22.0, 22.0, 24.0, 23.0, 22.0, 22.0, 17.0, 26.0, 26.0, 24.0, 19.0, 24.0, 17.0, 21.0, 21.0, 21.0, 21.0, 17.0, 25.0, 21.0, 19.0, 19.0, 26.0, 21.0, 21.0, 20.0, 19.0, 19.0, 19.0, 19.0, 19.0, 19.0, 19.0, 23.0, 24.0, 24.0, 25.0, 23.0, 23.0, 23.0, 22.0, 25.0, 26.0, 25.0, 25.0, 26.0, 22.0, 22.0, 25.0, 25.0, 25.0, 24.0, 25.0, 24.0, 25.0, 25.0, 21.0, 21.0, 17.0, 17.0, 21.0, 25.0, 23.0, 21.0, 26.0, 21.0, 24.0, 25.0, 25.0, 25.0, 25.0, 26.0, 21.0, 23.0, 23.0, 24.0, 22.0, 23.0, 22.0, 24.0, 20.0, 20.0, 25.0, 26.0, 24.0, 23.0, 20.0, 24.0, 22.0, 22.0, 22.0, 25.0, 25.0, 26.0, 26.0, 26.0, 21.0, 21.0, 26.0, 26.0, 23.0, 23.0, 24.0, 25.0, 19.0, 24.0, 25.0, 21.0, 23.0, 25.0, 26.0, 23.0, 20.0, 23.0, 26.0, 18.0, 22.0, 25.0, 22.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 22.0, 18.0, 24.0, 25.0, 22.0, 22.0, 22.0, 22.0, 20.0, 23.0, 21.0, 22.0, 25.0, 17.0, 21.0, 25.0, 20.0, 17.0, 22.0, 17.0, 21.0, 26.0, 26.0, 25.0, 23.0, 21.0, 23.0, 19.0, 21.0, 22.0, 20.0, 26.0, 24.0, 24.0, 25.0, 25.0, 22.0, 22.0, 21.0, 21.0, 16.0, 25.0, 22.0, 22.0, 22.0, 21.0, 25.0, 21.0, 24.0, 19.0, 20.0, 21.0, 20.0, 26.0, 24.0, 26.0, 26.0, 19.0, 20.0, 26.0, 21.0, 21.0, 26.0, 17.0, 24.0, 16.0, 18.0, 16.0, 22.0, 24.0, 24.0, 25.0, 23.0, 26.0, 18.0, 22.0, 17.0, 17.0, 23.0, 23.0, 21.0, 23.0, 25.0, 23.0, 25.0, 19.0, 21.0, 22.0, 24.0, 24.0, 23.0, 26.0, 19.0, 22.0, 22.0, 22.0, 22.0, 16.0, 16.0, 16.0, 16.0, 16.0, 22.0, 25.0, 23.0, 21.0, 22.0, 23.0, 23.0, 25.0, 25.0, 24.0, 24.0, 23.0, 20.0, 20.0, 25.0, 25.0, 23.0, 25.0, 19.0, 18.0, 24.0, 24.0, 24.0, 20.0, 22.0, 22.0, 17.0, 26.0, 19.0, 22.0, 24.0, 23.0, 23.0, 25.0, 26.0, 26.0, 25.0, 26.0, 25.0, 23.0, 25.0, 22.0, 21.0, 17.0, 20.0, 26.0, 24.0, 22.0, 18.0, 18.0, 18.0, 24.0, 24.0, 19.0, 25.0, 25.0, 24.0, 23.0, 23.0, 25.0, 23.0, 21.0, 26.0, 21.0, 22.0, 23.0, 22.0, 23.0, 24.0, 24.0, 26.0, 24.0, 22.0, 22.0, 22.0, 23.0, 24.0, 21.0, 21.0, 23.0, 23.0, 22.0, 23.0, 21.0, 25.0, 25.0, 23.0, 26.0, 24.0, 24.0, 24.0, 24.0, 23.0, 24.0, 22.0, 24.0, 26.0, 22.0, 26.0, 25.0, 21.0, 23.0, 26.0, 21.0, 20.0, 20.0, 22.0, 21.0, 25.0, 21.0, 26.0, 26.0, 21.0, 23.0, 22.0, 21.0, 22.0, 21.0, 23.0, 21.0, 23.0, 23.0, 20.0, 25.0, 18.0, 23.0, 21.0, 22.0, 25.0, 20.0, 19.0, 25.0, 25.0, 25.0, 19.0, 19.0, 20.0, 20.0, 20.0, 25.0, 20.0, 23.0, 24.0, 22.0, 20.0, 21.0, 21.0, 21.0, 21.0, 21.0, 21.0, 21.0, 20.0, 20.0, 20.0, 20.0, 21.0, 21.0, 22.0, 26.0, 21.0, 21.0, 18.0, 22.0, 26.0, 23.0, 23.0, 23.0, 18.0, 18.0, 18.0, 24.0, 26.0, 23.0, 24.0, 20.0, 20.0, 25.0, 24.0, 21.0, 20.0, 25.0, 20.0, 24.0, 25.0, 24.0, 18.0, 25.0, 26.0, 24.0, 21.0, 23.0, 23.0, 25.0, 25.0, 24.0, 22.0, 22.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 25.0, 24.0, 24.0, 23.0, 23.0, 24.0, 23.0, 26.0, 25.0, 25.0, 25.0, 24.0, 24.0, 21.0, 24.0, 24.0, 22.0, 22.0, 24.0, 25.0, 23.0, 23.0, 26.0, 19.0, 17.0, 22.0, 25.0, 25.0, 24.0, 24.0, 25.0, 20.0, 26.0, 24.0, 22.0, 19.0, 22.0, 25.0, 21.0, 21.0, 22.0, 21.0, 21.0, 21.0, 26.0, 24.0, 20.0, 23.0, 23.0, 18.0, 24.0, 23.0, 22.0, 19.0, 26.0, 26.0, 23.0, 23.0, 22.0, 21.0, 25.0, 26.0, 23.0, 23.0, 24.0, 23.0, 18.0, 26.0, 26.0, 14.0, 26.0, 22.0, 22.0, 26.0, 22.0, 21.0, 18.0, 21.0, 20.0, 24.0, 25.0, 21.0, 26.0, 16.0, 16.0, 16.0, 16.0, 16.0, 25.0, 24.0, 24.0, 22.0, 22.0, 19.0, 19.0, 18.0, 22.0, 25.0, 24.0, 22.0, 23.0, 20.0, 23.0, 23.0, 25.0, 25.0, 22.0, 23.0, 21.0, 18.0, 25.0, 25.0, 26.0, 26.0, 26.0, 26.0, 24.0, 22.0, 22.0, 25.0, 25.0, 24.0, 24.0, 24.0, 24.0, 24.0, 22.0, 22.0, 17.0, 17.0, 17.0, 17.0, 17.0, 22.0, 24.0, 25.0, 24.0, 26.0, 26.0, 20.0, 20.0, 24.0, 21.0, 21.0, 21.0, 21.0, 21.0, 25.0, 24.0, 24.0, 23.0, 23.0, 22.0, 16.0, 24.0, 21.0, 21.0, 19.0, 24.0, 25.0, 23.0, 21.0, 25.0, 25.0, 25.0, 25.0, 25.0, 20.0, 23.0, 23.0, 23.0, 23.0, 23.0, 18.0, 25.0, 22.0, 24.0, 24.0, 21.0, 20.0, 19.0, 18.0, 22.0, 26.0, 22.0, 22.0, 25.0, 21.0, 24.0, 24.0, 26.0, 25.0, 23.0, 19.0, 20.0, 19.0, 22.0, 21.0, 26.0, 23.0, 26.0, 26.0, 21.0, 24.0, 25.0, 25.0, 24.0, 25.0, 25.0, 25.0, 23.0, 23.0, 24.0, 26.0, 20.0, 18.0, 26.0, 25.0, 25.0, 22.0, 24.0, 23.0, 23.0, 20.0, 20.0, 20.0, 20.0, 20.0, 21.0, 24.0, 25.0, 22.0, 17.0, 17.0, 17.0, 17.0, 17.0, 17.0, 17.0, 25.0, 22.0, 22.0, 22.0, 24.0, 24.0, 21.0, 20.0, 20.0, 20.0, 19.0, 25.0, 25.0, 25.0, 26.0, 23.0, 23.0, 22.0, 22.0, 22.0, 25.0, 23.0, 24.0, 22.0, 24.0, 24.0, 22.0, 22.0, 26.0, 24.0, 24.0, 24.0, 20.0, 20.0, 24.0, 24.0, 20.0, 16.0, 22.0, 25.0, 20.0, 22.0, 23.0, 24.0, 18.0, 23.0, 23.0, 24.0, 24.0, 24.0, 24.0, 25.0, 21.0, 19.0, 20.0, 19.0, 16.0, 17.0, 22.0, 26.0, 22.0, 23.0, 26.0, 24.0, 24.0, 21.0, 25.0, 25.0, 25.0, 25.0, 26.0, 24.0, 23.0, 25.0, 23.0, 24.0, 26.0, 20.0, 20.0, 20.0, 23.0, 21.0, 24.0, 24.0, 22.0, 20.0, 22.0, 22.0, 20.0, 21.0, 25.0, 22.0, 24.0, 20.0, 26.0, 25.0, 25.0, 22.0, 22.0, 22.0, 24.0, 23.0, 23.0, 18.0, 18.0, 24.0, 25.0, 21.0, 24.0, 18.0, 18.0, 18.0, 24.0, 23.0, 22.0, 22.0, 21.0, 21.0, 21.0, 21.0, 21.0, 21.0, 21.0, 24.0, 21.0, 25.0, 26.0, 26.0, 22.0, 22.0, 22.0, 22.0, 21.0, 26.0, 20.0, 24.0, 24.0, 21.0, 21.0, 21.0, 24.0, 23.0, 22.0, 21.0, 26.0, 22.0, 23.0, 18.0, 21.0, 23.0, 18.0, 22.0, 18.0, 19.0, 19.0, 22.0, 24.0, 18.0, 18.0, 21.0, 25.0, 26.0, 26.0, 24.0, 21.0, 21.0, 25.0, 24.0, 26.0, 26.0, 26.0, 26.0, 25.0, 23.0, 25.0, 19.0, 26.0, 25.0, 24.0, 23.0, 26.0, 22.0, 22.0, 20.0, 22.0, 19.0, 15.0, 24.0, 25.0, 26.0, 25.0, 22.0, 18.0, 24.0, 25.0, 19.0, 25.0, 23.0, 19.0, 22.0, 22.0, 26.0, 25.0, 25.0, 22.0, 26.0, 19.0, 26.0, 21.0, 21.0, 21.0, 21.0, 24.0, 24.0, 24.0, 24.0, 22.0, 24.0, 24.0, 24.0, 24.0, 21.0, 25.0, 25.0, 19.0, 20.0, 19.0, 23.0, 23.0, 23.0, 26.0, 22.0, 23.0, 24.0, 23.0, 23.0, 26.0, 25.0, 20.0, 19.0, 19.0, 25.0, 25.0, 25.0, 25.0, 20.0, 26.0, 21.0, 22.0, 20.0, 23.0, 22.0, 26.0, 20.0, 20.0, 20.0, 20.0, 19.0, 22.0, 25.0, 26.0, 18.0, 16.0, 16.0, 16.0, 16.0, 17.0, 22.0, 25.0, 24.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 19.0, 23.0, 22.0, 23.0, 23.0, 20.0, 25.0, 23.0, 23.0, 24.0, 22.0, 24.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 22.0, 22.0, 22.0, 23.0, 26.0, 26.0, 20.0, 21.0, 21.0, 26.0, 22.0, 25.0, 20.0, 23.0, 23.0, 26.0, 23.0, 23.0, 21.0, 26.0, 24.0, 21.0, 25.0, 23.0, 24.0, 24.0, 21.0, 15.0, 24.0, 24.0, 22.0, 22.0, 24.0, 26.0, 25.0, 21.0, 20.0, 26.0, 20.0, 20.0, 20.0, 21.0, 24.0, 24.0, 24.0, 23.0, 22.0, 20.0, 20.0, 25.0, 26.0, 26.0, 24.0, 22.0, 19.0, 22.0, 26.0, 22.0, 25.0, 23.0, 25.0, 23.0, 16.0, 16.0, 16.0, 16.0, 16.0, 26.0, 25.0, 23.0, 24.0, 22.0, 25.0, 25.0, 25.0, 25.0, 23.0, 22.0, 23.0, 23.0, 23.0, 22.0, 26.0, 26.0, 25.0, 16.0, 22.0, 26.0, 24.0, 24.0, 22.0, 22.0, 22.0, 23.0, 22.0, 23.0, 23.0, 23.0, 21.0, 26.0, 18.0, 26.0, 26.0, 26.0, 26.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 22.0, 25.0, 21.0, 24.0, 17.0, 17.0, 17.0, 17.0, 18.0, 23.0, 21.0, 20.0, 20.0, 22.0, 22.0, 23.0, 26.0, 23.0, 23.0, 23.0, 20.0, 23.0, 25.0, 25.0, 22.0, 17.0, 25.0, 25.0, 18.0, 23.0, 26.0, 23.0, 23.0, 23.0, 21.0, 21.0, 23.0, 18.0, 18.0, 23.0, 26.0, 21.0, 25.0, 25.0, 17.0, 17.0, 25.0, 22.0, 25.0, 21.0, 21.0, 17.0, 17.0, 20.0, 25.0, 20.0, 20.0, 25.0, 24.0, 26.0, 26.0, 24.0, 20.0, 23.0, 22.0, 22.0, 22.0, 22.0, 22.0, 18.0, 18.0, 26.0, 26.0, 26.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 19.0, 21.0, 21.0, 22.0, 26.0, 20.0, 20.0, 24.0, 19.0, 22.0, 23.0, 25.0, 25.0, 23.0, 25.0, 26.0, 25.0, 24.0, 25.0, 20.0, 20.0, 24.0, 22.0, 22.0, 21.0, 17.0, 17.0, 25.0, 19.0, 22.0, 25.0, 25.0, 25.0, 25.0, 22.0, 26.0, 26.0, 23.0, 25.0, 25.0, 26.0, 21.0, 26.0, 25.0, 19.0, 20.0, 22.0, 22.0, 20.0, 20.0, 24.0, 21.0, 24.0, 22.0, 22.0, 21.0, 20.0, 23.0, 23.0, 26.0, 21.0, 19.0, 19.0, 24.0, 22.0, 17.0, 21.0, 22.0, 24.0, 23.0, 23.0, 19.0, 24.0, 20.0, 26.0, 24.0, 24.0, 25.0, 25.0, 24.0, 25.0, 22.0, 18.0, 26.0, 22.0, 19.0, 19.0, 26.0, 25.0, 19.0, 19.0, 25.0, 20.0, 20.0, 23.0, 21.0, 21.0, 24.0, 26.0, 24.0, 24.0, 24.0, 22.0, 23.0, 21.0, 19.0, 26.0, 21.0, 24.0, 25.0, 25.0, 23.0, 26.0, 26.0, 26.0, 22.0, 18.0, 24.0, 24.0, 20.0, 24.0, 24.0, 21.0, 17.0, 25.0, 25.0, 24.0, 23.0, 22.0, 17.0, 17.0, 17.0, 17.0, 20.0, 16.0, 21.0, 23.0, 24.0, 21.0, 21.0, 21.0, 21.0, 23.0, 21.0, 23.0, 21.0, 26.0, 26.0, 25.0, 22.0, 22.0, 26.0, 23.0, 26.0, 20.0, 22.0, 24.0, 25.0, 22.0, 21.0, 25.0, 26.0, 20.0, 22.0, 22.0, 20.0, 22.0, 22.0, 19.0, 24.0, 24.0, 24.0, 24.0, 22.0, 21.0, 26.0, 22.0, 25.0, 21.0, 16.0, 25.0, 25.0, 20.0, 20.0, 24.0, 25.0, 25.0, 25.0, 21.0, 21.0, 23.0, 25.0, 23.0, 22.0, 25.0, 23.0, 23.0, 26.0, 25.0, 22.0, 26.0, 24.0, 22.0, 22.0, 22.0, 24.0, 24.0, 24.0, 24.0, 24.0, 17.0, 21.0, 26.0, 26.0, 24.0, 20.0, 20.0, 21.0, 21.0, 26.0, 24.0, 23.0, 26.0, 21.0, 26.0, 26.0, 26.0, 26.0, 26.0, 18.0, 25.0, 25.0, 21.0, 21.0, 25.0, 21.0, 26.0, 21.0, 23.0, 23.0, 23.0, 23.0, 23.0, 25.0, 23.0, 23.0, 24.0, 24.0, 22.0, 24.0, 25.0, 20.0, 17.0, 25.0, 22.0, 17.0, 22.0, 20.0, 24.0, 25.0, 25.0, 26.0, 24.0, 26.0, 26.0, 16.0, 16.0, 24.0, 20.0, 22.0, 21.0, 22.0, 22.0, 23.0, 23.0, 16.0, 23.0, 26.0, 23.0, 22.0, 20.0, 20.0, 20.0, 20.0, 20.0, 26.0, 21.0, 22.0, 22.0, 21.0, 26.0, 21.0, 21.0, 21.0, 25.0, 17.0, 18.0, 21.0, 26.0, 22.0, 24.0, 26.0, 21.0, 21.0, 24.0, 25.0, 16.0, 18.0, 20.0, 21.0, 26.0, 26.0, 17.0, 25.0, 26.0, 23.0, 22.0, 24.0, 25.0, 25.0, 23.0, 22.0, 26.0, 22.0, 21.0, 21.0, 26.0, 26.0, 22.0, 21.0, 26.0, 22.0, 23.0, 18.0, 18.0, 18.0, 20.0, 25.0, 25.0, 21.0, 21.0, 20.0, 26.0, 25.0, 26.0, 26.0, 26.0, 22.0, 24.0, 25.0, 24.0, 26.0, 21.0, 19.0, 19.0, 22.0, 21.0, 24.0, 21.0, 17.0, 15.0, 21.0, 21.0, 22.0, 16.0, 16.0, 16.0, 16.0, 16.0, 19.0, 19.0, 21.0, 23.0, 22.0, 22.0, 22.0, 22.0, 22.0, 21.0, 22.0, 22.0, 24.0, 24.0, 24.0, 20.0, 21.0, 26.0, 25.0, 20.0, 26.0, 26.0, 20.0, 21.0, 19.0, 19.0, 25.0, 25.0, 20.0, 20.0, 18.0, 22.0, 25.0, 25.0, 20.0, 25.0, 23.0, 24.0, 20.0, 20.0, 24.0, 23.0, 24.0, 25.0, 25.0, 24.0, 24.0, 24.0, 26.0, 22.0, 22.0, 19.0, 25.0, 22.0, 22.0, 22.0, 22.0, 22.0, 22.0, 20.0, 20.0, 19.0, 19.0, 19.0, 19.0, 25.0, 24.0, 17.0, 24.0, 24.0, 20.0, 25.0, 25.0, 23.0, 21.0, 23.0, 20.0, 20.0, 21.0, 23.0, 23.0, 23.0, 23.0, 25.0, 22.0, 21.0, 20.0, 20.0, 22.0, 21.0, 24.0, 19.0, 24.0, 23.0, 23.0, 23.0, 19.0, 25.0, 20.0, 23.0, 26.0, 24.0, 23.0, 24.0, 24.0, 23.0, 25.0, 20.0, 20.0, 17.0, 17.0, 17.0, 17.0, 17.0, 25.0, 20.0, 20.0, 25.0, 25.0, 26.0, 26.0, 26.0, 26.0, 26.0, 26.0, 24.0, 21.0, 22.0, 23.0, 22.0, 22.0, 25.0, 25.0, 24.0, 24.0, 23.0, 20.0, 23.0, 22.0, 26.0, 24.0, 25.0, 25.0, 23.0, 22.0, 25.0, 25.0, 26.0, 22.0, 20.0, 20.0, 20.0, 24.0, 26.0, 26.0, 25.0, 25.0, 21.0, 23.0, 23.0, 22.0, 20.0, 24.0, 24.0, 25.0, 25.0, 25.0, 20.0, 20.0, 20.0, 26.0, 20.0, 25.0, 22.0, 21.0, 26.0, 24.0, 21.0, 23.0, 25.0, 26.0, 23.0, 23.0, 23.0, 19.0, 21.0, 21.0, 21.0, 24.0, 21.0, 21.0, 24.0, 24.0, 25.0, 26.0, 23.0, 26.0, 19.0, 22.0, 24.0, 24.0, 20.0, 25.0, 18.0, 21.0, 19.0, 26.0, 26.0, 23.0, 22.0, 21.0, 22.0, 21.0, 21.0, 26.0, 26.0, 22.0, 26.0, 25.0, 26.0, 24.0, 22.0, 22.0, 21.0, 23.0, 23.0, 23.0, 25.0, 24.0, 18.0, 25.0, 22.0, 25.0, 24.0, 24.0, 25.0, 25.0, 22.0, 22.0, 23.0, 26.0, 25.0, 23.0, 23.0, 22.0, 22.0, 23.0, 25.0, 18.0, 24.0, 21.0, 20.0, 21.0, 22.0, 23.0, 23.0, 25.0, 22.0, 24.0, 24.0, 24.0, 24.0, 23.0, 23.0, 24.0, 19.0, 19.0, 25.0, 25.0, 22.0, 26.0, 21.0, 22.0, 22.0, 19.0, 22.0, 24.0, 18.0, 25.0, 19.0, 23.0, 26.0, 18.0, 26.0, 26.0, 23.0, 24.0, 21.0, 20.0, 20.0, 21.0, 25.0, 26.0, 25.0, 22.0, 22.0, 26.0, 26.0, 22.0, 18.0, 18.0, 18.0, 25.0, 25.0, 24.0, 26.0, 24.0, 25.0, 26.0, 20.0, 20.0, 26.0, 20.0, 20.0, 20.0, 22.0, 22.0, 23.0, 26.0, 20.0, 20.0, 20.0, 23.0, 16.0, 23.0, 18.0, 24.0, 25.0, 21.0, 22.0, 24.0, 24.0, 21.0, 21.0, 22.0, 23.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 26.0, 21.0, 21.0, 25.0, 18.0, 18.0, 20.0, 21.0, 26.0, 20.0, 26.0, 23.0, 25.0, 20.0, 21.0, 25.0, 25.0, 20.0, 21.0, 22.0, 22.0, 19.0, 22.0, 25.0, 24.0, 23.0, 22.0, 20.0, 25.0, 20.0, 20.0, 23.0, 22.0, 24.0, 21.0, 22.0, 23.0, 24.0, 24.0, 18.0, 18.0, 18.0, 22.0, 22.0, 26.0, 26.0, 26.0, 21.0, 22.0, 21.0, 21.0, 26.0, 21.0, 25.0, 24.0, 26.0, 22.0, 21.0, 15.0, 23.0, 22.0, 22.0, 20.0, 20.0, 20.0, 20.0, 20.0, 21.0, 18.0, 22.0, 23.0, 26.0, 26.0, 21.0, 19.0, 19.0, 24.0, 22.0, 23.0, 21.0, 23.0, 23.0, 26.0, 26.0, 22.0, 23.0, 24.0, 24.0, 20.0, 25.0, 21.0, 21.0, 24.0, 18.0, 24.0, 23.0, 18.0, 23.0, 25.0, 22.0, 25.0, 19.0, 19.0, 17.0, 14.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 23.0, 20.0, 18.0, 17.0, 24.0, 22.0, 26.0, 24.0, 25.0, 25.0, 21.0, 22.0, 21.0, 20.0, 20.0, 23.0, 23.0, 23.0, 22.0, 23.0, 21.0, 23.0, 25.0, 26.0, 23.0, 26.0, 25.0, 25.0, 26.0, 26.0, 22.0, 22.0, 25.0, 25.0, 24.0, 26.0, 24.0, 24.0, 24.0, 24.0, 24.0, 19.0, 25.0, 25.0, 22.0, 17.0, 17.0, 21.0, 22.0, 17.0, 24.0, 22.0, 22.0, 21.0, 21.0, 24.0, 26.0, 26.0, 26.0, 26.0, 24.0, 26.0, 24.0, 24.0, 24.0, 23.0, 23.0, 22.0, 25.0, 24.0, 24.0, 26.0, 24.0, 22.0, 23.0, 23.0, 23.0, 26.0, 22.0, 18.0, 24.0, 24.0, 24.0, 18.0, 26.0, 26.0, 26.0, 22.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 19.0, 18.0, 23.0, 21.0, 22.0, 20.0, 26.0, 26.0, 23.0, 21.0, 22.0, 20.0, 20.0, 24.0, 19.0, 22.0, 24.0, 23.0, 22.0, 17.0, 17.0, 17.0, 17.0, 17.0, 19.0, 26.0, 24.0, 17.0, 17.0, 17.0, 17.0, 23.0, 22.0, 22.0, 26.0, 26.0, 26.0, 23.0, 25.0, 23.0, 22.0, 20.0, 23.0, 25.0, 26.0, 21.0, 23.0, 25.0, 18.0, 18.0, 18.0, 26.0, 23.0, 25.0, 24.0, 19.0, 23.0, 24.0, 26.0, 23.0, 22.0, 19.0, 21.0, 24.0, 23.0, 25.0, 25.0, 25.0, 25.0, 23.0, 23.0, 25.0, 25.0, 25.0, 21.0, 21.0, 26.0, 23.0, 21.0, 21.0, 21.0, 25.0, 13.0, 19.0, 19.0, 21.0, 24.0, 19.0, 26.0, 20.0, 26.0, 22.0, 22.0, 22.0, 22.0, 25.0, 25.0, 25.0, 26.0, 21.0, 21.0, 21.0, 21.0, 21.0, 21.0, 24.0, 23.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 22.0, 25.0, 24.0, 26.0, 26.0, 18.0, 25.0, 24.0, 25.0, 25.0, 15.0, 15.0, 15.0, 15.0, 15.0, 25.0, 16.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 24.0, 25.0, 26.0, 23.0, 23.0, 23.0, 19.0, 19.0, 19.0, 26.0, 19.0, 21.0, 16.0, 16.0, 18.0, 25.0, 23.0, 26.0, 26.0, 18.0, 18.0, 18.0, 24.0, 24.0, 23.0, 22.0, 20.0, 25.0, 21.0, 23.0, 19.0, 16.0, 23.0, 25.0, 22.0, 22.0, 22.0, 26.0, 23.0, 24.0, 24.0, 22.0, 22.0, 24.0, 22.0, 25.0, 23.0, 21.0, 26.0, 16.0, 22.0, 19.0, 22.0, 25.0, 23.0, 24.0, 19.0, 25.0, 22.0, 24.0, 24.0, 25.0, 18.0, 21.0, 23.0, 25.0, 26.0, 26.0, 26.0, 21.0, 26.0, 26.0, 23.0, 22.0, 22.0, 17.0, 23.0, 25.0, 21.0, 24.0, 20.0, 22.0, 21.0, 22.0, 23.0, 18.0, 18.0, 23.0, 20.0, 26.0, 26.0, 25.0, 21.0, 22.0, 26.0, 19.0, 25.0, 20.0, 20.0, 25.0, 25.0, 26.0, 24.0, 20.0, 21.0, 20.0, 17.0, 17.0, 17.0, 19.0, 19.0, 25.0, 24.0, 24.0, 20.0, 20.0, 26.0, 20.0, 25.0, 21.0, 23.0, 22.0, 22.0, 22.0, 22.0, 20.0, 24.0, 20.0, 23.0, 22.0, 22.0, 24.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 25.0, 18.0, 23.0, 18.0, 19.0, 19.0, 19.0, 19.0, 19.0, 23.0, 23.0, 22.0, 20.0, 24.0, 15.0, 25.0, 23.0, 20.0, 21.0, 22.0, 25.0, 25.0, 19.0, 25.0, 20.0, 20.0, 20.0, 20.0, 26.0, 22.0, 21.0, 24.0, 25.0, 26.0, 25.0, 25.0, 23.0, 23.0, 24.0, 19.0, 19.0, 24.0, 24.0, 24.0, 20.0, 20.0, 20.0, 23.0, 23.0, 25.0, 26.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 23.0, 24.0, 22.0, 22.0, 24.0, 24.0, 23.0, 25.0, 19.0, 19.0, 21.0, 21.0, 21.0, 26.0, 22.0, 25.0, 22.0, 17.0, 21.0, 24.0, 24.0, 23.0, 23.0, 20.0, 21.0, 26.0, 23.0, 26.0, 26.0, 26.0, 26.0, 21.0, 21.0, 22.0, 23.0, 23.0, 23.0, 23.0, 25.0, 25.0, 21.0, 25.0, 22.0, 26.0, 26.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 26.0, 25.0, 25.0, 22.0, 22.0, 22.0, 26.0, 26.0, 23.0, 23.0, 20.0, 20.0, 23.0, 25.0, 25.0, 23.0, 23.0, 25.0, 22.0, 24.0, 24.0, 22.0, 22.0, 18.0, 18.0, 21.0, 22.0, 22.0, 18.0, 18.0, 24.0, 26.0, 24.0, 22.0, 26.0, 24.0, 18.0, 23.0, 21.0, 21.0, 22.0, 20.0, 23.0, 24.0, 24.0, 21.0, 22.0, 22.0, 16.0, 23.0, 23.0, 23.0, 23.0, 20.0, 20.0, 24.0, 20.0, 20.0, 20.0, 20.0, 20.0, 26.0, 26.0, 26.0, 20.0, 18.0, 19.0, 19.0, 23.0, 21.0, 20.0, 24.0, 25.0, 23.0, 26.0, 24.0, 23.0, 25.0, 25.0, 23.0, 18.0, 18.0, 18.0, 26.0, 26.0, 22.0, 22.0, 22.0, 24.0, 25.0, 19.0, 18.0, 18.0, 18.0, 18.0, 18.0, 22.0, 26.0, 25.0, 25.0, 24.0, 25.0, 22.0, 25.0, 25.0, 25.0, 24.0, 24.0, 24.0, 24.0, 25.0, 23.0, 23.0, 23.0, 23.0, 21.0, 22.0, 25.0, 22.0, 15.0, 19.0, 19.0, 17.0, 24.0, 24.0, 23.0, 23.0, 25.0, 25.0, 21.0, 21.0, 24.0, 23.0, 24.0, 22.0, 22.0, 25.0, 23.0, 24.0, 22.0, 22.0, 25.0, 22.0, 21.0, 21.0, 23.0, 17.0, 24.0, 20.0, 17.0, 23.0, 23.0, 23.0, 20.0, 26.0, 26.0, 26.0, 26.0, 22.0, 24.0, 22.0, 22.0, 24.0, 18.0, 21.0, 21.0, 21.0, 21.0, 23.0, 23.0, 25.0, 26.0, 26.0, 22.0, 24.0, 23.0, 16.0, 26.0, 20.0, 24.0, 24.0, 24.0, 23.0, 26.0, 24.0, 23.0, 24.0, 22.0, 22.0, 19.0, 23.0, 23.0, 23.0, 21.0, 23.0, 18.0, 23.0, 23.0, 26.0, 23.0, 23.0, 23.0, 20.0, 19.0, 24.0, 20.0, 21.0, 19.0, 23.0, 24.0, 26.0, 20.0, 23.0, 23.0, 22.0, 21.0, 15.0, 24.0, 26.0, 25.0, 21.0, 24.0, 23.0, 20.0, 20.0, 22.0, 24.0, 23.0, 25.0, 25.0, 23.0, 21.0, 19.0, 21.0, 25.0, 26.0, 20.0, 18.0, 18.0, 20.0, 23.0, 25.0, 23.0, 24.0, 25.0, 20.0, 26.0, 26.0, 26.0, 21.0, 26.0, 24.0, 25.0, 18.0, 21.0, 21.0, 17.0, 22.0, 23.0, 24.0, 20.0, 23.0, 26.0, 21.0, 21.0, 21.0, 21.0, 24.0, 26.0, 19.0, 24.0, 19.0, 19.0, 19.0, 25.0, 26.0, 22.0, 17.0, 25.0, 24.0, 24.0, 24.0, 24.0, 23.0, 24.0, 22.0, 22.0, 24.0, 24.0, 24.0, 24.0, 24.0, 21.0, 25.0, 19.0, 18.0, 18.0, 18.0, 18.0, 18.0, 22.0, 24.0, 24.0, 26.0, 26.0, 19.0, 26.0, 23.0, 26.0, 26.0, 21.0, 23.0, 25.0, 21.0, 25.0, 25.0, 25.0, 20.0, 23.0, 25.0, 18.0, 20.0, 21.0, 20.0, 24.0, 23.0, 26.0, 23.0, 26.0, 22.0, 19.0, 23.0, 25.0, 20.0, 25.0, 22.0, 26.0, 25.0, 25.0, 23.0, 24.0, 18.0, 21.0, 21.0, 25.0, 25.0, 24.0, 24.0, 21.0, 25.0, 23.0, 23.0, 24.0, 23.0, 23.0, 26.0, 25.0, 19.0, 24.0, 19.0, 26.0, 25.0, 18.0, 23.0, 26.0, 24.0, 23.0, 16.0, 16.0, 18.0, 19.0, 21.0, 22.0, 21.0, 26.0, 21.0, 24.0, 18.0, 24.0, 24.0, 25.0, 19.0, 24.0, 22.0, 20.0, 21.0, 23.0, 21.0, 23.0, 26.0, 22.0, 24.0, 25.0, 22.0, 23.0, 26.0, 24.0, 25.0, 25.0, 26.0, 19.0, 21.0, 21.0, 22.0, 25.0, 24.0, 18.0, 18.0, 23.0, 24.0, 19.0, 24.0, 25.0, 22.0, 26.0, 25.0, 22.0, 26.0, 24.0, 18.0, 24.0, 26.0, 22.0, 22.0, 22.0, 21.0, 24.0, 24.0, 24.0, 18.0, 22.0, 22.0, 26.0, 21.0, 25.0, 26.0, 21.0, 25.0, 19.0, 20.0, 23.0, 21.0, 26.0, 23.0, 17.0, 23.0, 23.0, 20.0, 22.0, 21.0, 21.0, 22.0, 25.0, 22.0, 26.0, 26.0, 26.0, 21.0, 19.0, 20.0, 23.0, 23.0, 25.0, 20.0, 20.0, 24.0, 23.0, 19.0, 18.0, 18.0, 23.0, 24.0, 24.0, 25.0, 26.0, 20.0, 21.0, 21.0, 18.0, 18.0, 20.0, 23.0, 20.0, 20.0, 26.0, 24.0, 25.0, 17.0, 17.0, 15.0, 24.0, 25.0, 21.0, 22.0, 22.0, 25.0, 25.0, 23.0, 23.0, 19.0, 19.0, 20.0, 23.0, 20.0, 20.0, 23.0, 23.0, 18.0, 22.0, 24.0, 22.0, 23.0, 21.0, 21.0, 22.0, 15.0, 15.0, 15.0, 21.0, 25.0, 22.0, 21.0, 19.0, 22.0, 23.0, 26.0, 26.0, 25.0, 25.0, 19.0, 22.0, 25.0, 25.0, 23.0, 26.0, 15.0, 23.0, 22.0, 21.0, 26.0, 22.0, 24.0, 21.0, 25.0, 25.0, 26.0, 26.0, 26.0, 24.0, 22.0, 22.0, 24.0, 26.0, 20.0, 24.0, 21.0, 23.0, 18.0, 18.0, 26.0, 25.0, 25.0, 24.0, 26.0, 26.0, 17.0, 24.0, 21.0, 23.0, 24.0, 23.0, 24.0, 20.0, 20.0, 20.0, 23.0, 25.0, 21.0, 24.0, 26.0, 17.0, 22.0, 26.0, 23.0, 21.0, 23.0, 23.0, 24.0, 24.0, 23.0, 22.0, 24.0, 24.0, 24.0, 26.0, 26.0, 19.0, 19.0, 19.0, 19.0, 19.0, 19.0, 26.0, 25.0, 18.0, 18.0, 18.0, 18.0, 25.0, 22.0, 22.0, 22.0, 24.0, 24.0, 23.0, 20.0, 20.0, 20.0, 25.0, 25.0, 18.0, 25.0, 24.0, 24.0, 23.0, 21.0, 19.0, 24.0, 25.0, 23.0, 21.0, 21.0, 22.0, 22.0, 22.0, 22.0, 25.0, 24.0, 25.0, 21.0, 23.0, 25.0, 25.0, 22.0, 24.0, 24.0, 21.0, 21.0, 21.0, 21.0, 25.0, 22.0, 26.0, 21.0, 25.0, 22.0, 23.0, 24.0, 22.0, 18.0, 22.0, 26.0, 21.0, 21.0, 25.0, 24.0, 25.0, 19.0, 23.0, 23.0, 19.0, 19.0, 19.0, 20.0, 24.0, 19.0, 22.0, 21.0, 25.0, 25.0, 24.0, 25.0, 26.0, 22.0, 24.0, 22.0, 19.0, 22.0, 18.0, 25.0, 17.0, 19.0, 17.0, 22.0, 26.0, 23.0, 22.0, 22.0, 22.0, 23.0, 19.0, 22.0, 22.0, 26.0, 25.0, 25.0, 22.0, 25.0, 24.0, 24.0, 26.0, 22.0, 23.0, 26.0, 24.0, 24.0, 20.0, 20.0, 23.0, 20.0, 21.0, 21.0, 22.0, 21.0, 23.0, 26.0, 26.0, 23.0, 23.0, 23.0, 26.0, 15.0, 15.0, 15.0, 15.0, 24.0, 22.0, 23.0, 26.0, 21.0, 23.0, 26.0, 25.0, 23.0, 23.0, 19.0, 23.0, 25.0, 20.0, 20.0, 20.0, 26.0, 23.0, 22.0, 21.0, 21.0, 22.0, 25.0, 21.0, 26.0, 23.0, 23.0, 25.0, 25.0, 23.0, 24.0, 14.0, 26.0, 23.0, 26.0, 22.0, 22.0, 23.0, 23.0, 24.0, 25.0, 21.0, 23.0, 23.0, 22.0, 22.0, 22.0, 20.0, 21.0, 24.0, 23.0, 26.0, 26.0, 20.0, 26.0, 25.0, 25.0, 26.0, 25.0, 26.0, 17.0, 25.0, 22.0, 26.0, 19.0, 21.0, 19.0, 26.0, 22.0, 22.0, 22.0, 22.0, 22.0, 22.0, 22.0, 17.0, 24.0, 22.0, 26.0, 26.0, 22.0, 26.0, 26.0, 19.0, 25.0, 25.0, 25.0, 21.0, 26.0, 22.0, 23.0, 21.0, 22.0, 20.0, 23.0, 18.0, 23.0, 23.0, 24.0, 21.0, 24.0, 24.0, 17.0, 17.0, 17.0, 17.0, 17.0, 23.0, 23.0, 24.0, 24.0, 24.0, 24.0, 25.0, 25.0, 19.0, 18.0, 21.0, 20.0, 20.0, 20.0, 20.0, 22.0, 21.0, 24.0, 23.0, 25.0, 22.0, 26.0, 22.0, 22.0, 21.0, 19.0, 24.0, 24.0, 25.0, 25.0, 21.0, 26.0, 21.0, 23.0, 23.0, 23.0, 23.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 21.0, 26.0, 20.0, 23.0, 22.0, 22.0, 25.0, 25.0, 17.0, 22.0, 18.0, 23.0, 23.0, 26.0, 23.0, 23.0, 24.0, 24.0, 23.0, 23.0, 26.0, 18.0, 26.0, 19.0, 26.0, 26.0, 21.0, 26.0, 26.0, 19.0, 20.0, 19.0, 20.0, 19.0, 19.0, 22.0, 25.0, 17.0, 25.0, 24.0, 25.0, 20.0, 23.0, 22.0, 21.0, 20.0, 23.0, 23.0, 25.0, 22.0, 24.0, 24.0, 21.0, 22.0, 23.0, 23.0, 26.0, 23.0, 25.0, 25.0, 25.0, 23.0, 20.0, 19.0, 26.0, 19.0, 17.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 15.0, 15.0, 21.0, 21.0, 21.0, 22.0, 25.0, 21.0, 26.0, 26.0, 22.0, 23.0, 26.0, 18.0, 15.0, 15.0, 15.0, 15.0, 21.0, 21.0, 26.0, 20.0, 25.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 26.0, 18.0, 24.0, 24.0, 25.0, 25.0, 22.0, 25.0, 21.0, 22.0, 16.0, 24.0, 18.0, 22.0, 22.0, 23.0, 23.0, 26.0, 17.0, 23.0, 23.0, 24.0, 19.0, 25.0, 26.0, 20.0, 26.0, 24.0, 24.0, 26.0, 24.0, 24.0, 26.0, 25.0, 20.0, 19.0, 22.0, 26.0, 26.0, 26.0, 18.0, 22.0, 23.0, 26.0, 26.0, 26.0, 23.0, 24.0, 23.0, 18.0, 22.0, 24.0, 25.0, 18.0, 20.0, 20.0, 24.0, 20.0, 20.0, 20.0, 19.0, 20.0, 21.0, 20.0, 20.0, 19.0, 18.0, 22.0, 23.0, 20.0, 23.0, 23.0, 25.0, 22.0, 20.0, 22.0, 24.0, 23.0, 23.0, 26.0, 26.0, 16.0, 16.0, 26.0, 25.0, 25.0, 25.0, 23.0, 18.0, 24.0, 24.0, 26.0, 21.0, 23.0, 21.0, 22.0, 22.0, 26.0, 23.0, 25.0, 20.0, 22.0, 26.0, 21.0, 23.0, 23.0, 23.0, 25.0, 20.0, 24.0, 24.0, 23.0, 24.0, 15.0, 19.0, 19.0, 19.0, 19.0, 19.0, 23.0, 23.0, 23.0, 24.0, 24.0, 24.0, 24.0, 24.0, 22.0, 22.0, 26.0, 26.0, 25.0, 25.0, 21.0, 22.0, 22.0, 22.0, 24.0, 20.0, 22.0, 23.0, 18.0, 19.0, 19.0, 26.0, 21.0, 23.0, 17.0, 24.0, 21.0, 19.0, 26.0, 23.0, 24.0, 23.0, 15.0, 19.0, 19.0, 19.0, 19.0, 19.0, 19.0, 19.0, 23.0, 21.0, 21.0, 20.0, 24.0, 22.0, 18.0, 21.0, 22.0, 25.0, 24.0, 20.0, 23.0, 23.0, 24.0, 26.0, 26.0, 24.0, 25.0, 20.0, 21.0, 26.0, 18.0, 17.0, 23.0, 26.0, 22.0, 26.0, 26.0, 26.0, 25.0, 22.0, 21.0, 26.0, 22.0, 18.0, 18.0, 22.0, 26.0, 26.0, 26.0, 26.0, 26.0, 26.0, 26.0, 25.0, 24.0, 24.0, 24.0, 24.0, 24.0, 25.0, 25.0, 25.0, 21.0, 25.0, 18.0, 26.0, 25.0, 26.0, 25.0, 23.0, 23.0, 23.0, 22.0, 23.0, 24.0, 24.0, 26.0, 17.0, 23.0, 23.0, 23.0, 22.0, 18.0, 18.0, 18.0, 21.0, 24.0, 25.0, 20.0, 24.0, 20.0, 20.0, 20.0, 20.0, 24.0, 21.0, 25.0, 18.0, 25.0, 26.0, 21.0, 21.0, 21.0, 21.0, 21.0, 23.0, 20.0, 21.0, 22.0, 24.0, 23.0, 23.0, 22.0, 22.0, 22.0, 22.0, 20.0, 17.0, 26.0, 26.0, 26.0, 26.0, 19.0, 26.0, 21.0, 24.0, 24.0, 23.0, 18.0, 18.0, 21.0, 22.0, 20.0, 21.0, 23.0, 23.0, 23.0, 23.0, 22.0, 25.0, 22.0, 26.0, 21.0, 22.0, 23.0, 24.0, 17.0, 20.0, 23.0, 26.0, 21.0, 22.0, 22.0, 22.0, 26.0, 25.0, 25.0, 24.0, 18.0, 18.0, 26.0, 22.0, 22.0, 24.0, 17.0, 17.0, 17.0, 23.0, 23.0, 21.0, 25.0, 23.0, 26.0, 24.0, 21.0, 23.0, 22.0, 26.0, 26.0, 25.0, 26.0, 23.0, 20.0, 20.0, 25.0, 19.0, 21.0, 21.0, 22.0, 26.0, 24.0, 18.0, 18.0, 19.0, 25.0, 21.0, 24.0, 24.0, 25.0, 26.0, 26.0, 23.0, 23.0, 23.0, 18.0, 18.0, 18.0, 18.0, 18.0, 23.0, 19.0, 26.0, 26.0, 23.0, 23.0, 23.0, 23.0, 23.0, 22.0, 22.0, 25.0, 26.0, 17.0, 24.0, 19.0, 19.0, 19.0, 26.0, 26.0, 26.0, 20.0, 23.0, 22.0, 22.0, 21.0, 22.0, 21.0, 19.0, 22.0, 26.0, 26.0, 26.0, 24.0, 16.0, 16.0, 16.0, 16.0, 24.0, 24.0, 25.0, 22.0, 21.0, 20.0, 22.0, 22.0, 22.0, 24.0, 25.0, 25.0, 25.0, 22.0, 22.0, 23.0, 23.0, 26.0, 23.0, 23.0, 20.0, 21.0, 22.0, 20.0, 23.0, 24.0, 20.0, 20.0, 19.0, 26.0, 20.0, 22.0, 25.0, 26.0, 19.0, 25.0, 24.0, 24.0, 23.0, 23.0, 20.0, 20.0, 26.0, 21.0, 21.0, 25.0, 24.0, 23.0, 22.0, 22.0, 23.0, 23.0, 16.0, 25.0, 21.0, 20.0, 25.0, 21.0, 23.0, 19.0, 18.0, 25.0, 25.0, 25.0, 25.0, 19.0, 19.0, 19.0, 25.0, 24.0, 22.0, 18.0, 18.0, 18.0, 18.0, 18.0, 23.0, 23.0, 23.0, 18.0, 26.0, 22.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 23.0, 23.0, 23.0, 23.0, 25.0, 20.0, 17.0, 24.0, 25.0, 18.0, 25.0, 25.0, 19.0, 21.0, 25.0, 25.0, 26.0, 25.0, 17.0, 20.0, 23.0, 25.0, 19.0, 22.0, 26.0, 26.0, 18.0, 24.0, 20.0, 23.0, 23.0, 22.0, 19.0, 24.0, 21.0, 24.0, 24.0, 25.0, 23.0, 22.0, 24.0, 20.0, 23.0, 24.0, 24.0, 21.0, 25.0, 22.0, 23.0, 19.0, 26.0, 22.0, 24.0, 24.0, 24.0, 19.0, 20.0, 17.0, 22.0, 23.0, 25.0, 23.0, 21.0, 21.0, 21.0, 21.0, 21.0, 24.0, 24.0, 24.0, 24.0, 24.0, 26.0, 24.0, 22.0, 22.0, 21.0, 23.0, 23.0, 19.0, 23.0, 19.0, 23.0, 23.0, 21.0, 24.0, 24.0, 26.0, 24.0, 26.0, 20.0, 17.0, 21.0, 23.0, 19.0, 19.0, 23.0, 20.0, 18.0, 18.0, 18.0, 18.0, 18.0, 19.0, 25.0, 22.0, 22.0, 26.0, 24.0, 26.0, 25.0, 23.0, 26.0, 21.0, 25.0, 25.0, 26.0, 19.0, 25.0, 24.0, 24.0, 23.0, 22.0, 22.0, 22.0, 26.0, 25.0, 25.0, 26.0, 23.0, 26.0, 21.0, 18.0, 20.0, 20.0, 23.0, 24.0, 26.0, 25.0, 24.0, 22.0, 21.0, 21.0, 21.0, 21.0, 21.0, 21.0, 21.0, 24.0, 25.0, 21.0, 22.0, 21.0, 21.0, 24.0, 21.0, 21.0, 26.0, 26.0, 24.0, 19.0, 14.0, 22.0, 15.0, 15.0, 22.0, 20.0, 20.0, 24.0, 15.0, 15.0, 15.0, 15.0, 22.0, 26.0, 19.0, 19.0, 19.0, 21.0, 22.0, 25.0, 24.0, 26.0, 22.0, 25.0, 18.0, 23.0, 25.0, 19.0, 19.0, 19.0, 19.0, 25.0, 25.0, 25.0, 23.0, 23.0, 23.0, 21.0, 21.0, 25.0, 23.0, 22.0, 24.0, 23.0, 26.0, 19.0, 26.0, 25.0, 18.0, 18.0, 18.0, 18.0, 18.0, 21.0, 25.0, 23.0, 26.0, 23.0, 23.0, 25.0, 20.0, 25.0, 21.0, 21.0, 19.0, 18.0, 18.0, 24.0, 24.0, 23.0, 21.0, 24.0, 26.0, 24.0, 21.0, 21.0, 21.0, 19.0, 24.0, 22.0, 23.0, 23.0, 25.0, 24.0, 26.0, 21.0, 21.0, 21.0, 26.0, 21.0, 23.0, 23.0, 22.0, 21.0, 23.0, 26.0, 24.0, 20.0, 20.0, 24.0, 26.0, 22.0, 17.0, 23.0, 18.0, 23.0, 26.0, 22.0, 26.0, 23.0, 20.0, 25.0, 23.0, 23.0, 22.0, 26.0, 23.0, 21.0, 22.0, 22.0, 25.0, 25.0, 19.0, 23.0, 19.0, 24.0, 20.0, 26.0, 22.0, 26.0, 24.0, 26.0, 24.0, 24.0, 24.0, 25.0, 25.0, 24.0, 25.0, 19.0, 26.0, 23.0, 21.0, 26.0, 21.0, 17.0, 24.0, 16.0, 21.0, 20.0, 20.0, 22.0, 22.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 26.0, 26.0, 23.0, 23.0, 23.0, 23.0, 24.0, 24.0, 24.0, 23.0, 19.0, 26.0, 21.0, 18.0, 21.0, 23.0, 19.0, 19.0, 19.0, 19.0, 25.0, 20.0, 26.0, 26.0, 26.0, 26.0, 23.0, 23.0, 25.0, 23.0, 22.0, 21.0, 20.0, 25.0, 25.0, 24.0, 17.0, 21.0, 20.0, 20.0, 19.0, 24.0, 24.0, 24.0, 22.0, 20.0, 24.0, 19.0, 21.0, 21.0, 21.0, 22.0, 26.0, 21.0, 25.0, 23.0, 25.0, 25.0, 25.0, 23.0, 18.0, 18.0, 18.0, 23.0, 23.0, 25.0, 25.0, 21.0, 18.0, 21.0, 21.0, 25.0, 25.0, 25.0, 26.0, 26.0, 19.0, 22.0, 23.0, 23.0, 19.0, 26.0, 26.0, 19.0, 19.0, 19.0, 20.0, 20.0, 26.0, 23.0, 19.0, 19.0, 20.0, 19.0, 22.0, 23.0, 21.0, 24.0, 24.0, 24.0, 22.0, 22.0, 23.0, 23.0, 20.0, 21.0, 23.0, 24.0, 25.0, 25.0, 25.0, 25.0, 22.0, 25.0, 21.0, 26.0, 21.0, 21.0, 22.0, 15.0, 15.0, 15.0, 15.0, 23.0, 23.0, 26.0, 22.0, 20.0, 20.0, 21.0, 19.0, 23.0, 25.0, 21.0, 19.0, 24.0, 23.0, 26.0, 24.0, 17.0, 23.0, 18.0, 19.0, 21.0, 26.0, 25.0, 24.0, 26.0, 24.0, 26.0, 26.0, 25.0, 25.0, 19.0, 19.0, 24.0, 25.0, 23.0, 23.0, 25.0, 24.0, 21.0, 25.0, 25.0, 23.0, 23.0, 23.0, 25.0, 26.0, 25.0, 25.0, 25.0, 25.0, 25.0, 22.0, 22.0, 18.0, 21.0, 25.0, 25.0, 22.0, 23.0, 22.0, 16.0, 16.0, 24.0, 26.0, 26.0, 26.0, 24.0, 22.0, 19.0, 26.0, 26.0, 24.0, 21.0, 22.0, 21.0, 18.0, 25.0, 24.0, 26.0, 24.0, 24.0, 20.0, 23.0, 19.0, 19.0, 22.0, 26.0, 25.0, 23.0, 25.0, 25.0, 25.0, 23.0, 18.0, 24.0, 25.0, 25.0, 18.0, 18.0, 23.0, 25.0, 25.0, 25.0, 20.0, 24.0, 26.0, 25.0, 24.0, 23.0, 26.0, 22.0, 20.0, 20.0, 23.0, 23.0, 26.0, 23.0, 24.0, 23.0, 22.0, 26.0, 23.0, 25.0, 19.0, 22.0, 22.0, 22.0, 16.0, 23.0, 21.0, 23.0, 19.0, 24.0, 18.0, 18.0, 23.0, 21.0, 21.0, 26.0, 23.0, 20.0, 24.0, 15.0, 25.0, 21.0, 18.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 26.0, 23.0, 16.0, 24.0, 21.0, 25.0, 25.0, 21.0, 26.0, 19.0, 19.0, 19.0, 23.0, 26.0, 21.0, 24.0, 24.0, 22.0, 22.0, 25.0, 20.0, 24.0, 24.0, 25.0, 25.0, 26.0, 21.0, 24.0, 22.0, 22.0, 17.0, 25.0, 25.0, 25.0, 20.0, 25.0, 26.0, 24.0, 21.0, 18.0, 25.0, 22.0, 26.0, 25.0, 25.0, 25.0, 20.0, 20.0, 23.0, 25.0, 25.0, 25.0, 25.0, 23.0, 24.0, 22.0, 26.0, 26.0, 25.0, 21.0, 25.0, 24.0, 22.0, 22.0, 22.0, 22.0, 22.0, 23.0, 25.0, 22.0, 26.0, 21.0, 17.0, 17.0, 23.0, 26.0, 23.0, 23.0, 23.0, 24.0, 16.0, 26.0, 21.0, 24.0, 24.0, 21.0, 26.0, 22.0, 21.0, 25.0, 26.0, 26.0, 26.0, 21.0, 26.0, 24.0, 24.0, 25.0, 22.0, 23.0, 23.0, 26.0, 24.0, 22.0, 24.0, 18.0, 20.0, 20.0, 20.0, 24.0, 22.0, 26.0, 18.0, 18.0, 18.0, 18.0, 18.0, 23.0, 22.0, 20.0, 20.0, 25.0, 21.0, 26.0, 23.0, 22.0, 26.0, 21.0, 23.0, 20.0, 26.0, 26.0, 24.0, 24.0, 21.0, 21.0, 22.0, 24.0, 26.0, 25.0, 16.0, 16.0, 26.0, 17.0, 26.0, 24.0, 19.0, 23.0, 23.0, 18.0, 22.0, 22.0, 24.0, 23.0, 23.0, 16.0, 25.0, 24.0, 18.0, 21.0, 18.0, 21.0, 23.0, 23.0, 25.0, 19.0, 20.0, 26.0, 26.0, 21.0, 17.0, 17.0, 25.0, 22.0, 22.0, 26.0, 22.0, 21.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 20.0, 26.0, 20.0, 20.0, 20.0, 20.0, 19.0, 26.0, 18.0, 18.0, 26.0, 26.0, 25.0, 25.0, 24.0, 22.0, 24.0, 26.0, 23.0, 23.0, 24.0, 21.0, 21.0, 17.0, 24.0, 20.0, 24.0, 16.0, 26.0, 19.0, 22.0, 21.0, 21.0, 21.0, 22.0, 22.0, 26.0, 21.0, 22.0, 22.0, 25.0, 25.0, 26.0, 24.0, 21.0, 23.0, 24.0, 24.0, 24.0, 17.0, 21.0, 21.0, 24.0, 26.0, 23.0, 24.0, 24.0, 26.0, 26.0, 26.0, 24.0, 26.0, 19.0, 19.0, 22.0, 26.0, 25.0, 24.0, 21.0, 26.0, 26.0, 26.0, 25.0, 21.0, 26.0, 26.0, 26.0, 26.0, 21.0, 23.0, 21.0, 22.0, 20.0, 26.0, 25.0, 24.0, 25.0, 22.0, 22.0, 21.0, 23.0, 22.0, 26.0, 21.0, 25.0, 25.0, 22.0, 23.0, 23.0, 23.0, 25.0, 21.0, 23.0, 23.0, 20.0, 26.0, 26.0, 22.0, 26.0, 26.0, 22.0, 25.0, 20.0, 20.0, 20.0, 22.0, 23.0, 25.0, 23.0, 25.0, 22.0, 20.0, 19.0, 24.0, 22.0, 20.0, 21.0, 21.0, 21.0, 21.0, 21.0, 21.0, 25.0, 18.0, 18.0, 18.0, 18.0, 18.0, 18.0, 19.0, 24.0, 26.0, 22.0, 24.0, 25.0, 20.0, 26.0, 22.0, 21.0, 23.0, 20.0, 26.0, 25.0, 24.0, 24.0, 26.0, 25.0, 22.0, 20.0, 24.0, 25.0, 25.0, 25.0, 25.0, 19.0, 25.0, 25.0, 19.0, 22.0, 22.0, 23.0, 23.0, 23.0, 21.0, 24.0, 19.0, 24.0, 25.0, 26.0, 22.0, 18.0, 23.0, 23.0, 26.0, 18.0, 23.0, 23.0, 21.0, 25.0, 25.0, 25.0, 26.0, 25.0, 20.0, 20.0, 26.0, 25.0, 23.0, 23.0, 23.0, 26.0, 26.0, 22.0, 21.0, 21.0, 21.0, 26.0, 16.0, 21.0, 19.0, 24.0, 21.0, 20.0, 26.0, 19.0, 19.0, 21.0, 21.0, 21.0, 26.0, 24.0, 18.0, 21.0, 26.0, 20.0, 25.0, 25.0, 25.0, 21.0, 22.0, 21.0, 26.0, 21.0, 26.0, 26.0, 24.0, 20.0, 19.0, 22.0, 25.0, 25.0, 21.0, 20.0, 22.0, 18.0, 19.0, 26.0, 20.0, 25.0, 25.0, 25.0, 26.0, 19.0, 23.0, 26.0, 22.0, 24.0, 22.0, 22.0, 22.0, 26.0, 25.0, 23.0, 26.0, 20.0, 25.0, 24.0, 24.0, 24.0, 26.0, 26.0, 25.0, 25.0, 22.0, 22.0, 24.0, 21.0, 23.0, 18.0, 24.0, 23.0, 20.0, 20.0, 24.0, 26.0, 26.0, 20.0, 23.0, 26.0, 25.0, 24.0, 26.0, 24.0, 20.0, 20.0, 20.0, 26.0, 25.0, 25.0, 18.0, 26.0, 25.0, 25.0, 17.0, 26.0, 23.0, 23.0, 26.0, 26.0, 25.0, 24.0, 24.0, 18.0, 22.0, 25.0, 19.0, 20.0, 18.0, 18.0, 18.0, 18.0, 18.0, 25.0, 25.0, 25.0, 22.0, 22.0, 22.0, 22.0, 23.0, 18.0, 18.0, 18.0, 18.0, 18.0, 18.0, 18.0, 24.0, 23.0, 26.0, 24.0, 23.0, 22.0, 26.0, 26.0, 26.0, 25.0, 26.0, 18.0, 18.0, 25.0, 21.0, 26.0, 18.0, 18.0, 17.0, 25.0, 23.0, 24.0, 24.0, 26.0, 24.0, 24.0, 23.0, 23.0, 25.0, 24.0, 22.0, 24.0, 24.0, 26.0, 23.0, 23.0, 22.0, 22.0, 23.0, 23.0, 19.0, 24.0, 25.0, 22.0, 25.0, 24.0, 24.0, 17.0, 19.0, 20.0, 20.0, 20.0, 24.0, 24.0, 26.0, 22.0, 24.0, 20.0, 21.0, 21.0, 26.0, 26.0, 25.0, 23.0, 23.0, 17.0, 24.0, 22.0, 24.0, 23.0, 22.0, 20.0, 20.0, 20.0, 20.0, 24.0, 24.0, 23.0, 23.0, 26.0, 19.0, 19.0, 25.0, 24.0, 22.0, 22.0, 22.0, 22.0, 23.0, 20.0, 17.0, 21.0, 22.0, 21.0, 21.0, 21.0, 24.0, 24.0, 19.0, 23.0, 21.0, 21.0, 22.0, 18.0, 18.0, 18.0, 18.0, 18.0, 21.0, 23.0, 24.0, 19.0, 21.0, 18.0, 26.0, 25.0, 25.0, 21.0, 24.0, 24.0, 19.0, 25.0, 25.0, 23.0, 23.0, 19.0, 19.0, 23.0, 24.0, 19.0, 23.0, 22.0, 15.0, 23.0, 23.0, 16.0, 16.0, 16.0, 24.0, 22.0, 22.0, 25.0, 22.0, 22.0, 22.0, 21.0, 23.0, 19.0, 14.0, 25.0, 23.0, 25.0, 23.0, 26.0, 18.0, 25.0, 26.0, 26.0, 19.0, 18.0, 18.0, 23.0, 23.0, 21.0, 23.0, 19.0, 16.0, 23.0, 23.0, 21.0, 23.0, 22.0, 26.0, 26.0, 20.0, 25.0, 24.0, 24.0, 21.0, 18.0, 18.0, 25.0, 24.0, 20.0, 20.0, 25.0, 25.0, 25.0, 25.0, 25.0, 22.0, 22.0, 22.0, 22.0, 25.0, 23.0, 22.0, 26.0, 19.0, 19.0, 19.0, 19.0, 19.0, 26.0, 23.0, 22.0, 22.0, 24.0, 24.0, 24.0, 25.0, 25.0, 26.0, 21.0, 26.0, 26.0, 22.0, 19.0, 22.0, 26.0, 20.0, 19.0, 23.0, 23.0, 20.0, 25.0, 26.0, 26.0, 20.0, 22.0, 25.0, 21.0, 26.0, 23.0, 25.0, 23.0, 22.0, 19.0, 19.0, 21.0, 24.0, 26.0, 23.0, 20.0, 18.0, 22.0, 26.0, 24.0, 20.0, 21.0, 16.0, 16.0, 16.0, 16.0, 16.0, 24.0, 20.0, 26.0, 22.0, 25.0, 25.0, 24.0, 19.0, 18.0, 19.0, 25.0, 24.0, 18.0, 19.0, 23.0, 25.0, 26.0, 21.0, 20.0, 20.0, 25.0, 24.0, 26.0, 22.0, 26.0, 26.0, 20.0, 26.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 24.0, 26.0, 25.0, 24.0, 24.0, 25.0, 21.0, 26.0, 24.0, 25.0, 23.0, 24.0, 26.0, 25.0, 22.0, 24.0, 24.0, 23.0, 26.0, 24.0, 24.0, 24.0, 18.0, 18.0, 26.0, 20.0, 20.0, 20.0, 23.0, 23.0, 23.0, 18.0, 21.0, 21.0, 21.0, 22.0, 18.0, 17.0, 23.0, 24.0, 23.0, 19.0, 18.0, 22.0, 25.0, 22.0, 26.0, 26.0, 21.0, 19.0, 23.0, 22.0, 23.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 21.0, 24.0, 26.0, 21.0, 26.0, 22.0, 25.0, 25.0, 25.0, 22.0, 19.0, 21.0, 25.0, 20.0, 20.0, 22.0, 21.0, 19.0, 22.0, 17.0, 26.0, 26.0, 20.0, 22.0, 23.0, 24.0, 24.0, 20.0, 20.0, 26.0, 25.0, 23.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 24.0, 24.0, 24.0, 26.0, 26.0, 18.0, 21.0, 25.0, 24.0, 22.0, 25.0, 25.0, 26.0, 26.0, 20.0, 20.0, 22.0, 22.0, 26.0, 24.0, 24.0, 22.0, 24.0, 24.0, 20.0, 26.0, 24.0, 25.0, 26.0, 26.0, 25.0, 22.0, 22.0, 22.0, 21.0, 19.0, 19.0, 21.0, 19.0, 23.0, 23.0, 18.0, 24.0, 22.0, 22.0, 20.0, 20.0, 26.0, 15.0, 15.0, 15.0, 15.0, 15.0, 18.0, 23.0, 19.0, 19.0, 19.0, 25.0, 25.0, 21.0, 25.0, 21.0, 23.0, 25.0, 24.0, 19.0, 25.0, 20.0, 17.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 21.0, 18.0, 26.0, 20.0, 20.0, 18.0, 24.0, 24.0, 24.0, 24.0, 24.0, 24.0, 26.0, 23.0, 26.0, 20.0, 21.0, 20.0, 24.0, 25.0, 25.0, 22.0, 25.0, 22.0, 24.0, 21.0, 21.0, 21.0, 21.0, 23.0, 20.0, 23.0, 26.0, 25.0, 21.0, 21.0, 22.0, 24.0, 24.0, 24.0, 18.0, 21.0, 21.0, 23.0, 18.0, 26.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 18.0, 21.0, 20.0, 26.0, 25.0, 20.0, 21.0, 17.0, 17.0, 22.0, 22.0, 24.0, 20.0, 26.0, 20.0, 19.0, 19.0, 19.0, 23.0, 24.0, 24.0, 25.0, 23.0, 16.0, 25.0, 24.0, 24.0, 21.0, 24.0, 24.0, 21.0, 23.0, 25.0, 25.0, 25.0, 24.0, 23.0, 22.0, 20.0, 17.0, 17.0, 17.0, 17.0, 21.0, 21.0, 20.0, 20.0, 26.0, 24.0, 15.0, 23.0, 23.0, 24.0, 23.0, 18.0, 18.0, 18.0, 24.0, 21.0, 23.0, 23.0, 25.0, 22.0, 24.0, 17.0, 22.0, 22.0, 25.0, 19.0, 25.0, 23.0, 25.0, 24.0, 23.0, 25.0, 18.0, 26.0, 21.0, 21.0, 21.0, 22.0, 21.0, 24.0, 25.0, 23.0, 25.0, 22.0, 18.0, 24.0, 24.0, 18.0, 22.0, 22.0, 23.0, 26.0, 19.0, 20.0, 20.0, 22.0, 22.0, 25.0, 21.0, 25.0, 25.0, 22.0, 24.0, 22.0, 20.0, 23.0, 25.0, 26.0, 19.0, 18.0, 18.0, 18.0, 18.0, 18.0, 18.0, 25.0, 24.0, 19.0, 22.0, 18.0, 26.0, 24.0, 24.0, 19.0, 24.0, 18.0, 18.0, 18.0, 18.0, 18.0, 18.0, 18.0, 18.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 24.0, 20.0, 25.0, 25.0, 25.0, 20.0, 20.0, 23.0, 21.0, 25.0, 23.0, 25.0, 20.0, 23.0, 24.0, 25.0, 23.0, 23.0, 25.0, 20.0, 20.0, 25.0, 26.0, 19.0, 19.0, 19.0, 22.0, 23.0, 19.0, 25.0, 24.0, 24.0, 25.0, 23.0, 23.0, 23.0, 22.0, 21.0, 22.0, 23.0, 23.0, 23.0, 21.0, 24.0, 21.0, 21.0, 21.0, 22.0, 21.0, 23.0, 24.0, 23.0, 23.0, 24.0, 24.0, 24.0, 22.0, 20.0, 20.0, 20.0, 21.0, 24.0, 23.0, 26.0, 26.0, 25.0, 25.0, 26.0, 20.0, 20.0, 23.0, 18.0, 20.0, 22.0, 18.0, 22.0, 23.0, 22.0, 22.0, 19.0, 24.0, 24.0, 22.0, 22.0, 24.0, 22.0, 22.0, 25.0, 18.0, 22.0, 26.0, 22.0, 25.0, 25.0, 20.0, 26.0, 23.0, 25.0, 14.0, 19.0, 26.0, 24.0, 20.0, 22.0, 26.0, 26.0, 20.0, 18.0, 18.0, 18.0, 18.0, 23.0, 20.0, 23.0, 26.0, 22.0, 21.0, 24.0, 24.0, 24.0, 23.0, 20.0, 24.0, 24.0, 23.0, 19.0, 22.0, 22.0, 25.0, 25.0, 20.0, 25.0, 25.0, 24.0, 15.0, 25.0, 20.0, 20.0, 24.0, 26.0, 23.0, 23.0, 24.0, 20.0, 26.0, 23.0, 22.0, 20.0, 21.0, 22.0, 21.0, 26.0, 22.0, 22.0, 24.0, 25.0, 22.0, 25.0, 25.0, 17.0, 17.0, 26.0, 21.0, 25.0, 23.0, 18.0, 18.0, 24.0, 20.0, 20.0, 20.0, 20.0, 20.0, 22.0, 23.0, 24.0, 19.0, 22.0, 25.0, 26.0, 19.0, 19.0, 19.0, 19.0, 19.0, 22.0, 25.0, 25.0, 25.0, 22.0, 17.0, 17.0, 17.0, 17.0, 17.0, 22.0, 22.0, 25.0, 25.0, 22.0, 26.0, 26.0, 20.0, 20.0, 20.0, 25.0, 25.0, 25.0, 25.0, 22.0, 26.0, 26.0, 24.0, 23.0, 24.0, 21.0, 23.0, 20.0, 26.0, 26.0, 23.0, 18.0, 26.0, 24.0, 26.0, 22.0, 21.0, 23.0, 21.0, 25.0, 19.0, 20.0, 21.0, 23.0, 23.0, 21.0, 25.0, 25.0, 26.0, 20.0, 24.0, 21.0, 26.0, 20.0, 23.0, 22.0, 21.0, 20.0, 21.0, 25.0, 25.0, 25.0, 25.0, 25.0, 23.0, 24.0, 25.0, 22.0, 20.0, 26.0, 19.0, 24.0, 24.0, 21.0, 22.0, 24.0, 24.0, 24.0, 24.0, 24.0, 20.0, 21.0, 16.0, 23.0, 25.0, 20.0, 26.0, 26.0, 25.0, 25.0, 24.0, 26.0, 25.0, 26.0, 26.0, 22.0, 25.0, 18.0, 26.0, 22.0, 18.0, 15.0, 21.0, 21.0, 18.0, 20.0, 16.0, 21.0, 21.0, 24.0, 24.0, 26.0, 25.0, 24.0, 23.0, 23.0, 26.0, 22.0, 20.0, 20.0, 18.0, 25.0, 18.0, 25.0, 19.0, 25.0, 20.0, 20.0, 21.0, 20.0, 22.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 21.0, 25.0, 19.0, 19.0, 19.0, 19.0, 19.0, 19.0, 22.0, 24.0, 23.0, 22.0, 26.0, 23.0, 24.0, 20.0, 19.0, 24.0, 24.0, 26.0, 17.0, 17.0, 17.0, 17.0, 17.0, 22.0, 16.0, 22.0, 22.0, 23.0, 16.0, 16.0, 16.0, 20.0, 20.0, 20.0, 26.0, 23.0, 24.0, 24.0, 24.0, 21.0, 24.0, 25.0, 26.0, 20.0, 20.0, 26.0, 25.0, 24.0, 24.0, 24.0, 23.0, 20.0, 18.0, 18.0, 20.0, 20.0, 24.0, 24.0, 20.0, 24.0, 25.0, 20.0, 23.0, 26.0, 25.0, 23.0, 22.0, 20.0, 24.0, 25.0, 16.0, 24.0, 26.0, 22.0, 21.0, 26.0, 25.0, 25.0, 25.0, 26.0, 19.0, 22.0, 20.0, 23.0, 25.0, 22.0, 25.0, 24.0, 25.0, 26.0, 18.0, 21.0, 22.0, 24.0, 22.0, 22.0, 17.0, 20.0, 23.0, 26.0, 21.0, 21.0, 21.0, 18.0, 25.0, 19.0, 22.0, 25.0, 25.0, 25.0, 24.0, 26.0, 19.0, 26.0, 26.0, 19.0, 19.0, 23.0, 19.0, 24.0, 23.0, 23.0, 26.0, 18.0, 23.0, 25.0, 22.0, 22.0, 22.0, 17.0, 17.0, 17.0, 23.0, 23.0, 23.0, 23.0, 23.0, 23.0, 26.0, 24.0, 22.0, 19.0, 21.0, 25.0, 26.0, 24.0, 24.0, 24.0, 24.0, 23.0, 25.0, 16.0, 16.0, 23.0, 23.0, 23.0, 23.0, 22.0, 25.0, 23.0, 26.0, 23.0, 23.0, 18.0, 25.0, 24.0, 24.0, 24.0, 21.0, 21.0, 22.0, 22.0, 23.0, 25.0, 25.0, 26.0, 24.0, 18.0, 23.0, 24.0, 25.0, 20.0, 23.0, 22.0, 23.0, 19.0, 19.0, 24.0, 17.0, 24.0, 22.0, 23.0, 23.0, 24.0, 24.0, 24.0, 21.0, 21.0, 22.0, 25.0, 23.0, 24.0, 24.0, 23.0, 21.0, 21.0, 23.0, 26.0, 24.0, 21.0, 25.0, 24.0, 24.0, 17.0, 26.0, 26.0, 22.0, 23.0, 24.0, 24.0, 24.0, 24.0, 26.0, 24.0, 24.0, 25.0, 25.0, 20.0, 23.0, 23.0, 23.0, 24.0, 25.0, 22.0, 22.0, 22.0, 22.0, 24.0, 21.0, 19.0 ] }, { "label": "Medal", "values": [ "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "Bronze", "Gold", "Silver", "Gold", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Bronze", "none", "none", "Silver", "none", "none", "Silver", "none", "none", "none", "none", "none", "Bronze", "none", "Silver", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Bronze", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Gold", "Silver", "none", "none", "none", "Bronze", "none", "Gold", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Bronze", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "none", "none", "none", "Bronze", "none", "Silver", "Silver", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "Bronze", "none", "none", "none", "Bronze", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "Gold", "Bronze", "Silver", "none", "none", "none", "none", "none", "Silver", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "Gold", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Gold", "Silver", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Silver", "none", "Bronze", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Bronze", "none", "none", "Gold", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "none", "Gold", "none", "none", "Gold", "none", "none", "none", "none", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Gold", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "Bronze", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Bronze", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Gold", "Gold", "none", "none", "none", "Silver", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Silver", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Silver", "none", "none", "none", "none", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "Bronze", "Silver", "Silver", "none", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Gold", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "Bronze", "none", "none", "Silver", "none", "Silver", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Silver", "Gold", "none", "Gold", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "Gold", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Gold", "none", "Gold", "none", "none", "none", "none", "Gold", "none", "Bronze", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Gold", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Bronze", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Gold", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Bronze", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Bronze", "none", "Silver", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "Gold", "none", "none", "none", "Bronze", "Bronze", "Gold", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Gold", "Gold", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Gold", "none", "Silver", "none", "none", "none", "Silver", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Silver", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "none", "Silver", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Silver", "Bronze", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Bronze", "none", "none", "Bronze", "Bronze", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "Silver", "none", "Gold", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Gold", "none", "none", "Bronze", "Gold", "none", "none", "none", "none", "Silver", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Silver", "Bronze", "Silver", "Gold", "Gold", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Bronze", "Bronze", "none", "Bronze", "none", "Bronze", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Gold", "Gold", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "none", "Bronze", "none", "Gold", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Bronze", "none", "none", "Silver", "Silver", "none", "none", "Gold", "none", "none", "none", "none", "Gold", "Gold", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Gold", "none", "none", "none", "none", "Gold", "none", "Silver", "none", "none", "none", "Gold", "none", "none", "none", "none", "Gold", "Silver", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Silver", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "Bronze", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Gold", "none", "Bronze", "none", "Bronze", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Gold", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "Bronze", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Bronze", "none", "none", "Silver", "Gold", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "none", "Silver", "none", "Gold", "Gold", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Silver", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "none", "Bronze", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Bronze", "none", "none", "none", "Gold", "Silver", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Silver", "Bronze", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "Bronze", "Gold", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Bronze", "none", "none", "none", "none", "Silver", "none", "Gold", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "Silver", "none", "none", "none", "Bronze", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Silver", "none", "none", "Bronze", "Gold", "none", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "none", "none", "Bronze", "none", "none", "none", "none", "Bronze", "none", "Bronze", "Silver", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "Bronze", "none", "Silver", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Silver", "none", "Silver", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "Bronze", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Gold", "Silver", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Gold", "none", "none", "none", "Gold", "none", "Bronze", "Silver", "Bronze", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Silver", "Bronze", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "Silver", "none", "none", "none", "Gold", "none", "none", "none", "Silver", "none", "Silver", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Silver", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Gold", "none", "none", "none", "Bronze", "Silver", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Silver", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Silver", "Silver", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Silver", "Bronze", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Gold", "none", "none", "none", "Silver", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "Gold", "none", "Bronze", "none", "Bronze", "Silver", "none", "Bronze", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "Gold", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "Bronze", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Silver", "none", "none", "none", "Bronze", "none", "none", "Gold", "none", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Gold", "Gold", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Silver", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Gold", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Bronze", "none", "none", "Silver", "none", "none", "Silver", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Bronze", "none", "Bronze", "none", "Silver", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "Gold", "Bronze", "Gold", "Silver", "Bronze", "Gold", "Gold", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "Silver", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Gold", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Bronze", "none", "Bronze", "none", "none", "none", "Gold", "Bronze", "Bronze", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "none", "none", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "Gold", "Bronze", "none", "Silver", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Bronze", "none", "none", "none", "none", "Silver", "Silver", "Gold", "none", "none", "none", "none", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Gold", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Gold", "Silver", "none", "Bronze", "Gold", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Silver", "Gold", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Silver", "Silver", "Gold", "Gold", "Bronze", "none", "none", "none", "none", "none", "Bronze", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Bronze", "Gold", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "Gold", "Silver", "Silver", "none", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "none", "Gold", "none", "none", "Gold", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "Silver", "Gold", "none", "Gold", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Gold", "none", "none", "none", "none", "none", "Bronze", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Silver", "none", "Silver", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "Gold", "none", "none", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "Gold", "Bronze", "none", "none", "none", "Gold", "none", "none", "Bronze", "none", "Gold", "none", "none", "none", "none", "none", "none", "Gold", "none", "Silver", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Silver", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "Bronze", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Gold", "Silver", "Bronze", "none", "none", "none", "none", "none", "none", "Bronze", "none", "Bronze", "Bronze", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "Gold", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "Bronze", "none", "none", "none", "Bronze", "Silver", "none", "Bronze", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "Gold", "none", "Gold", "Gold", "none", "none", "none", "none", "Silver", "none", "Silver", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "Gold", "none", "none", "Silver", "Gold", "Silver", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Silver", "none", "none", "Bronze", "none", "Gold", "none", "none", "Bronze", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Gold", "none", "none", "Gold", "Gold", "Bronze", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "none", "Silver", "none", "none", "none", "none" ] } ] } ], "layout": { "title": { "text": "Medal Distribution by Age and Sex – London 2012 Olympics" }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "rgb(237,237,237)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "rgb(51,51,51)" }, "error_y": { "color": "rgb(51,51,51)" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "colorscale": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "colorscale": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "colorscale": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "rgb(237,237,237)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "colorscale": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "colorscale": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "colorscale": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "title": { "standoff": 15 }, "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "title": { "standoff": 15 }, "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "coloraxis": { "colorbar": { "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } } }, "coloraxis": { "colorbar": { "title": { "text": "Age" } }, "colorscale": [ [ 0.0, "rgb(20,44,66)" ], [ 1.0, "rgb(90,179,244)" ] ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Strzelczykk_nat", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-06 13:01:43", "mapbox_access_tokens": null, "has_password": null, "username": "Strzelczykk_nat", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-06T16:10:50.245910Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MarcVRusso/1.embed", "fid": "MarcVRusso:1", "filename": "Constellation Neighbourhood", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/MarcVRusso:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/MarcVRusso:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/MarcVRusso:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/MarcVRusso:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MarcVRusso:1", "plots": "https://api.plotly.com/v2/plots/MarcVRusso:1", "parent": "https://api.plotly.com/v2/folders/home?user=MarcVRusso" }, "owner": "MarcVRusso", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~MarcVRusso/1/", "world_readable": true, "date_modified": "2025-07-06T18:34:16.992Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MarcVRusso/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y", "z": "z", "text": "Name", "marker": { "size": "", "color": "x" } } }, "mode": "markers+text", "name": "Constellation Neighbourhood", "type": "scatter3d", "xsrc": "MarcVRusso:0:3d522f", "ysrc": "MarcVRusso:0:87575f", "zsrc": "MarcVRusso:0:946773", "marker": { "line": { "color": "transparent" }, "meta": { "columnNames": { "size": "x", "color": "x" } }, "size": 5, "symbol": "circle", "opacity": 1, "sizeref": 0.0073975308641975315, "colorsrc": "MarcVRusso:0:3d522f", "sizemode": "area", "fillcolor": "rgba(31,119,180,1)", "colorscale": [ [ 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, "#f0f921" ] ] }, "textsrc": "MarcVRusso:0:5c7eb0", "textfont": { "size": 20, "family": "Times New Roman" }, "autocolorscale": false } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "ticks": "", "title": { "font": { "family": "Times New Roman" }, "text": "<br>" }, "nticks": 15, "showgrid": true, "showline": false, "tickfont": { "family": "Times New Roman" }, "tickmode": "linear", "zeroline": true, "gridcolor": "rgb(255, 255, 255)", "gridwidth": 1, "showspikes": false, "zerolinecolor": "rgb(255, 0, 0)", "exponentformat": "SI", "showbackground": true, "showticklabels": false }, "yaxis": { "type": "linear", "ticks": "", "title": { "font": { "family": "Times New Roman" }, "text": "<br>" }, "nticks": 15, "showgrid": true, "showline": false, "tickmode": "linear", "zeroline": true, "gridcolor": "rgb(255, 255, 255)", "gridwidth": 1, "showspikes": false, "zerolinecolor": "rgb(0, 255, 0)", "showbackground": true, "showticklabels": false }, "zaxis": { "type": "linear", "ticks": "", "title": { "font": { "family": "Times New Roman" }, "text": "<br>" }, "nticks": 15, "showgrid": true, "showline": false, "tickmode": "linear", "zeroline": true, "gridcolor": "rgb(255, 255, 255)", "gridwidth": 1, "showspikes": false, "zerolinecolor": "rgb(0, 0, 255)", "showbackground": true, "showticklabels": false }, "camera": { "projection": { "type": "perspective" } }, "dragmode": "turntable", "aspectmode": "auto", "aspectratio": { "x": 0.9991094288476873, "y": 1.0004455832159225, "z": 1.0004455832159225 } }, "title": { "text": "" }, "xaxis": { "domain": [ 0, 1 ] }, "yaxis": { "domain": [ 0, 1 ] }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "shapes": [], "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MarcVRusso", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-06 15:23:10", "mapbox_access_tokens": null, "has_password": null, "username": "MarcVRusso", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-06T16:05:36.987825Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/5.embed", "fid": "Strzelczykk_nat:5", "filename": "Height vs Weight", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Strzelczykk_nat:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Strzelczykk_nat:5/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Strzelczykk_nat/5/8_EBK5CTS591W3BXBQXM1XBHCG1M11JR.png", "list-thumb": "https://api.plotly.com/v2/files/Strzelczykk_nat:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Strzelczykk_nat:5", "plots": "https://api.plotly.com/v2/plots/Strzelczykk_nat:5", "parent": "https://api.plotly.com/v2/folders/home?user=Strzelczykk_nat" }, "owner": "Strzelczykk_nat", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/5/", "world_readable": true, "date_modified": "2025-07-06T16:05:36.999Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Strzelczykk_nat/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "M", "type": "scatter", "xsrc": "Strzelczykk_nat:4:d22368", "ysrc": "Strzelczykk_nat:4:fe27fe", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "M", "orientation": "v", "customdatasrc": "Strzelczykk_nat:4:0a42be", "hovertemplate": "Sex=%{customdata[0]}<br>Height=%{x}<br>Weight=%{y}<br>Year=%{customdata[1]}<br>Games=%{customdata[2]}<extra></extra>" }, { "line": { "color": "white" }, "mode": "lines", "name": "M", "type": "scatter", "xsrc": "Strzelczykk_nat:4:71afa7", "ysrc": "Strzelczykk_nat:4:bd37e3", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "symbol": "circle" }, "showlegend": false, "legendgroup": "M", "hovertemplate": "<b>OLS trendline</b><br>Weight = 1.11702 * Height + -123.008<br>R<sup>2</sup>=0.623657<br><br>Sex=M<br>Height=%{x}<br>Weight=%{y} <b>(trend)</b><extra></extra>" }, { "mode": "markers", "name": "F", "type": "scatter", "xsrc": "Strzelczykk_nat:4:0f2355", "ysrc": "Strzelczykk_nat:4:56ffa4", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": true, "legendgroup": "F", "orientation": "v", "customdatasrc": "Strzelczykk_nat:4:7761e1", "hovertemplate": "Sex=%{customdata[0]}<br>Height=%{x}<br>Weight=%{y}<br>Year=%{customdata[1]}<br>Games=%{customdata[2]}<extra></extra>" }, { "line": { "color": "white" }, "mode": "lines", "name": "F", "type": "scatter", "xsrc": "Strzelczykk_nat:4:dfe17d", "ysrc": "Strzelczykk_nat:4:b9230c", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#EF553B", "symbol": "circle" }, "showlegend": false, "legendgroup": "F", "hovertemplate": "<b>OLS trendline</b><br>Weight = 0.878888 * Height + -87.1063<br>R<sup>2</sup>=0.512460<br><br>Sex=F<br>Height=%{x}<br>Weight=%{y} <b>(trend)</b><extra></extra>" } ], "layout": { "title": { "text": "Height vs Weight of Gold Medalists at the 2012 Olympics by Sex (with Trendline)" }, "xaxis": { "title": { "text": "Height" }, "anchor": "y", "domain": [ 0.0, 0.4 ] }, "yaxis": { "title": { "text": "Weight" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "Sex" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "xaxis2": { "title": { "text": "Height" }, "anchor": "y2", "domain": [ 0.6000000000000001, 1.0 ], "matches": "x" }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 1.0 ], "matches": "y", "showticklabels": false }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#f2f5fa" }, "error_y": { "color": "#f2f5fa" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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", "marker": { "line": { "color": "#283442" } } } ], "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": "rgb(17,17,17)", "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": { "line": { "color": "#283442" } } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "mapbox": { "style": "dark" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "color": "#f2f5fa" } }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } } }, "annotations": [ { "x": 0.2, "y": 1.0, "font": {}, "text": "Sex=M", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8, "y": 1.0, "font": {}, "text": "Sex=F", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Strzelczykk_nat", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-06 13:01:43", "mapbox_access_tokens": null, "has_password": null, "username": "Strzelczykk_nat", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-06T15:46:35.753814Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~SAGARINDURI/3.embed", "fid": "SAGARINDURI:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/SAGARINDURI:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/SAGARINDURI:3/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SAGARINDURI/3/8_RD1LKMITFKNGO60N2YI1PQPPFBK3WZ.png", "list-thumb": "https://api.plotly.com/v2/files/SAGARINDURI:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/SAGARINDURI:3", "plots": "https://api.plotly.com/v2/plots/SAGARINDURI:3", "parent": "https://api.plotly.com/v2/folders/home?user=SAGARINDURI" }, "owner": "SAGARINDURI", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~SAGARINDURI/3/", "world_readable": true, "date_modified": "2025-07-06T15:58:52.281Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~SAGARINDURI/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers", "type": "scatter", "xsrc": "SAGARINDURI:2:27c023", "ysrc": "SAGARINDURI:2:c7b6b5" } ], "frames": [], "layout": { "title": { "text": "%TORQUE-2" }, "xaxis": { "type": "linear", "range": [ 12.260928961748618, 1587.7390710382515 ], "title": { "text": "DIAMETER(MM)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -2.2248995983935744, 30.224899598393574 ], "title": { "text": "PERCENTAGE %" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~SAGARINDURI", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-05 04:59:44", "mapbox_access_tokens": null, "has_password": null, "username": "SAGARINDURI", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-06T15:45:59.840355Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~SAGARINDURI/1.embed", "fid": "SAGARINDURI:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/SAGARINDURI:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/SAGARINDURI:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SAGARINDURI/1/8_WIAGMAPRFF9AHDT0PZ2SFQ4CJJOWJE.png", "list-thumb": "https://api.plotly.com/v2/files/SAGARINDURI:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/SAGARINDURI:1", "plots": "https://api.plotly.com/v2/plots/SAGARINDURI:1", "parent": "https://api.plotly.com/v2/folders/home?user=SAGARINDURI" }, "owner": "SAGARINDURI", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~SAGARINDURI/1/", "world_readable": true, "date_modified": "2025-07-06T15:45:59.852Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~SAGARINDURI/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "SAGARINDURI:0:4f33fb", "ysrc": "SAGARINDURI:0:8bc2c7" } ], "frames": [], "layout": { "title": { "text": "%TORQUE-1" }, "xaxis": { "type": "linear", "range": [ 12.260928961748618, 1587.7390710382515 ], "title": { "text": "DIAMETER(MM)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.6296615031554786, 64.37033849684452 ], "title": { "text": "PERCENTAGE %" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~SAGARINDURI", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-05 04:59:44", "mapbox_access_tokens": null, "has_password": null, "username": "SAGARINDURI", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-06T15:36:09.492741Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jv24601/643.embed", "fid": "jv24601:643", "filename": "most-listened-to-artists", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jv24601/643/9_16PVB3TGLZALG65ESFZKGOATFBNIY1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jv24601/643/2_80Q20CM0NQH9JXRC8PI6VA4369GVUE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jv24601/643/8_UIMVZX6CTYE1CEUUMPBPRVURBFGB4O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jv24601/643/9_16PVB3TGLZALG65ESFZKGOATFBNIY1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jv24601:643", "plots": "https://api.plotly.com/v2/plots/jv24601:643", "parent": "https://api.plotly.com/v2/folders/home?user=jv24601" }, "owner": "jv24601", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~jv24601/643/", "world_readable": true, "date_modified": "2025-07-06T15:36:09.508Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jv24601/643/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "bar", "xsrc": "jv24601:642:d3864d", "ysrc": "jv24601:642:5b5230", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "showlegend": false, "legendgroup": "", "offsetgroup": "", "orientation": "v", "textposition": "auto", "hovertemplate": "Artist=%{x}<br>Playtime in hours=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "Most listened to artists" }, "xaxis": { "title": { "text": "Artist" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "Playtime in hours" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "tracegroupgap": 0 }, "barmode": "relative", "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/~jv24601", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.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": "2024-07-10 23:08:11", "mapbox_access_tokens": null, "has_password": null, "username": "jv24601", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "