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=cj0xJnA9MjAyNC0wNC0yMCsyMyUzQTQ2JTNBNDcuMTcxNTE0JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTIwKzIzJTNBNTAlM0EzNS4wMTYwODMlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0yMSswMSUzQTI1JTNBMDcuMDQxMzEyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-21T01:25:07.041312Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MauricioViera95/114.embed", "fid": "MauricioViera95:114", "filename": "GRAFICA_DIA_24", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/114/9_LU5Q8ICXVU7DLIVB7QGJSO1MWZBIJE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/114/2_44JUJJ7RGPL6D9E30I7PLQ54BQIZDV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/114/8_0N00V2E0514RJGGIBFKNN5XRMSNDD9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/114/9_LU5Q8ICXVU7DLIVB7QGJSO1MWZBIJE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MauricioViera95:114", "plots": "https://api.plotly.com/v2/plots/MauricioViera95:114", "parent": "https://api.plotly.com/v2/folders/home?user=MauricioViera95" }, "owner": "MauricioViera95", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~MauricioViera95/114/", "world_readable": true, "date_modified": "2024-04-24T22:45:04.217Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MauricioViera95/114/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Advanced", "type": "bar", "xsrc": "MauricioViera95:132:33d078", "ysrc": "MauricioViera95:132:a96288", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(127, 60, 141)", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Advanced", "offsetgroup": "Advanced", "orientation": "v", "textposition": "auto", "hovertemplate": "Education Level=Advanced<br>Year=%{x}<br>Employment Rate (%)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Basic", "type": "bar", "xsrc": "MauricioViera95:132:0bc43f", "ysrc": "MauricioViera95:132:2dc834", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(17, 165, 121)", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "Basic", "offsetgroup": "Basic", "orientation": "v", "textposition": "auto", "hovertemplate": "Education Level=Basic<br>Year=%{x}<br>Employment Rate (%)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Intermediate", "type": "bar", "xsrc": "MauricioViera95:132:29c0f4", "ysrc": "MauricioViera95:132:96f0ef", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(57, 105, 172)", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "Intermediate", "offsetgroup": "Intermediate", "orientation": "v", "textposition": "auto", "hovertemplate": "Education Level=Intermediate<br>Year=%{x}<br>Employment Rate (%)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Less than basic", "type": "bar", "xsrc": "MauricioViera95:132:ea4571", "ysrc": "MauricioViera95:132:a098cb", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(242, 183, 1)", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "Less than basic", "offsetgroup": "Less than basic", "orientation": "v", "textposition": "auto", "hovertemplate": "Education Level=Less than basic<br>Year=%{x}<br>Employment Rate (%)=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "x": 0.5, "y": 0.95, "font": { "size": 20, "family": "Arial, bold" }, "text": "Employment Rate in Nigeria by Education Level Over Time (Female)", "xanchor": "center", "yanchor": "top" }, "xaxis": { "title": { "text": "Year" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "showline": true, "linecolor": "gray", "linewidth": 2 }, "yaxis": { "title": { "text": "Employment Rate (%)" }, "anchor": "x", "domain": [ 0.0, 1.0 ], "showline": true, "linecolor": "gray", "linewidth": 2 }, "legend": { "x": 1, "y": 1.02, "title": { "text": "Education Level" }, "xanchor": "right", "yanchor": "bottom", "orientation": "h", "tracegroupgap": 0 }, "margin": { "b": 120, "l": 100, "r": 100, "t": 140 }, "barmode": "group", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#f2f5fa" }, "error_y": { "color": "#f2f5fa" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "line": { "color": "#283442" } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "line": { "color": "#283442" } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "mapbox": { "style": "dark" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "color": "#f2f5fa" } }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } } }, "annotations": [ { "x": 0.5, "y": -0.25, "text": "This graph displays the changes in employment rates across different education levels over time for the female population.", "xref": "paper", "yref": "paper", "align": "center", "showarrow": false }, { "x": 0.5, "y": -0.35, "font": { "size": 11 }, "text": "Author: Mauricio Viera | Data Source: ILO AFRICA-STATISTICS", "xref": "paper", "yref": "paper", "align": "center", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MauricioViera95", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49R05DPFFZJELCGYGXUTSF6RAJCHGP.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 03:42:34", "mapbox_access_tokens": null, "has_password": null, "username": "MauricioViera95", "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": "2024-04-21T00:50:45.054664Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~utnosmas/27.embed", "fid": "utnosmas:27", "filename": "new_renter_plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/utnosmas/27/9_241VHBR8UCLTDKDZ7V23O7LQJ20DTQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/utnosmas/27/2_U06ARWE60IXIIUDHLIM6BGCFF6LIXE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/27/8_612QYQAO18T3MTAUGQI2V9ABK3O6MZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/27/9_241VHBR8UCLTDKDZ7V23O7LQJ20DTQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/utnosmas:27", "plots": "https://api.plotly.com/v2/plots/utnosmas:27", "parent": "https://api.plotly.com/v2/folders/home?user=utnosmas" }, "owner": "utnosmas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~utnosmas/27/", "world_readable": true, "date_modified": "2024-04-21T00:50:45.067Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~utnosmas/27/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(248,118,109,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(Control,Brooklyn)", "text": "intercept: 14.935671<br />slope: 0.004827345<br />Linetype: Control<br />Color: Brooklyn", "type": "scatter", "xsrc": "utnosmas:26:cfc38e", "ysrc": "utnosmas:26:d5efdd", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(Control,Brooklyn)" }, { "line": { "dash": "solid", "color": "rgba(0,186,56,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(Control,Manhattan)", "text": "intercept: 24.069659<br />slope: 0.035398563<br />Linetype: Control<br />Color: Manhattan", "type": "scatter", "xsrc": "utnosmas:26:0f1988", "ysrc": "utnosmas:26:fdca5e", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(Control,Manhattan)" }, { "line": { "dash": "solid", "color": "rgba(97,156,255,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(Control,Queens)", "text": "intercept: 15.820328<br />slope: 0.034676467<br />Linetype: Control<br />Color: Queens", "type": "scatter", "xsrc": "utnosmas:26:e99d1a", "ysrc": "utnosmas:26:b19526", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(Control,Queens)" }, { "line": { "dash": "dash", "color": "rgba(248,118,109,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(NYU,Brooklyn)", "text": "intercept: 17.494292<br />slope: 0.042828271<br />Linetype: NYU<br />Color: Brooklyn", "type": "scatter", "xsrc": "utnosmas:26:966e09", "ysrc": "utnosmas:26:9de3d5", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(NYU,Brooklyn)" }, { "line": { "dash": "dash", "color": "rgba(0,186,56,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(NYU,Manhattan)", "text": "intercept: 4.763269<br />slope: 0.013724598<br />Linetype: NYU<br />Color: Manhattan", "type": "scatter", "xsrc": "utnosmas:26:af9966", "ysrc": "utnosmas:26:7eaad2", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(NYU,Manhattan)" }, { "line": { "dash": "dash", "color": "rgba(97,156,255,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(NYU,Queens)", "text": "intercept: 27.456728<br />slope: 0.058717021<br />Linetype: NYU<br />Color: Queens", "type": "scatter", "xsrc": "utnosmas:26:e5ac2c", "ysrc": "utnosmas:26:4b7ff8", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(NYU,Queens)" } ], "layout": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 15.940224159402243, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Relationship between new renters and rent", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ -5, 105 ], "ticks": "outside", "title": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Percentage of new renters" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "25", "50", "75", "100" ], "tickvals": [ 0, 24.999999999999996, 50, 75, 100 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.6037963696743274, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "25", "50", "75", "100" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 350, 3650 ], "ticks": "outside", "title": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Median rent" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "1000", "2000", "3000" ], "tickvals": [ 1000, 2000, 3000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.6037963696743276, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.6037963696743276, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "1000", "2000", "3000" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 10.62681610626816, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Linetype<br />Color" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.7179670722977816 }, "margin": { "b": 34.221909385697366, "l": 44.49979244499793, "r": 6.641760066417603, "t": 38.93091727278744 }, "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": true, "plot_bgcolor": "rgba(235,235,235,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~utnosmas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-15 23:27:41", "mapbox_access_tokens": null, "has_password": null, "username": "utnosmas", "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": "2024-04-21T00:43:13.864393Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MauricioViera95/112.embed", "fid": "MauricioViera95:112", "filename": "GRAFICA_DIA_25", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/112/9_0XPFSVQ7J1GUVWANXLE6H9NGS3FW39.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/112/2_T5ZFE6AAS06BGLAAZ2NMTT9IP12R4S.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/112/8_9YIZYPXZSPZKX7T2XVRXKY9J4VRAOO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/112/9_0XPFSVQ7J1GUVWANXLE6H9NGS3FW39.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MauricioViera95:112", "plots": "https://api.plotly.com/v2/plots/MauricioViera95:112", "parent": "https://api.plotly.com/v2/folders/home?user=MauricioViera95" }, "owner": "MauricioViera95", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~MauricioViera95/112/", "world_readable": true, "date_modified": "2024-04-21T00:43:13.875Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MauricioViera95/112/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "blue", "width": 2 }, "mode": "lines", "name": "Temperatura Media Global", "type": "scatter", "xsrc": "MauricioViera95:111:8a5693", "ysrc": "MauricioViera95:111:0df4a4" }, { "fill": "toself", "line": { "color": "rgba(255,255,255,0)" }, "name": "Rango de Incertidumbre", "type": "scatter", "xsrc": "MauricioViera95:111:bf6319", "ysrc": "MauricioViera95:111:0bc232", "hoveron": "fills", "fillcolor": "rgba(0, 100, 80, 0.3)" } ], "layout": { "font": { "size": 12, "color": "black" }, "title": { "x": 0.5, "text": "<b>Variación de la Temperatura Global y su Incertidumbre (1850 - Presente)<b>" }, "width": 1200, "xaxis": { "dtick": 5, "tick0": 1850, "ticks": "outside", "title": { "text": "Año" }, "showgrid": true, "showline": true, "tickfont": { "size": 12, "color": "black", "family": "Arial" }, "tickmode": "linear", "gridcolor": "lightgrey", "linecolor": "black", "linewidth": 2, "showticklabels": true }, "yaxis": { "ticks": "outside", "title": { "text": "AnomalÃa de Temperatura (°C)" }, "showgrid": true, "showline": true, "tickfont": { "size": 12, "color": "black", "family": "Arial" }, "gridcolor": "lightgrey", "linecolor": "black", "linewidth": 2, "showticklabels": true }, "height": 600, "margin": { "b": 120, "l": 40, "r": 40, "t": 40 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "hovermode": "x unified", "annotations": [ { "x": 0.5, "y": -0.2, "font": { "size": 11, "color": "grey" }, "text": "Autor: Mauricio Viera | Fuente: Our world in data ", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false }, { "x": 0.5, "y": 1, "font": { "size": 12, "color": "black" }, "text": "Este gráfico interactivo muestra la temperatura media global anual y su rango de incertidumbre.", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ], "plot_bgcolor": "white", "paper_bgcolor": "white" } }, "height": 600, "width": 1200, "user": { "profile_url": "https://chart-studio.plotly.com/~MauricioViera95", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49R05DPFFZJELCGYGXUTSF6RAJCHGP.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 03:42:34", "mapbox_access_tokens": null, "has_password": null, "username": "MauricioViera95", "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": "2024-04-21T00:18:17.681542Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MauricioViera95/110.embed", "fid": "MauricioViera95:110", "filename": "GRAFICA_DIA_23", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/110/9_VPGJQNKMQVASL01BF22DSGGJR1ZTU1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/110/2_43NXOAVITIDF31KG4MWNXYAIGOTWPW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/110/8_LHBINF5ES2PZJGYBTOG960I2KRKUCM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/110/9_VPGJQNKMQVASL01BF22DSGGJR1ZTU1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MauricioViera95:110", "plots": "https://api.plotly.com/v2/plots/MauricioViera95:110", "parent": "https://api.plotly.com/v2/folders/home?user=MauricioViera95" }, "owner": "MauricioViera95", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~MauricioViera95/110/", "world_readable": true, "date_modified": "2024-04-24T01:55:47.154Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MauricioViera95/110/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "histogram2d", "xgap": 3, "xsrc": "MauricioViera95:130:347434", "ygap": 3, "ysrc": "MauricioViera95:130:b6375c", "zsrc": "MauricioViera95:130:90153c", "xaxis": "x", "yaxis": "y", "histfunc": "sum", "coloraxis": "coloraxis", "xbingroup": "x", "ybingroup": "y", "hovertemplate": "Año=%{x}<br>CategorÃas de Uso=%{y}<br>sum of Uso del Agua (Bgal/d)=%{z}<extra></extra>" } ], "layout": { "title": { "x": 0.5, "text": "<b>Uso del Agua en EE.UU. a lo Largo del Tiempo por CategorÃa</b><br><sub>Esta visualización muestra el uso del agua en diversas categorÃas a lo largo del tiempo.</sub>" }, "xaxis": { "title": { "text": "Año" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "tickmode": "linear" }, "yaxis": { "title": { "text": "CategorÃa de Uso" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "tracegroupgap": 0 }, "margin": { "b": 100, "l": 40, "r": 40, "t": 100 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "coloraxis": { "colorbar": { "title": { "text": "Uso del Agua (Bgal/d)" } }, "colorscale": [ [ 0.0, "#000004" ], [ 0.1111111111111111, "#1b0c41" ], [ 0.2222222222222222, "#4a0c6b" ], [ 0.3333333333333333, "#781c6d" ], [ 0.4444444444444444, "#a52c60" ], [ 0.5555555555555556, "#cf4446" ], [ 0.6666666666666666, "#ed6925" ], [ 0.7777777777777778, "#fb9b06" ], [ 0.8888888888888888, "#f7d13d" ], [ 1.0, "#fcffa4" ] ] }, "annotations": [ { "x": 0.5, "y": -0.27, "font": { "size": 11 }, "text": "Autor: Mauricio Viera<br>Fuente: USGS", "xref": "paper", "yref": "paper", "align": "left", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MauricioViera95", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49R05DPFFZJELCGYGXUTSF6RAJCHGP.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 03:42:34", "mapbox_access_tokens": null, "has_password": null, "username": "MauricioViera95", "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": "2024-04-21T00:09:32.745084Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sumanthgajula1/1.embed", "fid": "sumanthgajula1:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sumanthgajula1/1/9_G1EFZ0CVCXPDCTUG5CP8GU1YNFDDFF.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sumanthgajula1/1/2_IKHBEAEZPOHOFGBILFJZUDJTDH6OIB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sumanthgajula1/1/8_8RMTGHXF3L69NM018JQXTMIW33D7JY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sumanthgajula1/1/9_G1EFZ0CVCXPDCTUG5CP8GU1YNFDDFF.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sumanthgajula1:1", "plots": "https://api.plotly.com/v2/plots/sumanthgajula1:1", "parent": "https://api.plotly.com/v2/folders/home?user=sumanthgajula1" }, "owner": "sumanthgajula1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~sumanthgajula1/1/", "world_readable": true, "date_modified": "2024-04-21T00:09:48.679Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sumanthgajula1/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "type": "scatter3d", "xsrc": "sumanthgajula1:0:b7cd94", "ysrc": "sumanthgajula1:0:fd0066", "zsrc": "sumanthgajula1:0:77a001", "orientation": "v" } ], "frames": [], "layout": { "scene": { "camera": { "projection": { "type": "perspective" } }, "dragmode": "pan", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "xaxis": { "type": "linear", "range": [ 9.5, 20.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 49110.52631578947 ], "autorange": true }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sumanthgajula1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-21 00:09:18", "mapbox_access_tokens": null, "has_password": null, "username": "sumanthgajula1", "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": "2024-04-21T00:09:19.981346Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dylangerlach/1.embed", "fid": "dylangerlach:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dylangerlach/1/9_G67Y1KRF2FSQOVV35MG5J1I20A56WK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dylangerlach/1/2_S8A2MUS3QBZ3FZRVLPIFA6L9NLVHH9.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dylangerlach/1/8_XS0R3QM7O77S4H11G3D1DESMALLTT9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dylangerlach/1/9_G67Y1KRF2FSQOVV35MG5J1I20A56WK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dylangerlach:1", "plots": "https://api.plotly.com/v2/plots/dylangerlach:1", "parent": "https://api.plotly.com/v2/folders/home?user=dylangerlach" }, "owner": "dylangerlach", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~dylangerlach/1/", "world_readable": true, "date_modified": "2024-04-21T00:09:19.992Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dylangerlach/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "", "y": "A" } }, "mode": "markers", "type": "box", "ysrc": "dylangerlach:0:5139ff", "boxpoints": false, "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "category", "range": [ -0.5, 0.5 ], "autorange": false }, "yaxis": { "type": "linear", "range": [ 0.7722222222222224, 5.3277777777777775 ], "autorange": false }, "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" }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dylangerlach", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-21 00:03:02", "mapbox_access_tokens": null, "has_password": null, "username": "dylangerlach", "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": "2024-04-21T00:07:12.744648Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MauricioViera95/108.embed", "fid": "MauricioViera95:108", "filename": "GRAFICA_DIA_22", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/108/9_79XPJG69MREKUWDP6NLFBEXISSCVJT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/108/2_RU49S8OL6BXBGCNVY4DQ910XZEW18K.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/108/8_2Q54LJ8Z1SWWM7XPPA44EZJPGDFLA5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/108/9_79XPJG69MREKUWDP6NLFBEXISSCVJT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MauricioViera95:108", "plots": "https://api.plotly.com/v2/plots/MauricioViera95:108", "parent": "https://api.plotly.com/v2/folders/home?user=MauricioViera95" }, "owner": "MauricioViera95", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~MauricioViera95/108/", "world_readable": true, "date_modified": "2024-04-21T00:07:12.754Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MauricioViera95/108/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "España", "type": "bar", "xsrc": "MauricioViera95:107:b9be89", "ysrc": "MauricioViera95:107:c9be4a", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:ab94b2", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "España", "offsetgroup": "España", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1960<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Estados Unidos", "type": "bar", "xsrc": "MauricioViera95:107:a601f8", "ysrc": "MauricioViera95:107:80cf36", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:b649ff", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Estados Unidos", "offsetgroup": "Estados Unidos", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1960<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Argentina", "type": "bar", "xsrc": "MauricioViera95:107:afb93d", "ysrc": "MauricioViera95:107:b08414", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:8b11af", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Argentina", "offsetgroup": "Argentina", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1960<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Alemania", "type": "bar", "xsrc": "MauricioViera95:107:71ee30", "ysrc": "MauricioViera95:107:8c5acf", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:01aa4f", "marker": { "color": "#ab63fa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Alemania", "offsetgroup": "Alemania", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1960<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" } ], "frames": [ { "data": [ { "name": "España", "type": "bar", "xsrc": "MauricioViera95:107:9b9f68", "ysrc": "MauricioViera95:107:b216b1", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:25aa36", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "España", "offsetgroup": "España", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1960<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Estados Unidos", "type": "bar", "xsrc": "MauricioViera95:107:0d9dfc", "ysrc": "MauricioViera95:107:c895db", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:444b19", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Estados Unidos", "offsetgroup": "Estados Unidos", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1960<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Argentina", "type": "bar", "xsrc": "MauricioViera95:107:f1804e", "ysrc": "MauricioViera95:107:cc89fd", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:166c53", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Argentina", "offsetgroup": "Argentina", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1960<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Alemania", "type": "bar", "xsrc": "MauricioViera95:107:0eda03", "ysrc": "MauricioViera95:107:a6d185", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:8c94b5", "marker": { "color": "#ab63fa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Alemania", "offsetgroup": "Alemania", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1960<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" } ], "name": "1960" }, { "data": [ { "name": "España", "type": "bar", "xsrc": "MauricioViera95:107:46fb19", "ysrc": "MauricioViera95:107:a1995b", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:6fe450", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "España", "offsetgroup": "España", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1970<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Estados Unidos", "type": "bar", "xsrc": "MauricioViera95:107:201be0", "ysrc": "MauricioViera95:107:32a33b", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:309fc9", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Estados Unidos", "offsetgroup": "Estados Unidos", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1970<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Argentina", "type": "bar", "xsrc": "MauricioViera95:107:a691cd", "ysrc": "MauricioViera95:107:192d64", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:6bbbdb", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Argentina", "offsetgroup": "Argentina", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1970<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Alemania", "type": "bar", "xsrc": "MauricioViera95:107:f33bdb", "ysrc": "MauricioViera95:107:29c751", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:0e879f", "marker": { "color": "#ab63fa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Alemania", "offsetgroup": "Alemania", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1970<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" } ], "name": "1970" }, { "data": [ { "name": "España", "type": "bar", "xsrc": "MauricioViera95:107:4cc0ee", "ysrc": "MauricioViera95:107:324d60", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:5f9d91", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "España", "offsetgroup": "España", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1980<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Estados Unidos", "type": "bar", "xsrc": "MauricioViera95:107:c76ca7", "ysrc": "MauricioViera95:107:6c99a5", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:7c4fb0", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Estados Unidos", "offsetgroup": "Estados Unidos", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1980<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Argentina", "type": "bar", "xsrc": "MauricioViera95:107:de19ed", "ysrc": "MauricioViera95:107:8e1fb5", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:fcb8fb", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Argentina", "offsetgroup": "Argentina", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1980<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Alemania", "type": "bar", "xsrc": "MauricioViera95:107:b186a0", "ysrc": "MauricioViera95:107:79997f", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:b4bccf", "marker": { "color": "#ab63fa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Alemania", "offsetgroup": "Alemania", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1980<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" } ], "name": "1980" }, { "data": [ { "name": "España", "type": "bar", "xsrc": "MauricioViera95:107:48c047", "ysrc": "MauricioViera95:107:11ad5a", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:d111ed", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "España", "offsetgroup": "España", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1990<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Estados Unidos", "type": "bar", "xsrc": "MauricioViera95:107:296431", "ysrc": "MauricioViera95:107:917d25", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:1dac93", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Estados Unidos", "offsetgroup": "Estados Unidos", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1990<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Argentina", "type": "bar", "xsrc": "MauricioViera95:107:cff84c", "ysrc": "MauricioViera95:107:011678", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:1f9a5f", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Argentina", "offsetgroup": "Argentina", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1990<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Alemania", "type": "bar", "xsrc": "MauricioViera95:107:60455f", "ysrc": "MauricioViera95:107:6ea42e", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:563300", "marker": { "color": "#ab63fa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Alemania", "offsetgroup": "Alemania", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=1990<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" } ], "name": "1990" }, { "data": [ { "name": "España", "type": "bar", "xsrc": "MauricioViera95:107:d395c8", "ysrc": "MauricioViera95:107:32648a", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:0a82d5", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "España", "offsetgroup": "España", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=2000<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Estados Unidos", "type": "bar", "xsrc": "MauricioViera95:107:1490c6", "ysrc": "MauricioViera95:107:1231bb", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:15b940", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Estados Unidos", "offsetgroup": "Estados Unidos", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=2000<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Argentina", "type": "bar", "xsrc": "MauricioViera95:107:f3e797", "ysrc": "MauricioViera95:107:4d0616", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:bbc7e4", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Argentina", "offsetgroup": "Argentina", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=2000<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Alemania", "type": "bar", "xsrc": "MauricioViera95:107:3dcded", "ysrc": "MauricioViera95:107:679399", "xaxis": "x", "yaxis": "y", "idssrc": "MauricioViera95:107:aeaf25", "marker": { "color": "#ab63fa", "pattern": { "shape": "" } }, "showlegend": true, "legendgroup": "Alemania", "offsetgroup": "Alemania", "orientation": "v", "textposition": "auto", "hovertemplate": "PaÃs de Destino=%{x}<br>Year=2000<br>Número de Migrantes=%{y}<extra></extra>", "alignmentgroup": "True" } ], "name": "2000" } ], "layout": { "title": { "text": "<b>Evolución de la Migración Ecuatoriana por PaÃs Destino</b>" }, "width": 1000, "xaxis": { "title": { "text": "PaÃs de Destino" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "categoryarray": [ "España", "Estados Unidos", "Argentina", "Alemania" ], "categoryorder": "array" }, "yaxis": { "range": [ 0, 302705 ], "title": { "text": "Número de Migrantes" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 600, "legend": { "title": { "text": "PaÃs de Destino" }, "tracegroupgap": 0 }, "margin": { "b": 200, "t": 100 }, "barmode": "relative", "sliders": [ { "x": 0.1, "y": 0, "len": 0.9, "pad": { "b": 10, "t": 60 }, "steps": [ { "args": [ [ "1960" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 0 }, "transition": { "easing": "linear", "duration": 0 }, "fromcurrent": true } ], "label": "1960", "method": "animate" }, { "args": [ [ "1970" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 0 }, "transition": { "easing": "linear", "duration": 0 }, "fromcurrent": true } ], "label": "1970", "method": "animate" }, { "args": [ [ "1980" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 0 }, "transition": { "easing": "linear", "duration": 0 }, "fromcurrent": true } ], "label": "1980", "method": "animate" }, { "args": [ [ "1990" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 0 }, "transition": { "easing": "linear", "duration": 0 }, "fromcurrent": true } ], "label": "1990", "method": "animate" }, { "args": [ [ "2000" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 0 }, "transition": { "easing": "linear", "duration": 0 }, "fromcurrent": true } ], "label": "2000", "method": "animate" } ], "active": 0, "xanchor": "left", "yanchor": "top", "currentvalue": { "prefix": "Year=" } } ], "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": 0, "y": 1.12, "text": "Este gráfico muestra cómo ha cambiado la cantidad de migrantes ecuatorianos hacia diferentes paÃses a lo largo del tiempo.", "xref": "paper", "yref": "paper", "showarrow": false }, { "x": 0.5, "y": -0.6, "font": { "size": 10, "color": "grey" }, "text": "Autor: Mauricio Viera<br>Fuente: The World Bank", "xref": "paper", "yref": "paper", "align": "center", "showarrow": false } ], "updatemenus": [ { "x": 0.1, "y": 0, "pad": { "r": 10, "t": 70 }, "type": "buttons", "buttons": [ { "args": [ null, { "mode": "immediate", "frame": { "redraw": true, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 }, "fromcurrent": true } ], "label": "▶", "method": "animate" }, { "args": [ [ null ], { "mode": "immediate", "frame": { "redraw": true, "duration": 0 }, "transition": { "easing": "linear", "duration": 0 }, "fromcurrent": true } ], "label": "◼", "method": "animate" } ], "xanchor": "right", "yanchor": "top", "direction": "left", "showactive": false } ] } }, "height": 600, "width": 1000, "user": { "profile_url": "https://chart-studio.plotly.com/~MauricioViera95", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49R05DPFFZJELCGYGXUTSF6RAJCHGP.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-02 03:42:34", "mapbox_access_tokens": null, "has_password": null, "username": "MauricioViera95", "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": "2024-04-21T00:00:24.354350Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~malearis05/3.embed", "fid": "malearis05:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/malearis05/3/9_K3EJPBIPZ8KZCC67NI4UTRXXLREFLT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/malearis05/3/2_30QB7TCPZ0004W762592VT1MHT6MF7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malearis05/3/8_TVXBX3KXPX9SUTMJU1XBOZ2YLONK2K.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/malearis05/3/9_K3EJPBIPZ8KZCC67NI4UTRXXLREFLT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/malearis05:3", "plots": "https://api.plotly.com/v2/plots/malearis05:3", "parent": "https://api.plotly.com/v2/folders/home?user=malearis05" }, "owner": "malearis05", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~malearis05/3/", "world_readable": true, "date_modified": "2024-04-21T00:00:24.369Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~malearis05/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "10be7d", "meta": { "columnNames": { "x": "ΔT (°c)", "y": "ΔL (mm)", "error_x": { "array": "δT (°c)" }, "error_y": { "array": "δL (mm)" } } }, "mode": "markers", "type": "scatter", "xsrc": "malearis05:2:255f2b", "ysrc": "malearis05:2:05a885", "error_x": { "meta": { "columnNames": { "array": "δT (°c)" } }, "type": "data", "visible": true, "arraysrc": "malearis05:2:98366d", "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "δL (mm)" } }, "type": "data", "visible": true, "arraysrc": "malearis05:2:d65b9b", "symmetric": true } }, { "uid": "d802b2", "transforms": [ { "rms": "", "type": "fit", "inputUid": "10be7d", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0003592018029809864, "value": 0.012619457445777865 }, { "hold": false, "name": "b", "error": 0.013287963156908162, "value": -0.01834883629177413 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "variación de la longitud en función de la temperatura" }, "xaxis": { "type": "linear", "range": [ -4.326244177494485, 73.64874969355235 ], "title": { "text": "variación de temperatura (°c)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.07025641025641025, 0.9502564102564103 ], "title": { "text": "variación de longitud (mm)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~malearis05", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-20 20:43:51", "mapbox_access_tokens": null, "has_password": null, "username": "malearis05", "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": "2024-04-20T23:51:35.450843Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~malearis05/1.embed", "fid": "malearis05:1", "filename": "Male", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/malearis05/1/9_6091FIQPVOTUJ13FQ0HLJXMVI7723U.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/malearis05/1/2_YHXHYO5QGYYP829ASH85CF8P046G50.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malearis05/1/8_G2S05B56HQGYBAS3WGMITXJGQHFIV2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/malearis05/1/9_6091FIQPVOTUJ13FQ0HLJXMVI7723U.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/malearis05:1", "plots": "https://api.plotly.com/v2/plots/malearis05:1", "parent": "https://api.plotly.com/v2/folders/home?user=malearis05" }, "owner": "malearis05", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~malearis05/1/", "world_readable": true, "date_modified": "2024-04-20T23:52:19.512Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~malearis05/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d1cbe6", "meta": { "columnNames": { "x": "ΔT (°c)", "y": "ΔL (mm)", "error_x": { "array": "δT (°c)" }, "error_y": { "array": "δL (mm)" } } }, "mode": "markers", "type": "scatter", "xsrc": "malearis05:0:15d574", "ysrc": "malearis05:0:dd632a", "error_x": { "meta": { "columnNames": { "array": "δT (°c)" } }, "type": "data", "visible": true, "arraysrc": "malearis05:0:95a6f3", "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "δL (mm)" } }, "type": "data", "visible": true, "arraysrc": "malearis05:0:3d8839", "symmetric": true } }, { "uid": "935054", "transforms": [ { "rms": "", "type": "fit", "inputUid": "d1cbe6", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0003592018029809864, "value": 0.012619457445777865 }, { "hold": false, "name": "b", "error": 0.013287963156908162, "value": -0.01834883629177413 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "variación de la longitud en función de la temperatura" }, "xaxis": { "type": "linear", "range": [ -4.326244177494485, 73.64874969355235 ], "title": { "text": "variación de temperatura (°c)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.07025641025641025, 0.9502564102564103 ], "title": { "text": "variación de longitud (mm)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~malearis05", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-20 20:43:51", "mapbox_access_tokens": null, "has_password": null, "username": "malearis05", "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": "2024-04-20T23:50:35.016083Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rf1212/7.embed", "fid": "rf1212:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rf1212/7/9_38CUKBCN6OA4YHK9ESQVR4O1NBLPI7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/rf1212/7/2_Y4Z47OPRCJH3T5LYURMZABV4T42A20.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rf1212/7/8_IJ2DS7VIZ1P6AZ1J5CTOK2YMET3ER8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rf1212/7/9_38CUKBCN6OA4YHK9ESQVR4O1NBLPI7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rf1212:7", "plots": "https://api.plotly.com/v2/plots/rf1212:7", "parent": "https://api.plotly.com/v2/folders/home?user=rf1212" }, "owner": "rf1212", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~rf1212/7/", "world_readable": true, "date_modified": "2024-04-20T23:50:35.028Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rf1212/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "C", "z": "B" } }, "mode": "markers", "type": "scatter3d", "xsrc": "rf1212:6:a60372", "ysrc": "rf1212:6:83f1d2", "zsrc": "rf1212:6:4ef466" }, { "meta": { "columnNames": { "x": "E", "y": "G", "z": "F" } }, "mode": "markers", "type": "scatter3d", "xsrc": "rf1212:6:fb1203", "ysrc": "rf1212:6:828e95", "zsrc": "rf1212:6:2dc470" }, { "meta": { "columnNames": { "x": "I", "y": "K", "z": "J" } }, "mode": "markers", "type": "scatter3d", "xsrc": "rf1212:6:468d90", "ysrc": "rf1212:6:62aaba", "zsrc": "rf1212:6:2a9e5c" }, { "meta": { "columnNames": { "x": "M", "y": "O", "z": "N" } }, "mode": "markers", "type": "scatter3d", "xsrc": "rf1212:6:e8e447", "ysrc": "rf1212:6:6820af", "zsrc": "rf1212:6:d6936b" }, { "meta": { "columnNames": { "x": "Q", "y": "S", "z": "R" } }, "mode": "markers", "type": "scatter3d", "xsrc": "rf1212:6:8004c0", "ysrc": "rf1212:6:dfe999", "zsrc": "rf1212:6:f71c9f" }, { "meta": { "columnNames": { "x": "U", "y": "W", "z": "V" } }, "mode": "markers", "type": "scatter3d", "xsrc": "rf1212:6:83b7dc", "ysrc": "rf1212:6:70fa7e", "zsrc": "rf1212:6:f2926f" }, { "meta": { "columnNames": { "x": "Y", "y": "AA", "z": "Z" } }, "mode": "markers", "type": "scatter3d", "xsrc": "rf1212:6:130385", "ysrc": "rf1212:6:ded299", "zsrc": "rf1212:6:e69b5e" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "range": [ -2, 2 ], "autorange": false }, "yaxis": { "type": "linear", "range": [ -2, 2 ], "autorange": false }, "zaxis": { "type": "linear", "range": [ -2, 4 ], "autorange": false }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -0.1375283519469722, "y": 2.0370566716504603, "z": 0.3441734728037085 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1.1603972084031948, "y": 0.9283177667225558, "z": 0.9283177667225558 } }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "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/~rf1212", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.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": "2024-04-20 03:15:33", "mapbox_access_tokens": null, "has_password": null, "username": "rf1212", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "