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=cD0yMDI1LTA3LTAxKzExJTNBMDElM0E1MS4yMTI3NzklMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTAxKzA4JTNBMTUlM0ExMy4xMjg3MTUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0wMSsxMCUzQTQ1JTNBNDMuNjIzMDcyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-01T10:45:43.623072Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MB97/199.embed", "fid": "MB97:199", "filename": "Plot 199", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MB97/199/9_TLMDM4T5SPZM4E06WCXSLKBPX8PVSU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MB97/199/2_XJ1CSG5BU0F6AEL98FCAB02ETJTKDT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MB97/199/8_FX3G0FMI3CQGIAMFX88AUP9U8VH546.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MB97/199/9_TLMDM4T5SPZM4E06WCXSLKBPX8PVSU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MB97:199", "plots": "https://api.plotly.com/v2/plots/MB97:199", "parent": "https://api.plotly.com/v2/folders/home?user=MB97" }, "owner": "MB97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~MB97/199/", "world_readable": true, "date_modified": "2025-07-02T03:57:26.570Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MB97/199/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "318692", "meta": { "columnNames": { "x": "observation_date", "y": "FRBATLWGT3MMAUMHWGO_CH1" } }, "mode": "lines", "name": "Atlanta Fed U.S. Median Hourly Wage Growth rate (Absolute YoY change in percentage point units, Monthly, Left Y axis)", "type": "scatter", "xsrc": "MB97:198:923915", "ysrc": "MB97:198:ecbb94" }, { "uid": "4a0fa1", "meta": { "columnNames": { "x": "observation_date", "y": "JTS1000QUR_CH1" } }, "mode": "lines", "name": "U.S. Quits rate (Absolute YoY change in percentage point units, Monthly, Right Y axis)", "type": "scatter", "xsrc": "MB97:198:923915", "ysrc": "MB97:198:f152d2", "yaxis": "y2", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "title": { "x": 0.03, "text": "Shock-fluctuations in the U.S. Quits rate lead ones in the Atlanta Fed's median hourly wage growth rate by 14 months, and the metrics are positively correlated otherwise.<br>Current and recent variations indicate that U.S. labor market conditions are very likely to get tighter in the coming months, thereby leading to economic growth acceleration." }, "xaxis": { "type": "date", "range": [ "2007-01-01", "2025-05-01" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -2.4111111111111114, 3.811111111111111 ], "title": { "text": "Absolute YoY change, percentage point units" }, "autorange": true }, "legend": { "x": 0.003186549239391523, "y": 1.0096153846153846 }, "yaxis2": { "side": "right", "type": "linear", "range": [ -1.0222222222222221, 1.4222222222222223 ], "title": { "text": "Absolute YoY change, percent" }, "autorange": true, "overlaying": "y" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": "2015-11-08 09:50:36.7157", "y": 2.0521367521367524, "text": "Data visualization built by Astraios Research (@StranAmorePFS)", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MB97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-08-12 11:04:27", "mapbox_access_tokens": null, "has_password": null, "username": "MB97", "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-01T10:08:47.115395Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sanazafsharian/23.embed", "fid": "sanazafsharian:23", "filename": "Spring-back behaviour", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sanazafsharian/23/9_SQIHYPKK49WK5P13D7QNWG9BFW8YXX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sanazafsharian/23/2_FY80G7DHPRQVJKGADMNSRN03IOY1X8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sanazafsharian/23/8_IB7Y8QIUET6HU2HYPIOP10KWTF7OQU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sanazafsharian/23/9_SQIHYPKK49WK5P13D7QNWG9BFW8YXX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sanazafsharian:23", "plots": "https://api.plotly.com/v2/plots/sanazafsharian:23", "parent": "https://api.plotly.com/v2/folders/home?user=sanazafsharian" }, "owner": "sanazafsharian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~sanazafsharian/23/", "world_readable": true, "date_modified": "2025-07-01T10:53:36.795Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sanazafsharian/23/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "Elastic strain (CD)", "error_y": { "array": "error 1" } } }, "mode": "lines", "name": "Elastic strain (CD)", "type": "bar", "xsrc": "sanazafsharian:22:84eb28", "ysrc": "sanazafsharian:22:a94165", "error_y": { "meta": { "columnNames": { "array": "error 1" } }, "type": "data", "color": "rgb(18, 19, 36)", "width": 3, "visible": true, "arraysrc": "sanazafsharian:22:1cb5e0", "symmetric": true, "thickness": 1 }, "orientation": "v" }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "Elastic strain (MD)", "error_y": { "array": "error 2" } } }, "mode": "lines", "name": "Elastic strain (MD)", "type": "bar", "xsrc": "sanazafsharian:22:84eb28", "ysrc": "sanazafsharian:22:394a04", "error_y": { "meta": { "columnNames": { "array": "error 2" } }, "type": "data", "color": "rgb(38, 33, 32)", "width": 3, "visible": true, "arraysrc": "sanazafsharian:22:f44dbf", "symmetric": true, "thickness": 1 }, "stackgroup": null, "orientation": "v" } ], "frames": [], "layout": { "title": { "x": 0.48, "font": { "size": 40 }, "text": "<b>Elastic strain behaviour measured in bulge test </b>" }, "width": 1600, "xaxis": { "type": "category", "range": [ -0.5, 3.5 ], "title": { "font": { "size": 30 }, "text": "Click to enter X axis title" }, "tickfont": { "size": 30 }, "autorange": true, "tickangle": 45, "showspikes": false }, "yaxis": { "type": "linear", "range": [ 0.6, 1.2547368421052632 ], "title": { "font": { "size": 35 }, "text": "<b>Elastic strain (%)</b><br>" }, "tickfont": { "size": 18 }, "autorange": false, "showspikes": false }, "bargap": 0.5, "height": 1000, "legend": { "x": -0.09637843433069629, "y": -0.7459969636407836, "font": { "size": 40, "family": "Arial" }, "title": { "font": { "size": 20 }, "text": "<br>" }, "orientation": "h" }, "margin": { "pad": 0 }, "autosize": false, "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" }, "bargroupgap": 0.15, "paper_bgcolor": "rgb(250, 246, 246)" } }, "height": 1000, "width": 1600, "user": { "profile_url": "https://chart-studio.plotly.com/~sanazafsharian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-05-30 11:17:43", "mapbox_access_tokens": null, "has_password": null, "username": "sanazafsharian", "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-01T09:59:59.108021Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~legend05070911/29.embed", "fid": "legend05070911:29", "filename": "线程数 = 1 & io-depth = 8时utcp 单向写4k的iops数据plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/legend05070911/29/9_90S5G7Q6N90L9V619R8WXC7XG5R3ZK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/legend05070911/29/2_N5WAF1Y95QF5JQHFH4FOYCTC30EG0Q.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/29/8_6WA943HLCQ9E15V67S1GSLI8GUMABC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/29/9_90S5G7Q6N90L9V619R8WXC7XG5R3ZK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/legend05070911:29", "plots": "https://api.plotly.com/v2/plots/legend05070911:29", "parent": "https://api.plotly.com/v2/folders/home?user=legend05070911" }, "owner": "legend05070911", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~legend05070911/29/", "world_readable": true, "date_modified": "2025-07-02T03:56:07.447Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~legend05070911/29/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "data.0.x", "y": "data.0.y" } }, "mode": "lines+markers", "name": "huawei 2*100G", "type": "scatter", "xsrc": "legend05070911:28:0d86e9", "ysrc": "legend05070911:28:9796f0" }, { "meta": { "columnNames": { "x": "data.1.x", "y": "data.1.y" } }, "mode": "lines+markers", "name": "Mellanox 2*100G", "type": "scatter", "xsrc": "legend05070911:28:a27e54", "ysrc": "legend05070911:28:ecf73c", "xaxis": "x" } ], "frames": [], "layout": { "title": { "text": "线程数 = 1 & io-depth = 8时utcp 单向写4k的iops数据" }, "xaxis": { "type": "linear", "range": [ -192.8139183055976, 5292.813918305597 ], "title": { "text": "连接数(per-thread)" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ 190.94050991501416, 317.05949008498584 ], "title": { "text": "iops(k)" }, "autorange": true, "showspikes": false }, "legend": { "x": 0.5472222538813258, "y": 1.2079291328863315 }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "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, "#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" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "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" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "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, "#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" ] ] } ], "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, "#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" ] ] } ] }, "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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "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" ], "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, "#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" ] ], "sequentialminus": [ [ 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" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~legend05070911", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-26 13:16:36", "mapbox_access_tokens": null, "has_password": null, "username": "legend05070911", "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-01T09:54:50.611396Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~legend05070911/27.embed", "fid": "legend05070911:27", "filename": "线程数=1 & io-depth = 8时utcp单向写4k的时延数据plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/legend05070911/27/9_17KT5DIBNEYH9VAHLXRFAINV00G00H.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/legend05070911/27/2_XZFL2N55GQTV9DCM568OV08EUCAHHK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/27/8_CKNHVFZPOQVWGW1ZR1G1QYA3HPFGYF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/27/9_17KT5DIBNEYH9VAHLXRFAINV00G00H.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/legend05070911:27", "plots": "https://api.plotly.com/v2/plots/legend05070911:27", "parent": "https://api.plotly.com/v2/folders/home?user=legend05070911" }, "owner": "legend05070911", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~legend05070911/27/", "world_readable": true, "date_modified": "2025-07-02T03:54:17.138Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~legend05070911/27/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "data.0.x", "y": "data.0.y" } }, "mode": "lines+markers", "name": "huawei 2*100G", "type": "scatter", "xsrc": "legend05070911:26:9ef81e", "ysrc": "legend05070911:26:df9f33", "visible": true }, { "meta": { "columnNames": { "x": "data.1.x", "y": "data.1.y" } }, "mode": "lines+markers", "name": "mellanox 2*100G", "type": "scatter", "xsrc": "legend05070911:26:31f8b7", "ysrc": "legend05070911:26:12b85c", "xaxis": "x", "visible": true } ], "frames": [], "layout": { "title": { "text": "线程数=1 & io-depth = 8时utcp单向写4k的时延数据" }, "xaxis": { "type": "linear", "range": [ -192.8139183055976, 5292.813918305597 ], "title": { "text": "连接数(per-thread)" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ 22.754807692307693, 39.24519230769231 ], "title": { "text": "时延(us)" }, "autorange": true, "showspikes": false }, "legend": { "x": 0.5162207900194635, "y": 1.428286561795653 }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "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, "#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" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "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" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "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, "#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" ] ] } ], "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, "#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" ] ] } ] }, "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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "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" ], "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, "#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" ] ], "sequentialminus": [ [ 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" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~legend05070911", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-26 13:16:36", "mapbox_access_tokens": null, "has_password": null, "username": "legend05070911", "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-01T09:46:40.221105Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~legend05070911/25.embed", "fid": "legend05070911:25", "filename": "线程数 = 1 & io-depth = 1时utcp 单向写4k的iops数据plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/legend05070911/25/9_8L1M0YIYI0164P10LKYH9ST23XRMQ9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/legend05070911/25/2_8A6EVWP3OIR6HL15P31BMZZXCBBVUJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/25/8_GG7Q6N4AGDPHMIYXLA73BYCXOMC0HS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/25/9_8L1M0YIYI0164P10LKYH9ST23XRMQ9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/legend05070911:25", "plots": "https://api.plotly.com/v2/plots/legend05070911:25", "parent": "https://api.plotly.com/v2/folders/home?user=legend05070911" }, "owner": "legend05070911", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~legend05070911/25/", "world_readable": true, "date_modified": "2025-07-01T09:46:40.232Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~legend05070911/25/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "data.0.x", "y": "data.0.y" } }, "mode": "lines+markers", "name": "huawei 2*100G", "type": "scatter", "xsrc": "legend05070911:24:1d9886", "ysrc": "legend05070911:24:14659c" }, { "meta": { "columnNames": { "x": "data.1.x", "y": "data.1.y" } }, "mode": "lines+markers", "name": "Mellanox 2*100G", "type": "scatter", "xsrc": "legend05070911:24:c637b7", "ysrc": "legend05070911:24:9d2412", "xaxis": "x" } ], "frames": [], "layout": { "title": { "text": "线程数 = 1 & io-depth = 1时utcp 单向写4k的iops数据" }, "xaxis": { "type": "linear", "range": [ -192.72088353413653, 5292.720883534136 ], "title": { "text": "连接数(per-thread)" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ 32.098173515981735, 68.90182648401826 ], "title": { "text": "iops(k)" }, "autorange": true, "showspikes": false }, "legend": { "x": 0.5832582899173618, "y": 1.3958272220583061 }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "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, "#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" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "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" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "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, "#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" ] ] } ], "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, "#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" ] ] } ] }, "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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "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" ], "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, "#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" ] ], "sequentialminus": [ [ 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" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~legend05070911", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-26 13:16:36", "mapbox_access_tokens": null, "has_password": null, "username": "legend05070911", "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-01T09:40:08.881246Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~legend05070911/23.embed", "fid": "legend05070911:23", "filename": "线程数=1 & io-depth = 1时utcp单向写4k的时延数据plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/legend05070911/23/9_Z98H4E8VD3Z4G8F4S0N4Z1CVX10DJ2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/legend05070911/23/2_BY0V3RRFAOC7I4HXHKR4R5O8I5UAV3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/23/8_AD552ZTIG5EDQ9QIEUHAKH3VD16CYV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/legend05070911/23/9_Z98H4E8VD3Z4G8F4S0N4Z1CVX10DJ2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/legend05070911:23", "plots": "https://api.plotly.com/v2/plots/legend05070911:23", "parent": "https://api.plotly.com/v2/folders/home?user=legend05070911" }, "owner": "legend05070911", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~legend05070911/23/", "world_readable": true, "date_modified": "2025-07-01T09:40:08.892Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~legend05070911/23/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "data.0.x", "y": "data.0.y" } }, "mode": "lines+markers", "name": "huawei 2*100G", "type": "scatter", "xsrc": "legend05070911:22:7c945a", "ysrc": "legend05070911:22:d79696", "visible": true }, { "meta": { "columnNames": { "x": "data.1.x", "y": "data.1.y" } }, "mode": "lines+markers", "name": "mellanox 2*100G", "type": "scatter", "xsrc": "legend05070911:22:c648ef", "ysrc": "legend05070911:22:db08d9", "xaxis": "x", "visible": true } ], "frames": [], "layout": { "title": { "text": "线程数=1 & io-depth = 1时utcp单向写4k的时延数据" }, "xaxis": { "type": "linear", "range": [ -192.72088353413653, 5292.720883534136 ], "title": { "text": "连接数(per-thread)" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ 12.774837511606314, 28.225162488393686 ], "title": { "text": "时延(us)" }, "autorange": true, "showspikes": false }, "legend": { "x": 0.4238441084051138, "y": 1.5152430835347834 }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "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, "#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" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "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" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "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, "#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" ] ] } ], "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, "#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" ] ] } ] }, "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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "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" ], "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, "#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" ] ], "sequentialminus": [ [ 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" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~legend05070911", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-26 13:16:36", "mapbox_access_tokens": null, "has_password": null, "username": "legend05070911", "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-01T08:57:04.720529Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jesusjoveruclm/10.embed", "fid": "jesusjoveruclm:10", "filename": "cadenas-antihorarias-010725", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jesusjoveruclm:10/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jesusjoveruclm:10/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jesusjoveruclm:10/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jesusjoveruclm:10/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jesusjoveruclm:10", "plots": "https://api.plotly.com/v2/plots/jesusjoveruclm:10", "parent": "https://api.plotly.com/v2/folders/home?user=jesusjoveruclm" }, "owner": "jesusjoveruclm", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~jesusjoveruclm/10/", "world_readable": true, "date_modified": "2025-07-01T09:00:26.647Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jesusjoveruclm/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Cadena 0.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:23d794", "ysrc": "jesusjoveruclm:9:da156e", "marker": { "size": 6, "color": "rgb(141,211,199)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:422ea6", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(141,211,199)", "width": 2 }, "mode": "lines", "name": "Cadena 0.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:5a4662", "ysrc": "jesusjoveruclm:9:2f0974", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ff7793", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.392<br>Pendiente: 219.99<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 1.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:130c86", "ysrc": "jesusjoveruclm:9:13577e", "marker": { "size": 6, "color": "rgb(255,255,179)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:387a9e", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,255,179)", "width": 2 }, "mode": "lines", "name": "Cadena 1.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:e246bd", "ysrc": "jesusjoveruclm:9:9adf00", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:16bb3b", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.383<br>Pendiente: 371.13<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 2.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:6a154b", "ysrc": "jesusjoveruclm:9:d1216a", "marker": { "size": 6, "color": "rgb(190,186,218)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:c41550", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(190,186,218)", "width": 2 }, "mode": "lines", "name": "Cadena 2.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:26a79f", "ysrc": "jesusjoveruclm:9:c6ab03", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:6a8a8b", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.322<br>Pendiente: 136.04<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 3.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:519741", "ysrc": "jesusjoveruclm:9:e17ba4", "marker": { "size": 6, "color": "rgb(251,128,114)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:2f0393", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(251,128,114)", "width": 2 }, "mode": "lines", "name": "Cadena 3.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:a1ae01", "ysrc": "jesusjoveruclm:9:3508a9", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:123781", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.239<br>Pendiente: 104.81<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 4.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:02f628", "ysrc": "jesusjoveruclm:9:ef3fd6", "marker": { "size": 6, "color": "rgb(128,177,211)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:d5ca3b", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(128,177,211)", "width": 2 }, "mode": "lines", "name": "Cadena 4.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:5a4c17", "ysrc": "jesusjoveruclm:9:415abc", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:125153", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.193<br>Pendiente: 86.88<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 5.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ba7575", "ysrc": "jesusjoveruclm:9:881921", "marker": { "size": 6, "color": "rgb(253,180,98)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1e8be4", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(253,180,98)", "width": 2 }, "mode": "lines", "name": "Cadena 5.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:db1bbe", "ysrc": "jesusjoveruclm:9:01cc0e", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:2a27ff", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.029<br>Pendiente: 26.88<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 6.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:695937", "ysrc": "jesusjoveruclm:9:2e6ea2", "marker": { "size": 6, "color": "rgb(179,222,105)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:34597d", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(179,222,105)", "width": 2 }, "mode": "lines", "name": "Cadena 6.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:8602b4", "ysrc": "jesusjoveruclm:9:7433db", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:abd331", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.355<br>Pendiente: 217.63<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 7.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:6b9a5b", "ysrc": "jesusjoveruclm:9:69e4e8", "marker": { "size": 6, "color": "rgb(252,205,229)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:2cd876", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(252,205,229)", "width": 2 }, "mode": "lines", "name": "Cadena 7.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:01f4e5", "ysrc": "jesusjoveruclm:9:17f963", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9572af", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.311<br>Pendiente: 137.12<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 8.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:11b667", "ysrc": "jesusjoveruclm:9:80a00f", "marker": { "size": 6, "color": "rgb(217,217,217)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:07eabe", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(217,217,217)", "width": 2 }, "mode": "lines", "name": "Cadena 8.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:46ced3", "ysrc": "jesusjoveruclm:9:886790", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:50aa4c", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.218<br>Pendiente: 119.37<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 9.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:33b1ca", "ysrc": "jesusjoveruclm:9:e0f6d6", "marker": { "size": 6, "color": "rgb(188,128,189)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:6a9fa3", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(188,128,189)", "width": 2 }, "mode": "lines", "name": "Cadena 9.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0aa262", "ysrc": "jesusjoveruclm:9:dd5197", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:37da02", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.432<br>Pendiente: 167.91<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 10.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:aadd87", "ysrc": "jesusjoveruclm:9:bd3e62", "marker": { "size": 6, "color": "rgb(204,235,197)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4f4915", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(204,235,197)", "width": 2 }, "mode": "lines", "name": "Cadena 10.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:2ce5cb", "ysrc": "jesusjoveruclm:9:f05f0e", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:c8da5c", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.257<br>Pendiente: 73.58<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 11.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:98b52a", "ysrc": "jesusjoveruclm:9:a9bb06", "marker": { "size": 6, "color": "rgb(255,237,111)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:0670c4", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,237,111)", "width": 2 }, "mode": "lines", "name": "Cadena 11.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:8bd844", "ysrc": "jesusjoveruclm:9:c7bf1a", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b7d950", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.311<br>Pendiente: 85.22<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 12.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:d66265", "ysrc": "jesusjoveruclm:9:870721", "marker": { "size": 6, "color": "rgb(102, 197, 204)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ef10d6", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(102, 197, 204)", "width": 2 }, "mode": "lines", "name": "Cadena 12.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0d7459", "ysrc": "jesusjoveruclm:9:3480d6", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:367076", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.304<br>Pendiente: 244.76<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 13.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:011591", "ysrc": "jesusjoveruclm:9:7a57e1", "marker": { "size": 6, "color": "rgb(246, 207, 113)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:de0f34", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(246, 207, 113)", "width": 2 }, "mode": "lines", "name": "Cadena 13.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:bd450f", "ysrc": "jesusjoveruclm:9:70cbc5", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3e4101", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.439<br>Pendiente: 251.70<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 14.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:905751", "ysrc": "jesusjoveruclm:9:089b7c", "marker": { "size": 6, "color": "rgb(248, 156, 116)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:cac1ac", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(248, 156, 116)", "width": 2 }, "mode": "lines", "name": "Cadena 14.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:c1b5a6", "ysrc": "jesusjoveruclm:9:8d8160", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:cc86e1", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.319<br>Pendiente: 260.53<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 15.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:dd9508", "ysrc": "jesusjoveruclm:9:be0028", "marker": { "size": 6, "color": "rgb(220, 176, 242)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:395eb2", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(220, 176, 242)", "width": 2 }, "mode": "lines", "name": "Cadena 15.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7e6784", "ysrc": "jesusjoveruclm:9:893b87", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:948f8e", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.213<br>Pendiente: 182.08<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 16.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:2821ef", "ysrc": "jesusjoveruclm:9:082b8a", "marker": { "size": 6, "color": "rgb(135, 197, 95)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:dc72fc", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(135, 197, 95)", "width": 2 }, "mode": "lines", "name": "Cadena 16.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:fb9388", "ysrc": "jesusjoveruclm:9:9a5c67", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3287df", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.330<br>Pendiente: 231.94<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 17.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:1a9c8f", "ysrc": "jesusjoveruclm:9:7bdcbf", "marker": { "size": 6, "color": "rgb(158, 185, 243)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:21a350", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(158, 185, 243)", "width": 2 }, "mode": "lines", "name": "Cadena 17.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:496186", "ysrc": "jesusjoveruclm:9:c3c88c", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:96e4eb", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.453<br>Pendiente: 443.11<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 18.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:fa3017", "ysrc": "jesusjoveruclm:9:a57929", "marker": { "size": 6, "color": "rgb(254, 136, 177)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f8837b", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(254, 136, 177)", "width": 2 }, "mode": "lines", "name": "Cadena 18.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:534d3d", "ysrc": "jesusjoveruclm:9:ed8b7e", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ecc611", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.298<br>Pendiente: 307.41<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 19.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f063f3", "ysrc": "jesusjoveruclm:9:2124de", "marker": { "size": 6, "color": "rgb(201, 219, 116)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:0dcf67", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(201, 219, 116)", "width": 2 }, "mode": "lines", "name": "Cadena 19.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0034e2", "ysrc": "jesusjoveruclm:9:4fe090", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ed0f4b", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.400<br>Pendiente: 309.19<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 20.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:d7590c", "ysrc": "jesusjoveruclm:9:776ec8", "marker": { "size": 6, "color": "rgb(139, 224, 164)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ffd33a", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(139, 224, 164)", "width": 2 }, "mode": "lines", "name": "Cadena 20.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:cf22ad", "ysrc": "jesusjoveruclm:9:d789c3", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f8c035", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.196<br>Pendiente: 64.38<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 21.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ffa2f0", "ysrc": "jesusjoveruclm:9:e76584", "marker": { "size": 6, "color": "rgb(180, 151, 231)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b4c022", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(180, 151, 231)", "width": 2 }, "mode": "lines", "name": "Cadena 21.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:e42e17", "ysrc": "jesusjoveruclm:9:1ca089", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:2625be", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.403<br>Pendiente: 424.68<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 22.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:830665", "ysrc": "jesusjoveruclm:9:9118be", "marker": { "size": 6, "color": "rgb(179, 179, 179)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:fb84e5", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(179, 179, 179)", "width": 2 }, "mode": "lines", "name": "Cadena 22.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:a9e212", "ysrc": "jesusjoveruclm:9:22cb4f", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a801b8", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.350<br>Pendiente: 321.88<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 23.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:1c6fc6", "ysrc": "jesusjoveruclm:9:348050", "marker": { "size": 6, "color": "rgb(228,26,28)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:939ca9", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(228,26,28)", "width": 2 }, "mode": "lines", "name": "Cadena 23.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:8c5975", "ysrc": "jesusjoveruclm:9:36891c", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4e66b4", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.191<br>Pendiente: 239.20<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 24.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:72168e", "ysrc": "jesusjoveruclm:9:c53aeb", "marker": { "size": 6, "color": "rgb(55,126,184)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:424c1b", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(55,126,184)", "width": 2 }, "mode": "lines", "name": "Cadena 24.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:4e15ab", "ysrc": "jesusjoveruclm:9:11f122", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:30a850", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.467<br>Pendiente: 155.19<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 25.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:d079e4", "ysrc": "jesusjoveruclm:9:a22702", "marker": { "size": 6, "color": "rgb(77,175,74)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:882655", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(77,175,74)", "width": 2 }, "mode": "lines", "name": "Cadena 25.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:6c7f4c", "ysrc": "jesusjoveruclm:9:6dc4f5", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b0109b", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.599<br>Pendiente: 80.90<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 26.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:4b4699", "ysrc": "jesusjoveruclm:9:1308ab", "marker": { "size": 6, "color": "rgb(152,78,163)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:60b1ef", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(152,78,163)", "width": 2 }, "mode": "lines", "name": "Cadena 26.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0dcece", "ysrc": "jesusjoveruclm:9:eee2ba", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a62e35", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.467<br>Pendiente: 469.83<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 27.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ba044a", "ysrc": "jesusjoveruclm:9:66f21c", "marker": { "size": 6, "color": "rgb(255,127,0)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:783e0b", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,127,0)", "width": 2 }, "mode": "lines", "name": "Cadena 27.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:1e4f71", "ysrc": "jesusjoveruclm:9:9e0de1", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:fcfbd6", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.283<br>Pendiente: 81.83<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 28.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ede3c3", "ysrc": "jesusjoveruclm:9:fc215f", "marker": { "size": 6, "color": "rgb(255,255,51)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:af17d0", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,255,51)", "width": 2 }, "mode": "lines", "name": "Cadena 28.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:413d10", "ysrc": "jesusjoveruclm:9:9b0bb6", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:acba67", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.154<br>Pendiente: 69.97<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 29.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f92c68", "ysrc": "jesusjoveruclm:9:d36c08", "marker": { "size": 6, "color": "rgb(166,86,40)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f62f66", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(166,86,40)", "width": 2 }, "mode": "lines", "name": "Cadena 29.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:1a38a2", "ysrc": "jesusjoveruclm:9:ae8ec3", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:6ffde7", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.658<br>Pendiente: 56.41<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 30.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9076bc", "ysrc": "jesusjoveruclm:9:816aba", "marker": { "size": 6, "color": "rgb(247,129,191)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1be6ae", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(247,129,191)", "width": 2 }, "mode": "lines", "name": "Cadena 30.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:efaaf7", "ysrc": "jesusjoveruclm:9:363ad9", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:513dfa", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.359<br>Pendiente: 151.76<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 31.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0e52f8", "ysrc": "jesusjoveruclm:9:bb80b1", "marker": { "size": 6, "color": "rgb(153,153,153)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:45cdd9", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(153,153,153)", "width": 2 }, "mode": "lines", "name": "Cadena 31.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:430a19", "ysrc": "jesusjoveruclm:9:270277", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9f52ba", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.862<br>Pendiente: 45.97<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 32.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:3cd66a", "ysrc": "jesusjoveruclm:9:0f182d", "marker": { "size": 6, "color": "rgb(141,211,199)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:6689c6", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(141,211,199)", "width": 2 }, "mode": "lines", "name": "Cadena 32.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:a6d998", "ysrc": "jesusjoveruclm:9:7a3439", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ed383e", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.100<br>Pendiente: 82.61<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 33.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:8b57b2", "ysrc": "jesusjoveruclm:9:cfd42e", "marker": { "size": 6, "color": "rgb(255,255,179)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:c959a3", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,255,179)", "width": 2 }, "mode": "lines", "name": "Cadena 33.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:2922f8", "ysrc": "jesusjoveruclm:9:a222c0", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:33dc79", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.419<br>Pendiente: 155.63<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 34.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:285f7b", "ysrc": "jesusjoveruclm:9:0942b7", "marker": { "size": 6, "color": "rgb(190,186,218)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:8c6c48", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(190,186,218)", "width": 2 }, "mode": "lines", "name": "Cadena 34.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:40572f", "ysrc": "jesusjoveruclm:9:c87426", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:df21b0", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.942<br>Pendiente: 63.64<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 35.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:55d1db", "ysrc": "jesusjoveruclm:9:0c6d0c", "marker": { "size": 6, "color": "rgb(251,128,114)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3c7df5", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(251,128,114)", "width": 2 }, "mode": "lines", "name": "Cadena 35.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:4549c6", "ysrc": "jesusjoveruclm:9:ce5941", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:5595ec", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.911<br>Pendiente: 79.87<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 36.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ff23d5", "ysrc": "jesusjoveruclm:9:0abcad", "marker": { "size": 6, "color": "rgb(128,177,211)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:d97938", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(128,177,211)", "width": 2 }, "mode": "lines", "name": "Cadena 36.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:45db9e", "ysrc": "jesusjoveruclm:9:96d8cb", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:78edc5", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.105<br>Pendiente: 85.51<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 37.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ab45b0", "ysrc": "jesusjoveruclm:9:270cd1", "marker": { "size": 6, "color": "rgb(253,180,98)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b31c38", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(253,180,98)", "width": 2 }, "mode": "lines", "name": "Cadena 37.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:068d3e", "ysrc": "jesusjoveruclm:9:635af2", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b7b5c6", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.081<br>Pendiente: 69.12<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 38.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:c1efc8", "ysrc": "jesusjoveruclm:9:eb74df", "marker": { "size": 6, "color": "rgb(179,222,105)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:792ac8", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(179,222,105)", "width": 2 }, "mode": "lines", "name": "Cadena 38.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:605182", "ysrc": "jesusjoveruclm:9:27f1db", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:97b321", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.478<br>Pendiente: 208.71<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 39.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b0bf40", "ysrc": "jesusjoveruclm:9:6ef30d", "marker": { "size": 6, "color": "rgb(252,205,229)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:89b251", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(252,205,229)", "width": 2 }, "mode": "lines", "name": "Cadena 39.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:2b4de0", "ysrc": "jesusjoveruclm:9:e4cdb7", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:77ce12", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.417<br>Pendiente: 169.41<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 40.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9c6c29", "ysrc": "jesusjoveruclm:9:f4fda9", "marker": { "size": 6, "color": "rgb(217,217,217)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:29162e", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(217,217,217)", "width": 2 }, "mode": "lines", "name": "Cadena 40.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9d46a3", "ysrc": "jesusjoveruclm:9:34c748", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:0cb40e", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.250<br>Pendiente: 73.03<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 41.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:950780", "ysrc": "jesusjoveruclm:9:9b3245", "marker": { "size": 6, "color": "rgb(188,128,189)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:aba14c", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(188,128,189)", "width": 2 }, "mode": "lines", "name": "Cadena 41.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:dbecc2", "ysrc": "jesusjoveruclm:9:65ad06", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3dde7d", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.267<br>Pendiente: 54.60<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 42.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:c244a7", "ysrc": "jesusjoveruclm:9:03ae32", "marker": { "size": 6, "color": "rgb(204,235,197)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ac7ac7", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(204,235,197)", "width": 2 }, "mode": "lines", "name": "Cadena 42.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ae739c", "ysrc": "jesusjoveruclm:9:45be13", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:d6eb0a", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.362<br>Pendiente: 314.53<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 43.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:12dde9", "ysrc": "jesusjoveruclm:9:f14eec", "marker": { "size": 6, "color": "rgb(255,237,111)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:74f199", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,237,111)", "width": 2 }, "mode": "lines", "name": "Cadena 43.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9fc86d", "ysrc": "jesusjoveruclm:9:5a62fc", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:e640a8", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.471<br>Pendiente: 358.30<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 44.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:764d73", "ysrc": "jesusjoveruclm:9:8fece8", "marker": { "size": 6, "color": "rgb(102, 197, 204)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a08a0a", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(102, 197, 204)", "width": 2 }, "mode": "lines", "name": "Cadena 44.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0f253c", "ysrc": "jesusjoveruclm:9:33607f", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:8e696c", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.569<br>Pendiente: 176.52<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 45.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:326ef5", "ysrc": "jesusjoveruclm:9:a56b49", "marker": { "size": 6, "color": "rgb(246, 207, 113)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:7454ef", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(246, 207, 113)", "width": 2 }, "mode": "lines", "name": "Cadena 45.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ea8439", "ysrc": "jesusjoveruclm:9:839a61", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1959fb", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.377<br>Pendiente: 288.46<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 46.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:57851c", "ysrc": "jesusjoveruclm:9:11f400", "marker": { "size": 6, "color": "rgb(248, 156, 116)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:29a6b1", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(248, 156, 116)", "width": 2 }, "mode": "lines", "name": "Cadena 46.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:40aeff", "ysrc": "jesusjoveruclm:9:9c205e", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1867d2", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.534<br>Pendiente: 159.38<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 47.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:519df7", "ysrc": "jesusjoveruclm:9:14ce27", "marker": { "size": 6, "color": "rgb(220, 176, 242)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:88cbf9", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(220, 176, 242)", "width": 2 }, "mode": "lines", "name": "Cadena 47.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:1f6cb0", "ysrc": "jesusjoveruclm:9:548eac", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f839ec", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.314<br>Pendiente: 64.78<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 48.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:edd7a4", "ysrc": "jesusjoveruclm:9:e4f64b", "marker": { "size": 6, "color": "rgb(135, 197, 95)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9a9537", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(135, 197, 95)", "width": 2 }, "mode": "lines", "name": "Cadena 48.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:35a2a1", "ysrc": "jesusjoveruclm:9:595ece", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:e9d13c", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.565<br>Pendiente: 128.52<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 49.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b7da84", "ysrc": "jesusjoveruclm:9:b1ff31", "marker": { "size": 6, "color": "rgb(158, 185, 243)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:5ad71e", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(158, 185, 243)", "width": 2 }, "mode": "lines", "name": "Cadena 49.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7e311f", "ysrc": "jesusjoveruclm:9:7d4dbc", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ca74d9", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.738<br>Pendiente: 245.13<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 50.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:d90649", "ysrc": "jesusjoveruclm:9:a74c40", "marker": { "size": 6, "color": "rgb(254, 136, 177)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a3e7a9", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(254, 136, 177)", "width": 2 }, "mode": "lines", "name": "Cadena 50.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:fca1c8", "ysrc": "jesusjoveruclm:9:1fd9c4", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:74d015", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.673<br>Pendiente: 430.34<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 51.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:410a4d", "ysrc": "jesusjoveruclm:9:2d19a1", "marker": { "size": 6, "color": "rgb(201, 219, 116)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:cc3826", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(201, 219, 116)", "width": 2 }, "mode": "lines", "name": "Cadena 51.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:328da8", "ysrc": "jesusjoveruclm:9:d9d4cf", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:d767e2", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.847<br>Pendiente: 259.03<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 52.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7943e4", "ysrc": "jesusjoveruclm:9:0672dd", "marker": { "size": 6, "color": "rgb(139, 224, 164)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1c943e", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(139, 224, 164)", "width": 2 }, "mode": "lines", "name": "Cadena 52.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b4baeb", "ysrc": "jesusjoveruclm:9:d18255", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:44acdb", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.731<br>Pendiente: 296.55<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 53.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ea1e5b", "ysrc": "jesusjoveruclm:9:bcdf29", "marker": { "size": 6, "color": "rgb(180, 151, 231)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:7575e3", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(180, 151, 231)", "width": 2 }, "mode": "lines", "name": "Cadena 53.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:650030", "ysrc": "jesusjoveruclm:9:b20e04", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4e16e4", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.789<br>Pendiente: 324.94<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 54.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:e04ab7", "ysrc": "jesusjoveruclm:9:510d55", "marker": { "size": 6, "color": "rgb(179, 179, 179)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:88ff1e", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(179, 179, 179)", "width": 2 }, "mode": "lines", "name": "Cadena 54.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:5d5592", "ysrc": "jesusjoveruclm:9:6831f3", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:7dc488", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.743<br>Pendiente: 386.38<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 55.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7fbc5b", "ysrc": "jesusjoveruclm:9:45414c", "marker": { "size": 6, "color": "rgb(228,26,28)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:5b2805", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(228,26,28)", "width": 2 }, "mode": "lines", "name": "Cadena 55.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:df3533", "ysrc": "jesusjoveruclm:9:434dea", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:52a463", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.600<br>Pendiente: 563.51<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 56.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:4e8547", "ysrc": "jesusjoveruclm:9:e5c017", "marker": { "size": 6, "color": "rgb(55,126,184)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:896f62", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(55,126,184)", "width": 2 }, "mode": "lines", "name": "Cadena 56.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:8cbfc9", "ysrc": "jesusjoveruclm:9:66828f", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:22a67e", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.779<br>Pendiente: 349.19<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 57.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:195409", "ysrc": "jesusjoveruclm:9:be4198", "marker": { "size": 6, "color": "rgb(77,175,74)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:edf61d", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(77,175,74)", "width": 2 }, "mode": "lines", "name": "Cadena 57.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:51bb63", "ysrc": "jesusjoveruclm:9:8d5ac4", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b8f46b", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.597<br>Pendiente: 457.14<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 58.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:39f107", "ysrc": "jesusjoveruclm:9:c30a8e", "marker": { "size": 6, "color": "rgb(152,78,163)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4da7ab", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(152,78,163)", "width": 2 }, "mode": "lines", "name": "Cadena 58.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:190da2", "ysrc": "jesusjoveruclm:9:0073da", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:e190bc", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.446<br>Pendiente: 318.63<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 59.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:193d1a", "ysrc": "jesusjoveruclm:9:df8360", "marker": { "size": 6, "color": "rgb(255,127,0)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:7f3f9a", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,127,0)", "width": 2 }, "mode": "lines", "name": "Cadena 59.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:542785", "ysrc": "jesusjoveruclm:9:17b047", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:fc550a", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.552<br>Pendiente: 252.14<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 60.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:43ab14", "ysrc": "jesusjoveruclm:9:f53bae", "marker": { "size": 6, "color": "rgb(255,255,51)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4555a2", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,255,51)", "width": 2 }, "mode": "lines", "name": "Cadena 60.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:05868d", "ysrc": "jesusjoveruclm:9:b9a9f1", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f2c9bf", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.640<br>Pendiente: 376.40<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 61.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b3bef4", "ysrc": "jesusjoveruclm:9:d841dd", "marker": { "size": 6, "color": "rgb(166,86,40)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:83dfc8", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(166,86,40)", "width": 2 }, "mode": "lines", "name": "Cadena 61.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:6407e8", "ysrc": "jesusjoveruclm:9:28da79", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b7b67c", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.589<br>Pendiente: 540.87<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 62.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:bd4b5a", "ysrc": "jesusjoveruclm:9:6db36d", "marker": { "size": 6, "color": "rgb(247,129,191)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:0d53f9", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(247,129,191)", "width": 2 }, "mode": "lines", "name": "Cadena 62.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9a977c", "ysrc": "jesusjoveruclm:9:39a26e", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ba436c", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.561<br>Pendiente: 378.84<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 63.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:fcf792", "ysrc": "jesusjoveruclm:9:e7ac1e", "marker": { "size": 6, "color": "rgb(153,153,153)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1b598a", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(153,153,153)", "width": 2 }, "mode": "lines", "name": "Cadena 63.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:85be2e", "ysrc": "jesusjoveruclm:9:7dbde3", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b4c5d1", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.555<br>Pendiente: 342.42<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 64.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:c5dd17", "ysrc": "jesusjoveruclm:9:c86d55", "marker": { "size": 6, "color": "rgb(141,211,199)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9e7ced", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(141,211,199)", "width": 2 }, "mode": "lines", "name": "Cadena 64.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:c879da", "ysrc": "jesusjoveruclm:9:ec1305", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1c7650", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.633<br>Pendiente: 283.85<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 65.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:575a79", "ysrc": "jesusjoveruclm:9:628ec0", "marker": { "size": 6, "color": "rgb(255,255,179)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:49d307", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,255,179)", "width": 2 }, "mode": "lines", "name": "Cadena 65.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:dfe54f", "ysrc": "jesusjoveruclm:9:8b726b", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f70321", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.562<br>Pendiente: 375.77<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 66.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:179512", "ysrc": "jesusjoveruclm:9:f4d8c5", "marker": { "size": 6, "color": "rgb(190,186,218)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b55cff", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(190,186,218)", "width": 2 }, "mode": "lines", "name": "Cadena 66.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:8f20a4", "ysrc": "jesusjoveruclm:9:a6f056", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:2d31c7", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.655<br>Pendiente: 405.88<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 67.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:34d1e1", "ysrc": "jesusjoveruclm:9:146d51", "marker": { "size": 6, "color": "rgb(251,128,114)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a241dd", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(251,128,114)", "width": 2 }, "mode": "lines", "name": "Cadena 67.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:4c4ef1", "ysrc": "jesusjoveruclm:9:291170", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f23e78", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.786<br>Pendiente: 442.56<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 68.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ef8475", "ysrc": "jesusjoveruclm:9:70c674", "marker": { "size": 6, "color": "rgb(128,177,211)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:dd4637", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(128,177,211)", "width": 2 }, "mode": "lines", "name": "Cadena 68.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:44355d", "ysrc": "jesusjoveruclm:9:d1f2d2", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:090de7", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.820<br>Pendiente: 332.40<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 69.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:c6b400", "ysrc": "jesusjoveruclm:9:9605e5", "marker": { "size": 6, "color": "rgb(253,180,98)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:5f1f75", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(253,180,98)", "width": 2 }, "mode": "lines", "name": "Cadena 69.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:3cb7bd", "ysrc": "jesusjoveruclm:9:ed1d73", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:e75987", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.791<br>Pendiente: 360.95<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 70.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7c32ff", "ysrc": "jesusjoveruclm:9:87adb3", "marker": { "size": 6, "color": "rgb(179,222,105)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3b1546", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(179,222,105)", "width": 2 }, "mode": "lines", "name": "Cadena 70.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:6be2d8", "ysrc": "jesusjoveruclm:9:8c566b", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9be2e0", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.796<br>Pendiente: 259.24<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 71.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:29a5c4", "ysrc": "jesusjoveruclm:9:6390aa", "marker": { "size": 6, "color": "rgb(252,205,229)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:06540b", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(252,205,229)", "width": 2 }, "mode": "lines", "name": "Cadena 71.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:d93342", "ysrc": "jesusjoveruclm:9:175c9d", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:706fd0", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.784<br>Pendiente: 285.58<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 72.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b9b3da", "ysrc": "jesusjoveruclm:9:b2bd8f", "marker": { "size": 6, "color": "rgb(217,217,217)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:2b3470", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(217,217,217)", "width": 2 }, "mode": "lines", "name": "Cadena 72.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:630eb9", "ysrc": "jesusjoveruclm:9:190809", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4cac37", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.819<br>Pendiente: 309.46<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 73.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ecdecc", "ysrc": "jesusjoveruclm:9:7d38af", "marker": { "size": 6, "color": "rgb(188,128,189)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:595f31", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(188,128,189)", "width": 2 }, "mode": "lines", "name": "Cadena 73.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:54b8df", "ysrc": "jesusjoveruclm:9:0c4aef", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:71d880", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.685<br>Pendiente: 601.30<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 74.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:bbf249", "ysrc": "jesusjoveruclm:9:64d3cd", "marker": { "size": 6, "color": "rgb(204,235,197)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f05f5c", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(204,235,197)", "width": 2 }, "mode": "lines", "name": "Cadena 74.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:4f2ead", "ysrc": "jesusjoveruclm:9:c2facb", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4d0e53", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.771<br>Pendiente: 616.74<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 75.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:cdc279", "ysrc": "jesusjoveruclm:9:f1aeeb", "marker": { "size": 6, "color": "rgb(255,237,111)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:e8397f", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,237,111)", "width": 2 }, "mode": "lines", "name": "Cadena 75.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:86f0c1", "ysrc": "jesusjoveruclm:9:099066", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:181fc9", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.794<br>Pendiente: 474.97<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 76.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:1b384b", "ysrc": "jesusjoveruclm:9:b911da", "marker": { "size": 6, "color": "rgb(102, 197, 204)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:22e11e", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(102, 197, 204)", "width": 2 }, "mode": "lines", "name": "Cadena 76.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:3f3f09", "ysrc": "jesusjoveruclm:9:944869", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:cdf589", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.813<br>Pendiente: 558.72<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 77.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:067d09", "ysrc": "jesusjoveruclm:9:e54d89", "marker": { "size": 6, "color": "rgb(246, 207, 113)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:0355fc", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(246, 207, 113)", "width": 2 }, "mode": "lines", "name": "Cadena 77.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:86caf4", "ysrc": "jesusjoveruclm:9:2aef02", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:e1bf0c", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.755<br>Pendiente: 627.64<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 78.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:556268", "ysrc": "jesusjoveruclm:9:787c97", "marker": { "size": 6, "color": "rgb(248, 156, 116)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b6dee7", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(248, 156, 116)", "width": 2 }, "mode": "lines", "name": "Cadena 78.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:60b31e", "ysrc": "jesusjoveruclm:9:014dac", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:fcd0d9", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.779<br>Pendiente: 533.89<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 79.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:d3a1f5", "ysrc": "jesusjoveruclm:9:520f65", "marker": { "size": 6, "color": "rgb(220, 176, 242)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:47b771", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(220, 176, 242)", "width": 2 }, "mode": "lines", "name": "Cadena 79.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:46c3f3", "ysrc": "jesusjoveruclm:9:cd6945", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:fd3667", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.893<br>Pendiente: 569.97<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 80.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7d321e", "ysrc": "jesusjoveruclm:9:5e0e6b", "marker": { "size": 6, "color": "rgb(135, 197, 95)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f48af8", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(135, 197, 95)", "width": 2 }, "mode": "lines", "name": "Cadena 80.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:bdf07f", "ysrc": "jesusjoveruclm:9:3351a4", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f13889", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.857<br>Pendiente: 526.73<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 81.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:898e7d", "ysrc": "jesusjoveruclm:9:75d1cd", "marker": { "size": 6, "color": "rgb(158, 185, 243)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:2e47f9", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(158, 185, 243)", "width": 2 }, "mode": "lines", "name": "Cadena 81.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:777e56", "ysrc": "jesusjoveruclm:9:f5511e", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a208e0", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.869<br>Pendiente: 705.46<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 82.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:18332f", "ysrc": "jesusjoveruclm:9:79a605", "marker": { "size": 6, "color": "rgb(254, 136, 177)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:bb3c2a", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(254, 136, 177)", "width": 2 }, "mode": "lines", "name": "Cadena 82.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:dcf0dd", "ysrc": "jesusjoveruclm:9:16ac4a", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:369266", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.800<br>Pendiente: 894.49<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 83.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7089d3", "ysrc": "jesusjoveruclm:9:7fc4cd", "marker": { "size": 6, "color": "rgb(201, 219, 116)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:6289dc", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(201, 219, 116)", "width": 2 }, "mode": "lines", "name": "Cadena 83.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:87566e", "ysrc": "jesusjoveruclm:9:e92a93", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:06b536", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.719<br>Pendiente: 774.74<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 84.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b135f5", "ysrc": "jesusjoveruclm:9:8dab98", "marker": { "size": 6, "color": "rgb(139, 224, 164)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:71411f", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(139, 224, 164)", "width": 2 }, "mode": "lines", "name": "Cadena 84.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f19376", "ysrc": "jesusjoveruclm:9:6b457f", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b87092", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.799<br>Pendiente: 621.47<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 85.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9bee49", "ysrc": "jesusjoveruclm:9:84c7e4", "marker": { "size": 6, "color": "rgb(180, 151, 231)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1900b3", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(180, 151, 231)", "width": 2 }, "mode": "lines", "name": "Cadena 85.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:dd898a", "ysrc": "jesusjoveruclm:9:cd2a07", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3a52a1", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.851<br>Pendiente: 628.46<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 86.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b20caf", "ysrc": "jesusjoveruclm:9:49b07b", "marker": { "size": 6, "color": "rgb(179, 179, 179)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:bc372f", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(179, 179, 179)", "width": 2 }, "mode": "lines", "name": "Cadena 86.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:34ea0e", "ysrc": "jesusjoveruclm:9:393285", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:24b5b1", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.855<br>Pendiente: 805.89<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 87.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:487a75", "ysrc": "jesusjoveruclm:9:9794e6", "marker": { "size": 6, "color": "rgb(228,26,28)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9d6f72", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(228,26,28)", "width": 2 }, "mode": "lines", "name": "Cadena 87.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:75760b", "ysrc": "jesusjoveruclm:9:77b703", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:80068c", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.838<br>Pendiente: 560.50<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 88.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:af7097", "ysrc": "jesusjoveruclm:9:b2de83", "marker": { "size": 6, "color": "rgb(55,126,184)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ef846c", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(55,126,184)", "width": 2 }, "mode": "lines", "name": "Cadena 88.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f5eb51", "ysrc": "jesusjoveruclm:9:8a5d06", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:db29f7", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.831<br>Pendiente: 608.77<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 89.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:2b642d", "ysrc": "jesusjoveruclm:9:a52b66", "marker": { "size": 6, "color": "rgb(77,175,74)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b3e118", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(77,175,74)", "width": 2 }, "mode": "lines", "name": "Cadena 89.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f35136", "ysrc": "jesusjoveruclm:9:ae89a5", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:98ab6b", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.860<br>Pendiente: 657.28<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 90.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ad6aeb", "ysrc": "jesusjoveruclm:9:663d13", "marker": { "size": 6, "color": "rgb(152,78,163)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:42323c", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(152,78,163)", "width": 2 }, "mode": "lines", "name": "Cadena 90.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:07f42b", "ysrc": "jesusjoveruclm:9:884c5b", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:e4d5e9", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.791<br>Pendiente: 659.30<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 91.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:fc7bda", "ysrc": "jesusjoveruclm:9:617af2", "marker": { "size": 6, "color": "rgb(255,127,0)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ed1f90", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,127,0)", "width": 2 }, "mode": "lines", "name": "Cadena 91.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f84a6a", "ysrc": "jesusjoveruclm:9:e744a5", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:abc01f", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.783<br>Pendiente: 805.52<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 92.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:8672f0", "ysrc": "jesusjoveruclm:9:cdc007", "marker": { "size": 6, "color": "rgb(255,255,51)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3e3c5e", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,255,51)", "width": 2 }, "mode": "lines", "name": "Cadena 92.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:e5def2", "ysrc": "jesusjoveruclm:9:67a9be", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:16eb39", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.679<br>Pendiente: 506.32<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 93.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:111ec8", "ysrc": "jesusjoveruclm:9:ee63a2", "marker": { "size": 6, "color": "rgb(166,86,40)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:7be0a1", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(166,86,40)", "width": 2 }, "mode": "lines", "name": "Cadena 93.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0d2d33", "ysrc": "jesusjoveruclm:9:4f54d9", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4aad7f", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.757<br>Pendiente: 666.29<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 94.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0b4434", "ysrc": "jesusjoveruclm:9:21b62f", "marker": { "size": 6, "color": "rgb(247,129,191)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3dbc94", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(247,129,191)", "width": 2 }, "mode": "lines", "name": "Cadena 94.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ac13b3", "ysrc": "jesusjoveruclm:9:f29e38", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a8188d", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.793<br>Pendiente: 633.78<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 95.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:769658", "ysrc": "jesusjoveruclm:9:6c746c", "marker": { "size": 6, "color": "rgb(153,153,153)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f0380d", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(153,153,153)", "width": 2 }, "mode": "lines", "name": "Cadena 95.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:bd998d", "ysrc": "jesusjoveruclm:9:f3f612", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:7713a4", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.715<br>Pendiente: 514.69<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 96.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:dbdabd", "ysrc": "jesusjoveruclm:9:d4d06a", "marker": { "size": 6, "color": "rgb(141,211,199)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b638be", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(141,211,199)", "width": 2 }, "mode": "lines", "name": "Cadena 96.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:51c5e8", "ysrc": "jesusjoveruclm:9:7d27b1", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3fab70", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.744<br>Pendiente: 754.52<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 97.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:63faff", "ysrc": "jesusjoveruclm:9:6d24e9", "marker": { "size": 6, "color": "rgb(255,255,179)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:c06899", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,255,179)", "width": 2 }, "mode": "lines", "name": "Cadena 97.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:e1e94a", "ysrc": "jesusjoveruclm:9:232562", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:5e92a2", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.899<br>Pendiente: 775.52<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 98.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:180a2c", "ysrc": "jesusjoveruclm:9:1dcadd", "marker": { "size": 6, "color": "rgb(190,186,218)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:3c1675", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(190,186,218)", "width": 2 }, "mode": "lines", "name": "Cadena 98.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:80f7e2", "ysrc": "jesusjoveruclm:9:cbe08a", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:feb98f", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.788<br>Pendiente: 561.92<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 99.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:895d17", "ysrc": "jesusjoveruclm:9:b317ef", "marker": { "size": 6, "color": "rgb(251,128,114)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9e62fe", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(251,128,114)", "width": 2 }, "mode": "lines", "name": "Cadena 99.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f14f37", "ysrc": "jesusjoveruclm:9:990d28", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:100796", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.772<br>Pendiente: 564.40<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 100.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f0fb74", "ysrc": "jesusjoveruclm:9:2a11fa", "marker": { "size": 6, "color": "rgb(128,177,211)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:932ab5", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(128,177,211)", "width": 2 }, "mode": "lines", "name": "Cadena 100.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0f7abd", "ysrc": "jesusjoveruclm:9:bd65f9", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4330ef", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.753<br>Pendiente: 605.05<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 101.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:8e2a36", "ysrc": "jesusjoveruclm:9:454130", "marker": { "size": 6, "color": "rgb(253,180,98)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:8e9955", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(253,180,98)", "width": 2 }, "mode": "lines", "name": "Cadena 101.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9e0ca4", "ysrc": "jesusjoveruclm:9:0a030d", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:7acb8e", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.798<br>Pendiente: 615.33<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 102.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:05350d", "ysrc": "jesusjoveruclm:9:900c66", "marker": { "size": 6, "color": "rgb(179,222,105)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9a1d0c", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(179,222,105)", "width": 2 }, "mode": "lines", "name": "Cadena 102.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:338c65", "ysrc": "jesusjoveruclm:9:c0d006", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:d594ac", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.690<br>Pendiente: 539.41<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 103.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:e18208", "ysrc": "jesusjoveruclm:9:34215c", "marker": { "size": 6, "color": "rgb(252,205,229)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b0ed2c", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(252,205,229)", "width": 2 }, "mode": "lines", "name": "Cadena 103.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7ad68b", "ysrc": "jesusjoveruclm:9:6a0c11", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9b7145", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.794<br>Pendiente: 651.12<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 104.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:6f8163", "ysrc": "jesusjoveruclm:9:657e0e", "marker": { "size": 6, "color": "rgb(217,217,217)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4164e7", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(217,217,217)", "width": 2 }, "mode": "lines", "name": "Cadena 104.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:3021e7", "ysrc": "jesusjoveruclm:9:f63b7d", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f29e91", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.861<br>Pendiente: 724.13<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 105.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:733a3d", "ysrc": "jesusjoveruclm:9:53af70", "marker": { "size": 6, "color": "rgb(188,128,189)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1a45ce", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(188,128,189)", "width": 2 }, "mode": "lines", "name": "Cadena 105.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9f26ba", "ysrc": "jesusjoveruclm:9:5a41b7", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a5819a", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.763<br>Pendiente: 547.45<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 106.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:478951", "ysrc": "jesusjoveruclm:9:487593", "marker": { "size": 6, "color": "rgb(204,235,197)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:63c8a2", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(204,235,197)", "width": 2 }, "mode": "lines", "name": "Cadena 106.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:674891", "ysrc": "jesusjoveruclm:9:e94b27", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f82225", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.849<br>Pendiente: 707.38<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 107.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:c0ba78", "ysrc": "jesusjoveruclm:9:ba3956", "marker": { "size": 6, "color": "rgb(255,237,111)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:14d2a8", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,237,111)", "width": 2 }, "mode": "lines", "name": "Cadena 107.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:52cb51", "ysrc": "jesusjoveruclm:9:902988", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:bb78fd", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.794<br>Pendiente: 676.95<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 108.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:83d6a9", "ysrc": "jesusjoveruclm:9:cda1ff", "marker": { "size": 6, "color": "rgb(102, 197, 204)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:66673e", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(102, 197, 204)", "width": 2 }, "mode": "lines", "name": "Cadena 108.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b33844", "ysrc": "jesusjoveruclm:9:af9645", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:339577", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.778<br>Pendiente: 683.48<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 109.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:073ceb", "ysrc": "jesusjoveruclm:9:309db6", "marker": { "size": 6, "color": "rgb(246, 207, 113)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4486fa", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(246, 207, 113)", "width": 2 }, "mode": "lines", "name": "Cadena 109.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:c0347f", "ysrc": "jesusjoveruclm:9:91eee9", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:88c5c3", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.784<br>Pendiente: 692.16<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 110.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9f1847", "ysrc": "jesusjoveruclm:9:0f8b7e", "marker": { "size": 6, "color": "rgb(248, 156, 116)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:13cf1a", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(248, 156, 116)", "width": 2 }, "mode": "lines", "name": "Cadena 110.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0076f1", "ysrc": "jesusjoveruclm:9:4303cf", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:d1f365", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.779<br>Pendiente: 682.74<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 111.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:da9c32", "ysrc": "jesusjoveruclm:9:4626ac", "marker": { "size": 6, "color": "rgb(220, 176, 242)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:19bd81", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(220, 176, 242)", "width": 2 }, "mode": "lines", "name": "Cadena 111.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f0973f", "ysrc": "jesusjoveruclm:9:5415ac", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1bc419", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.879<br>Pendiente: 949.58<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 112.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:06312f", "ysrc": "jesusjoveruclm:9:a31850", "marker": { "size": 6, "color": "rgb(135, 197, 95)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:50db97", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(135, 197, 95)", "width": 2 }, "mode": "lines", "name": "Cadena 112.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:177b1e", "ysrc": "jesusjoveruclm:9:05103b", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:211811", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.828<br>Pendiente: 771.51<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 113.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:474210", "ysrc": "jesusjoveruclm:9:ac8bf6", "marker": { "size": 6, "color": "rgb(158, 185, 243)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:df829a", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(158, 185, 243)", "width": 2 }, "mode": "lines", "name": "Cadena 113.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:426b4b", "ysrc": "jesusjoveruclm:9:566d7c", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:77a655", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.746<br>Pendiente: 582.60<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 114.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ae2264", "ysrc": "jesusjoveruclm:9:d395da", "marker": { "size": 6, "color": "rgb(254, 136, 177)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:390689", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(254, 136, 177)", "width": 2 }, "mode": "lines", "name": "Cadena 114.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:de0c5f", "ysrc": "jesusjoveruclm:9:badbf0", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:06be22", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.823<br>Pendiente: 769.85<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 115.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:5a0f0a", "ysrc": "jesusjoveruclm:9:9765df", "marker": { "size": 6, "color": "rgb(201, 219, 116)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:9b7fb8", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(201, 219, 116)", "width": 2 }, "mode": "lines", "name": "Cadena 115.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7b6355", "ysrc": "jesusjoveruclm:9:3418ba", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:eda439", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.840<br>Pendiente: 712.15<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 116.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:42da84", "ysrc": "jesusjoveruclm:9:6e0860", "marker": { "size": 6, "color": "rgb(139, 224, 164)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:dd9b00", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(139, 224, 164)", "width": 2 }, "mode": "lines", "name": "Cadena 116.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:2c685a", "ysrc": "jesusjoveruclm:9:709138", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:d673b4", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.748<br>Pendiente: 487.20<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 117.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:6afa8b", "ysrc": "jesusjoveruclm:9:cfa29f", "marker": { "size": 6, "color": "rgb(180, 151, 231)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f6e94b", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(180, 151, 231)", "width": 2 }, "mode": "lines", "name": "Cadena 117.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:e42bed", "ysrc": "jesusjoveruclm:9:ba7873", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a759c1", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.816<br>Pendiente: 721.85<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 118.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:646898", "ysrc": "jesusjoveruclm:9:cd52c7", "marker": { "size": 6, "color": "rgb(179, 179, 179)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:628ede", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(179, 179, 179)", "width": 2 }, "mode": "lines", "name": "Cadena 118.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:3888b5", "ysrc": "jesusjoveruclm:9:67d4d9", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:c4a506", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.810<br>Pendiente: 652.29<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 119.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:16d830", "ysrc": "jesusjoveruclm:9:b6e68f", "marker": { "size": 6, "color": "rgb(228,26,28)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a957b2", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(228,26,28)", "width": 2 }, "mode": "lines", "name": "Cadena 119.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:ce57a7", "ysrc": "jesusjoveruclm:9:6ad0f3", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:1f8427", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.776<br>Pendiente: 583.11<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 120.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:9b034f", "ysrc": "jesusjoveruclm:9:3fc8f4", "marker": { "size": 6, "color": "rgb(55,126,184)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:a2041f", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(55,126,184)", "width": 2 }, "mode": "lines", "name": "Cadena 120.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f26d30", "ysrc": "jesusjoveruclm:9:8b792e", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:d82cd7", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.677<br>Pendiente: 695.73<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 121.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b05e8a", "ysrc": "jesusjoveruclm:9:54f461", "marker": { "size": 6, "color": "rgb(77,175,74)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:afb0d7", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(77,175,74)", "width": 2 }, "mode": "lines", "name": "Cadena 121.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:cbbd5e", "ysrc": "jesusjoveruclm:9:9632ce", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:05443b", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.800<br>Pendiente: 747.95<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 122.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:3a3153", "ysrc": "jesusjoveruclm:9:643e1d", "marker": { "size": 6, "color": "rgb(152,78,163)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b3817e", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(152,78,163)", "width": 2 }, "mode": "lines", "name": "Cadena 122.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:36dc2a", "ysrc": "jesusjoveruclm:9:89c9cd", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:5fc651", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.687<br>Pendiente: 447.27<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 123.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:23b2a7", "ysrc": "jesusjoveruclm:9:e8d1a4", "marker": { "size": 6, "color": "rgb(255,127,0)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:5b0514", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,127,0)", "width": 2 }, "mode": "lines", "name": "Cadena 123.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:958121", "ysrc": "jesusjoveruclm:9:29a989", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:760cfc", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.779<br>Pendiente: 582.03<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 124.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:05c014", "ysrc": "jesusjoveruclm:9:6e64a9", "marker": { "size": 6, "color": "rgb(255,255,51)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f00a49", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,255,51)", "width": 2 }, "mode": "lines", "name": "Cadena 124.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:95f514", "ysrc": "jesusjoveruclm:9:a427dc", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:e869e6", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.713<br>Pendiente: 591.25<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 125.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:610e3e", "ysrc": "jesusjoveruclm:9:201d98", "marker": { "size": 6, "color": "rgb(166,86,40)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ba004a", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(166,86,40)", "width": 2 }, "mode": "lines", "name": "Cadena 125.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:12c9e0", "ysrc": "jesusjoveruclm:9:041acf", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ddcb0d", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.693<br>Pendiente: 505.54<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 126.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:864eab", "ysrc": "jesusjoveruclm:9:c6204a", "marker": { "size": 6, "color": "rgb(247,129,191)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:33b608", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(247,129,191)", "width": 2 }, "mode": "lines", "name": "Cadena 126.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:0b0df3", "ysrc": "jesusjoveruclm:9:28bff3", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:657eb4", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.722<br>Pendiente: 716.50<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 127.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:114146", "ysrc": "jesusjoveruclm:9:9fdc79", "marker": { "size": 6, "color": "rgb(153,153,153)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:b15f26", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(153,153,153)", "width": 2 }, "mode": "lines", "name": "Cadena 127.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:e202c5", "ysrc": "jesusjoveruclm:9:e8ef7b", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ff0385", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.360<br>Pendiente: 191.46<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 128.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:7693e0", "ysrc": "jesusjoveruclm:9:a95a26", "marker": { "size": 6, "color": "rgb(141,211,199)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ad13da", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(141,211,199)", "width": 2 }, "mode": "lines", "name": "Cadena 128.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:3e4441", "ysrc": "jesusjoveruclm:9:e3063d", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:697d31", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.813<br>Pendiente: 122.58<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 129.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b3fe42", "ysrc": "jesusjoveruclm:9:fd1df7", "marker": { "size": 6, "color": "rgb(255,255,179)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:92d832", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(255,255,179)", "width": 2 }, "mode": "lines", "name": "Cadena 129.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:d69fd3", "ysrc": "jesusjoveruclm:9:7c3684", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:4cb6dd", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.687<br>Pendiente: 478.37<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 130.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f8c6a6", "ysrc": "jesusjoveruclm:9:36b619", "marker": { "size": 6, "color": "rgb(190,186,218)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:78a1b8", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(190,186,218)", "width": 2 }, "mode": "lines", "name": "Cadena 130.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:563256", "ysrc": "jesusjoveruclm:9:f7a428", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:e3e534", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.801<br>Pendiente: 765.92<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 131.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:b6150e", "ysrc": "jesusjoveruclm:9:257b08", "marker": { "size": 6, "color": "rgb(251,128,114)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ad4897", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(251,128,114)", "width": 2 }, "mode": "lines", "name": "Cadena 131.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:026b7c", "ysrc": "jesusjoveruclm:9:2c36f6", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:5a3383", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.741<br>Pendiente: 598.78<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 132.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:11bbaa", "ysrc": "jesusjoveruclm:9:981877", "marker": { "size": 6, "color": "rgb(128,177,211)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:f2b7e3", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(128,177,211)", "width": 2 }, "mode": "lines", "name": "Cadena 132.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:47033d", "ysrc": "jesusjoveruclm:9:3aebea", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:d9bf6e", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.679<br>Pendiente: 577.97<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 133.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:f52e1d", "ysrc": "jesusjoveruclm:9:17ce71", "marker": { "size": 6, "color": "rgb(253,180,98)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:450152", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(253,180,98)", "width": 2 }, "mode": "lines", "name": "Cadena 133.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:a4b25b", "ysrc": "jesusjoveruclm:9:723a82", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ac0322", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.753<br>Pendiente: 600.79<br><extra></extra>" }, { "mode": "markers", "name": "Cadena 134.0 (datos)", "type": "scatter", "xsrc": "jesusjoveruclm:9:5d7aac", "ysrc": "jesusjoveruclm:9:443e34", "marker": { "size": 6, "color": "rgb(179,222,105)", "opacity": 0.6 }, "showlegend": true, "customdatasrc": "jesusjoveruclm:9:589597", "hovertemplate": "<b>Cadena %{customdata}</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br><extra></extra>" }, { "line": { "color": "rgb(179,222,105)", "width": 2 }, "mode": "lines", "name": "Cadena 134.0 (regresión)", "type": "scatter", "xsrc": "jesusjoveruclm:9:33a457", "ysrc": "jesusjoveruclm:9:b96dc3", "showlegend": true, "customdatasrc": "jesusjoveruclm:9:ccf839", "hovertemplate": "<b>Cadena %{customdata} - Regresión</b><br>Año: %{x}<br>Distancia: %{y:.2f} km<br>R²: 0.776<br>Pendiente: 755.17<br><extra></extra>" } ], "layout": { "title": { "x": 0.5, "font": { "size": 20 }, "text": "Evolución Anti-horaria de las Cadenas Sísmicas<br><sub>Datos dispersos y líneas de regresión por cadena</sub>", "xanchor": "center" }, "width": 1200, "xaxis": { "title": { "text": "Año" }, "showgrid": true, "zeroline": true, "gridcolor": "lightgray", "gridwidth": 1, "zerolinecolor": "darkgray", "zerolinewidth": 2 }, "yaxis": { "title": { "text": "Distancia (km)" }, "showgrid": true, "zeroline": true, "gridcolor": "lightgray", "gridwidth": 1, "zerolinecolor": "darkgray", "zerolinewidth": 2 }, "height": 800, "legend": { "x": 1.02, "y": 1, "bgcolor": "rgba(255,255,255,0.8)", "xanchor": "left", "yanchor": "top", "bordercolor": "Black", "borderwidth": 1, "orientation": "v" }, "margin": { "r": 250 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "white", "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": "#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 }, "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": "white", "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": "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": "", "title": { "standoff": 15 }, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "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", "#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": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "hovermode": "closest" } }, "height": 800, "width": 1200, "user": { "profile_url": "https://chart-studio.plotly.com/~jesusjoveruclm", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-17 15:20:55", "mapbox_access_tokens": null, "has_password": null, "username": "jesusjoveruclm", "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-01T08:25:52.646937Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hhbz1226/1.embed", "fid": "hhbz1226:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hhbz1226/1/9_JWI9EBMW5KPD8EVZ0UDHALU7EA7AYH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hhbz1226/1/2_FABKVIMSDE32OOO2A7I29HWZISZ99K.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hhbz1226/1/8_B2MUHMRHVEVWSS8V6IYPX2XWBA0HVS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hhbz1226/1/9_JWI9EBMW5KPD8EVZ0UDHALU7EA7AYH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hhbz1226:1", "plots": "https://api.plotly.com/v2/plots/hhbz1226:1", "parent": "https://api.plotly.com/v2/folders/home?user=hhbz1226" }, "owner": "hhbz1226", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~hhbz1226/1/", "world_readable": true, "date_modified": "2025-07-01T08:25:52.658Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hhbz1226/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "hhbz1226:0:1f45ea", "ysrc": "hhbz1226:0:7b122d" }, { "meta": { "columnNames": { "x": "C", "y": "D" } }, "mode": "lines", "type": "scatter", "xsrc": "hhbz1226:0:5641e3", "ysrc": "hhbz1226:0:4778f4" }, { "meta": { "columnNames": { "x": "E", "y": "F" } }, "mode": "lines", "type": "scatter", "xsrc": "hhbz1226:0:6a39d2", "ysrc": "hhbz1226:0:1f0d9a" }, { "meta": { "columnNames": { "x": "G", "y": "H" } }, "mode": "lines", "type": "scatter", "xsrc": "hhbz1226:0:00691e", "ysrc": "hhbz1226:0:84e496" }, { "meta": { "columnNames": { "x": "I", "y": "J" } }, "mode": "markers", "type": "scatter", "xsrc": "hhbz1226:0:2248bd", "ysrc": "hhbz1226:0:6bd0e7" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -172.16489220501867, 300.56699220501866 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -227.38533863432167, 223.82373863432167 ], "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/~hhbz1226", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.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-01 08:24:44", "mapbox_access_tokens": null, "has_password": null, "username": "hhbz1226", "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-01T08:16:06.553314Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nutty_nats01/1.embed", "fid": "nutty_nats01:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nutty_nats01/1/9_IC022G0AHVLTAV3DQMIDUAVCWYECJW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nutty_nats01/1/2_X7NSWZP4RT1IN9MFL2YSY5O7G0KKKL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nutty_nats01/1/8_9X009AAE5E0AADNUUI609SEJ0JI4WV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nutty_nats01/1/9_IC022G0AHVLTAV3DQMIDUAVCWYECJW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nutty_nats01:1", "plots": "https://api.plotly.com/v2/plots/nutty_nats01:1", "parent": "https://api.plotly.com/v2/folders/home?user=nutty_nats01" }, "owner": "nutty_nats01", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nutty_nats01/1/", "world_readable": true, "date_modified": "2025-07-01T08:34:43.480Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nutty_nats01/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline", "width": 1 }, "meta": { "columnNames": { "x": "A", "y": "B", "error_x": { "array": "G" }, "error_y": { "array": "H" } } }, "mode": "markers+lines", "name": "Theoretical transmitted light intensity", "type": "scatter", "xsrc": "nutty_nats01:0:28285e", "ysrc": "nutty_nats01:0:0d14ff", "marker": { "size": 4, "symbol": "circle", "opacity": 1 }, "error_x": { "meta": { "columnNames": { "array": "G" } }, "type": "data", "color": "rgb(0, 0, 0)", "value": 5e-05, "width": 4, "visible": true, "arraysrc": "nutty_nats01:0:6e5f1d", "traceref": 0, "symmetric": true, "thickness": 1, "tracerefminus": 0 }, "error_y": { "meta": { "columnNames": { "array": "H" } }, "type": "data", "color": "rgb(0, 0, 0)", "visible": true, "arraysrc": "nutty_nats01:0:59784f", "symmetric": true, "thickness": 1 }, "autocolorscale": true, "selectedpoints": [ 1, 2, 3, 4, 5, 6 ] }, { "line": { "shape": "spline", "width": 1 }, "meta": { "columnNames": { "x": "D", "y": "E", "error_x": { "array": "G" }, "error_y": { "array": "I" } } }, "mode": "markers+lines", "name": "Experimental transmitted light intensity", "type": "scatter", "xsrc": "nutty_nats01:0:d7c796", "ysrc": "nutty_nats01:0:f6690c", "xaxis": "x", "marker": { "size": 4 }, "error_x": { "meta": { "columnNames": { "array": "G" } }, "type": "data", "visible": true, "arraysrc": "nutty_nats01:0:6e5f1d", "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "I" } }, "type": "data", "color": "rgb(0, 0, 0)", "visible": true, "arraysrc": "nutty_nats01:0:83ee4f", "symmetric": true, "thickness": 1 }, "selectedpoints": [ 1, 2, 3, 4, 5, 6 ] } ], "frames": [], "layout": { "title": { "text": "Light intensity(W·m⁻²) vs Paper thickness(m)" }, "xaxis": { "type": "linear", "dtick": 0.0004, "range": [ -0.0001258177140757075, 0.0021645167217934583 ], "tick0": 0, "title": { "text": "Paper thickness(m)" }, "tickmode": "linear", "autorange": false }, "yaxis": { "type": "linear", "dtick": 1, "range": [ 0, 7.9 ], "tick0": 1, "title": { "text": "Light intensity(W·m⁻²)" }, "showgrid": true, "tickmode": "linear", "autorange": false, "gridwidth": 1 }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~nutty_nats01", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-01 07:23:01", "mapbox_access_tokens": null, "has_password": null, "username": "nutty_nats01", "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-01T08:15:13.128715Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~p1Marshall/11.embed", "fid": "p1Marshall:11", "filename": "IntCalRoman2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/p1Marshall/11/9_D4KWXI0CAFSFVG57B31WAOV1D0581K.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/p1Marshall/11/2_G8Q10ZLI31B1FJKGCXPYFDMOWHXILX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/p1Marshall/11/8_IAYAQTM3M2JJT0WAOHXL9CWCOAACKH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/p1Marshall/11/9_D4KWXI0CAFSFVG57B31WAOV1D0581K.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/p1Marshall:11", "plots": "https://api.plotly.com/v2/plots/p1Marshall:11", "parent": "https://api.plotly.com/v2/folders/home?user=p1Marshall" }, "owner": "p1Marshall", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~p1Marshall/11/", "world_readable": true, "date_modified": "2025-07-01T08:15:49.134Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~p1Marshall/11/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "toself", "line": { "dash": "solid", "color": "transparent", "width": 1.8897637795275593 }, "mode": "lines", "type": "scatter", "xsrc": "p1Marshall:10:97e5c0", "ysrc": "p1Marshall:10:400884", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "p1Marshall:10:e4a1f2", "fillcolor": "rgba(255,0,0,1)", "hoverinfo": "text", "showlegend": false }, { "fill": "toself", "line": { "dash": "solid", "color": "transparent", "width": 1.8897637795275593 }, "mode": "lines", "type": "scatter", "xsrc": "p1Marshall:10:4a454a", "ysrc": "p1Marshall:10:d2cca5", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "p1Marshall:10:119dd7", "fillcolor": "rgba(153,153,153,1)", "hoverinfo": "text", "showlegend": false } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ -1975.5, -1414.5 ], "ticks": "outside", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Calendar date (cal BP - AD 1950)" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": false, "showline": true, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "1500", "1600", "1700", "1800", "1900" ], "tickvals": [ -1500, -1600, -1700, -1800, -1900 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "1500", "1600", "1700", "1800", "1900" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 1518.85, 2072.15 ], "ticks": "outside", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Radiocarbon Age (BP)" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": false, "showline": true, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "1600", "1700", "1800", "1900", "2000" ], "tickvals": [ 1600, 1700, 1800, 1900, 2000 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "1600", "1700", "1800", "1900", "2000" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.8897637795275597 }, "margin": { "b": 43.2378580323786, "l": 48.94977168949772, "r": 7.305936073059362, "t": 29.283520132835207 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~p1Marshall", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-06-30 12:49:59", "mapbox_access_tokens": null, "has_password": null, "username": "p1Marshall", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "