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=cD0yMDI0LTA0LTIxKzAzJTNBMDElM0E1Ni40Nzc3NzIlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTIxKzAwJTNBNDMlM0ExMy44NjQzOTMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yMSswMiUzQTQzJTNBMTguNTI0MDAxJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-21T02:43:18.524001Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MauricioViera95/123.embed", "fid": "MauricioViera95:123", "filename": "GRAFICA_DIA_29", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/123/9_MS8CM8OAN967NM51U1QOWW1TGOAH3P.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/123/2_5MJCZ95SIGPRQNPA75SR49DKPZ0UWF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/123/8_0V7NN02LPU3BS9GDATNCKSTBHWQ402.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/123/9_MS8CM8OAN967NM51U1QOWW1TGOAH3P.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MauricioViera95:123", "plots": "https://api.plotly.com/v2/plots/MauricioViera95:123", "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/123/", "world_readable": true, "date_modified": "2024-04-21T02:48:54.660Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MauricioViera95/123/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Hombres", "type": "bar", "xsrc": "MauricioViera95:127:917155", "ysrc": "MauricioViera95:127:592e50", "marker": { "color": "black" }, "textsrc": "MauricioViera95:127:896505" }, { "name": "Mujeres", "type": "bar", "xsrc": "MauricioViera95:127:9114a1", "ysrc": "MauricioViera95:127:96d8da", "marker": { "color": "white" }, "textsrc": "MauricioViera95:127:b6e17d" } ], "layout": { "title": { "text": "<b>Comparación de Proyección de Población por Género<b>" }, "xaxis": { "title": { "text": "Año" }, "tickmode": "linear", "gridcolor": "white", "gridwidth": 0.5, "linecolor": "black", "linewidth": 2 }, "yaxis": { "range": [ 14.701666666666666, 26.621266666666664 ], "title": { "text": "Cambio Porcentual en la Población desde 2010" }, "tickmode": "linear", "gridcolor": "white", "gridwidth": 0.5, "linecolor": "black", "linewidth": 2, "tickformat": "0.1f%" }, "legend": { "x": 0.01, "y": 0.99, "bgcolor": "rgba(255, 255, 255, 0.5)", "bordercolor": "rgba(255, 255, 255, 0)" }, "margin": { "b": 120, "l": 80, "r": 80, "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 } } }, "annotations": [ { "x": 0.5, "y": 1.07, "font": { "size": 11 }, "text": "Proyecciones de población desde 2021, comparadas con la base del año 2010 (penúltimo censo).", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "lightgray", "showarrow": false }, { "x": 0.5, "y": -0.25, "font": { "size": 11 }, "text": "Autor: Mauricio Viera - Fuente: Instituto Nacional de Estadísticas y Censos - Ecuador", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "lightgray", "showarrow": false } ], "plot_bgcolor": "lightgray", "paper_bgcolor": "lightgray" } }, "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-21T02:26:40.601912Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MauricioViera95/121.embed", "fid": "MauricioViera95:121", "filename": "GRAFICA_DIA_28", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/121/9_D21Z6JF91I7X2UVORP39PS2OGX0FW7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/121/2_RW71XCSDDHR7ZPV3V8XT2T7CUDO6SA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/121/8_ZRWP08GLGWN17LAGJ87GR7TDIKMOWH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/121/9_D21Z6JF91I7X2UVORP39PS2OGX0FW7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MauricioViera95:121", "plots": "https://api.plotly.com/v2/plots/MauricioViera95:121", "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/121/", "world_readable": true, "date_modified": "2024-04-28T19:34:49.714Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MauricioViera95/121/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "bar", "xsrc": "MauricioViera95:134:39a7a7", "ysrc": "MauricioViera95:134:125de0", "marker": { "color": "lightgrey" }, "basesrc": "MauricioViera95:134:daa78b", "showlegend": false }, { "type": "bar", "xsrc": "MauricioViera95:134:7ff5c6", "ysrc": "MauricioViera95:134:4a702b", "marker": { "color": "lightgrey" }, "basesrc": "MauricioViera95:134:5fd7ab", "showlegend": false }, { "type": "bar", "xsrc": "MauricioViera95:134:f1567a", "ysrc": "MauricioViera95:134:2b54f3", "marker": { "color": "lightgrey" }, "basesrc": "MauricioViera95:134:f92a91", "showlegend": false }, { "type": "bar", "xsrc": "MauricioViera95:134:940926", "ysrc": "MauricioViera95:134:3ae3b5", "marker": { "color": "lightgrey" }, "basesrc": "MauricioViera95:134:253b4f", "showlegend": false }, { "type": "bar", "xsrc": "MauricioViera95:134:cf6070", "ysrc": "MauricioViera95:134:0a1924", "marker": { "color": "lightgrey" }, "basesrc": "MauricioViera95:134:46a55b", "showlegend": false }, { "type": "bar", "xsrc": "MauricioViera95:134:49b153", "ysrc": "MauricioViera95:134:2d4e45", "marker": { "color": "lightgrey" }, "basesrc": "MauricioViera95:134:51cc00", "showlegend": false }, { "box": { "visible": true }, "line": { "color": "black" }, "name": "Feb", "side": "positive", "type": "violin", "ysrc": "MauricioViera95:134:7df4ef", "width": 1, "marker": { "color": "lightblue" }, "points": "all", "meanline": { "visible": true }, "pointpos": -0.5, "fillcolor": "lightblue", "showlegend": true, "legendgroup": "Feb" }, { "box": { "visible": true }, "line": { "color": "black" }, "name": "Mar", "side": "positive", "type": "violin", "ysrc": "MauricioViera95:134:ce979d", "width": 1, "marker": { "color": "lightcoral" }, "points": "all", "meanline": { "visible": true }, "pointpos": -0.5, "fillcolor": "lightcoral", "showlegend": true, "legendgroup": "Mar" }, { "box": { "visible": true }, "line": { "color": "black" }, "name": "Apr", "side": "positive", "type": "violin", "ysrc": "MauricioViera95:134:7092c9", "width": 1, "marker": { "color": "lightgreen" }, "points": "all", "meanline": { "visible": true }, "pointpos": -0.5, "fillcolor": "lightgreen", "showlegend": true, "legendgroup": "Apr" }, { "box": { "visible": true }, "line": { "color": "black" }, "name": "May", "side": "positive", "type": "violin", "ysrc": "MauricioViera95:134:82ecaf", "width": 1, "marker": { "color": "lightpink" }, "points": "all", "meanline": { "visible": true }, "pointpos": -0.5, "fillcolor": "lightpink", "showlegend": true, "legendgroup": "May" }, { "box": { "visible": true }, "line": { "color": "black" }, "name": "Jun", "side": "positive", "type": "violin", "ysrc": "MauricioViera95:134:cf2b6d", "width": 1, "marker": { "color": "plum" }, "points": "all", "meanline": { "visible": true }, "pointpos": -0.5, "fillcolor": "plum", "showlegend": true, "legendgroup": "Jun" }, { "box": { "visible": true }, "line": { "color": "black" }, "name": "Jul", "side": "positive", "type": "violin", "ysrc": "MauricioViera95:134:36324f", "width": 1, "marker": { "color": "khaki" }, "points": "all", "meanline": { "visible": true }, "pointpos": -0.5, "fillcolor": "khaki", "showlegend": true, "legendgroup": "Jul" } ], "layout": { "title": { "x": 0.5, "font": { "size": 16 }, "text": "<b>Predicción de Temperatura en los Grandes Lagos (2024)</b>" }, "xaxis": { "title": { "text": "Mes" } }, "yaxis": { "title": { "text": "Temperatura (grados °C)" } }, "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 } } }, "violingap": 0.1, "violinmode": "overlay", "annotations": [ { "x": 0.5, "y": 1.1, "text": "Este gráfico representa las predicciones de temperatura para los próximos seis meses del 2024 en los Grandes Lagos,<br> generadas en el marco de los esfuerzos de investigación de la NOAA GLERL y sus socios.", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false }, { "x": 0.5, "y": -0.15, "text": "Autor: Mauricio Viera | Fuente: NOAA - Great Lakes Environmental Research Laboratory", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false } ], "violingroupgap": 0 } }, "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-21T02:13:23.144035Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MauricioViera95/119.embed", "fid": "MauricioViera95:119", "filename": "GRAFICA_DIA_27", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/119/9_ZZEUW8DZ1BMJA9OWA7GHES7K4SE6BT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/119/2_O60QK9NENZ2K4USNXW24FQG4I4XGPI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/119/8_P0RUMVOB1P35EC0X4LLCQ9HOQMQ5MA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/119/9_ZZEUW8DZ1BMJA9OWA7GHES7K4SE6BT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MauricioViera95:119", "plots": "https://api.plotly.com/v2/plots/MauricioViera95:119", "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/119/", "world_readable": true, "date_modified": "2024-04-21T02:13:23.153Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MauricioViera95/119/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "bar", "xsrc": "MauricioViera95:118:506ebd", "ysrc": "MauricioViera95:118:2eaeb5", "xaxis": "x", "yaxis": "y", "marker": { "pattern": { "shape": "" }, "colorsrc": "MauricioViera95:118:a5cc7e", "coloraxis": "coloraxis" }, "textsrc": "MauricioViera95:118:db7988", "textfont": { "size": 10, "color": "black", "family": "Arial" }, "showlegend": false, "legendgroup": "", "offsetgroup": "", "orientation": "h", "textposition": "auto", "texttemplate": "%{text:.2f}", "hovertemplate": "Net Gain/Loss of Vegetation (%)=%{marker.color}<br>Country=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "x": 0.5, "y": 0.99, "text": "<b>Net Gain/Loss of Vegetation by Country</b>", "xanchor": "center", "yanchor": "top" }, "width": 1200, "xaxis": { "title": { "text": "Net Gain/Loss of Vegetation (%)" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "Country" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "bargap": 0.005, "height": 800, "legend": { "tracegroupgap": 0 }, "margin": { "t": 100 }, "barmode": "overlay", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "coloraxis": { "colorbar": { "title": { "text": "Net Gain/Loss of Vegetation (%)" } }, "colorscale": [ [ 0.0, "rgb(0, 147, 146)" ], [ 0.16666666666666666, "rgb(114, 170, 161)" ], [ 0.3333333333333333, "rgb(177, 199, 179)" ], [ 0.5, "rgb(241, 234, 200)" ], [ 0.6666666666666666, "rgb(229, 185, 173)" ], [ 0.8333333333333334, "rgb(217, 137, 148)" ], [ 1.0, "rgb(208, 88, 126)" ] ] }, "annotations": [ { "x": 0.5, "y": -0.12, "text": "Author: Mauricio Viera | Source: OECD", "xref": "paper", "yref": "paper", "showarrow": false }, { "x": 0.5, "y": 1.1, "text": "This chart displays the net change in vegetation, capturing both gains and losses to highlight countries facing ecological challenges or improvements.", "xref": "paper", "yref": "paper", "showarrow": false } ] } }, "height": 800, "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-21T01:56:05.237174Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MauricioViera95/117.embed", "fid": "MauricioViera95:117", "filename": "GRAFICA_DIA_26", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/117/9_4XHSE2J6KXY20VQQ1DG9ZHTZS6P693.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/117/2_0SR50Z3S3OHGZBWLOT4H8HECDFG7N4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/117/8_M5AT2UA21PMRDID7VJ3INL5TF0W0DB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MauricioViera95/117/9_4XHSE2J6KXY20VQQ1DG9ZHTZS6P693.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MauricioViera95:117", "plots": "https://api.plotly.com/v2/plots/MauricioViera95:117", "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/117/", "world_readable": true, "date_modified": "2024-04-26T22:27:30.643Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MauricioViera95/117/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "name": "Total", "type": "bar", "xsrc": "MauricioViera95:133:3b36fd", "ysrc": "MauricioViera95:133:a40f2f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "textsrc": "MauricioViera95:133:5ce69a", "textfont": { "size": 18 }, "showlegend": true, "legendgroup": "Total", "offsetgroup": "Total", "orientation": "v", "textposition": "inside", "hovertemplate": "Entity=Total<br>Year=%{x}<br>Corporate Investment (Inflation Adjusted)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Public Offering", "type": "bar", "xsrc": "MauricioViera95:133:0fd204", "ysrc": "MauricioViera95:133:c053a5", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "textsrc": "MauricioViera95:133:f97daf", "textfont": { "size": 18 }, "showlegend": true, "legendgroup": "Public Offering", "offsetgroup": "Public Offering", "orientation": "v", "textposition": "inside", "hovertemplate": "Entity=Public Offering<br>Year=%{x}<br>Corporate Investment (Inflation Adjusted)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Private Investment", "type": "bar", "xsrc": "MauricioViera95:133:31b184", "ysrc": "MauricioViera95:133:104c2d", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "textsrc": "MauricioViera95:133:2ab18d", "textfont": { "size": 18 }, "showlegend": true, "legendgroup": "Private Investment", "offsetgroup": "Private Investment", "orientation": "v", "textposition": "inside", "hovertemplate": "Entity=Private Investment<br>Year=%{x}<br>Corporate Investment (Inflation Adjusted)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Minority Stake", "type": "bar", "xsrc": "MauricioViera95:133:4b71c6", "ysrc": "MauricioViera95:133:f64ca8", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "pattern": { "shape": "" } }, "textsrc": "MauricioViera95:133:c7c619", "textfont": { "size": 18 }, "showlegend": true, "legendgroup": "Minority Stake", "offsetgroup": "Minority Stake", "orientation": "v", "textposition": "inside", "hovertemplate": "Entity=Minority Stake<br>Year=%{x}<br>Corporate Investment (Inflation Adjusted)=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "Merger/Acquisition", "type": "bar", "xsrc": "MauricioViera95:133:2093ca", "ysrc": "MauricioViera95:133:5999d4", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "pattern": { "shape": "" } }, "textsrc": "MauricioViera95:133:cc6e66", "textfont": { "size": 18 }, "showlegend": true, "legendgroup": "Merger/Acquisition", "offsetgroup": "Merger/Acquisition", "orientation": "v", "textposition": "inside", "hovertemplate": "Entity=Merger/Acquisition<br>Year=%{x}<br>Corporate Investment (Inflation Adjusted)=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "<b>Annual Global Corporate Investment in Artificial Intelligence, by Type<b>" }, "width": 1200, "xaxis": { "type": "category", "title": { "text": "Year" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "categoryorder": "category ascending" }, "yaxis": { "type": "linear", "title": { "text": "Investment in US Dollars (adjusted for inflation)" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 800, "legend": { "title": { "text": "Type of Investment" }, "tracegroupgap": 0 }, "barmode": "stack", "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": 0, "y": 1.05, "text": "This data represents a AI projection of investments.", "xref": "paper", "yref": "paper", "showarrow": false }, { "x": 0, "y": -0.1, "text": "Author: Mauricio Viera | Data Source: Our world in data", "xref": "paper", "yref": "paper", "showarrow": false } ], "uniformtext": { "mode": "hide", "minsize": 12 } } }, "height": 800, "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-21T01:52:35.250525Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kbsnom/21.embed", "fid": "kbsnom:21", "filename": "sam", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kbsnom/21/9_4K418WDKQZL1GLP11NPFR2ZJYHT9W7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kbsnom/21/2_IRCO4WYEIL65JV8UHVA4BI3FZ02W5U.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kbsnom/21/8_C6AKWCCKCMNJROK1VPYPTTO0L7X5ZD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kbsnom/21/9_4K418WDKQZL1GLP11NPFR2ZJYHT9W7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kbsnom:21", "plots": "https://api.plotly.com/v2/plots/kbsnom:21", "parent": "https://api.plotly.com/v2/folders/home?user=kbsnom" }, "owner": "kbsnom", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 16, "web_url": "https://chart-studio.plotly.com/~kbsnom/21/", "world_readable": true, "date_modified": "2024-04-21T02:30:11.072Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kbsnom/21/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "BOLL(close,15)", "text": "", "type": "scatter", "xsrc": "kbsnom:31:dc97fb", "ysrc": "kbsnom:31:179e92", "yaxis": "y2", "showlegend": true, "legendgroup": "BOLL(close,15)" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "UPPER(close,15)", "text": "", "type": "scatter", "xsrc": "kbsnom:31:b6956e", "ysrc": "kbsnom:31:0636fd", "yaxis": "y2", "showlegend": false, "legendgroup": "BOLL(close,15)" }, { "fill": "tonexty", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 0.7999999999999998)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "LOWER(close,15)", "text": "", "type": "scatter", "xsrc": "kbsnom:31:d8cc33", "ysrc": "kbsnom:31:f8518d", "yaxis": "y2", "fillcolor": "rgba(55, 128, 191, 0.1)", "showlegend": false, "legendgroup": "BOLL(close,15)" }, { "name": "volume", "text": "", "type": "bar", "xsrc": "kbsnom:31:357972", "ysrc": "kbsnom:31:249be0", "yaxis": "y3", "marker": { "line": { "width": 1, "colorsrc": "kbsnom:31:d5ad02" }, "colorsrc": "kbsnom:31:a731f7" }, "opacity": 0.8, "orientation": "v" }, { "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA([5, 112, 224, 448])", "text": "", "type": "scatter", "xsrc": "kbsnom:31:44103b", "ysrc": "kbsnom:31:442a58", "yaxis": "y2", "showlegend": true, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(112)", "text": "", "type": "scatter", "xsrc": "kbsnom:31:855091", "ysrc": "kbsnom:31:9b1bbe", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(0, 128, 0, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(224)", "text": "", "type": "scatter", "xsrc": "kbsnom:31:b4ebd6", "ysrc": "kbsnom:31:f8f132", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(144, 238, 144, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(448)", "text": "", "type": "scatter", "xsrc": "kbsnom:31:f88526", "ysrc": "kbsnom:31:2f8525", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "RSI", "text": "", "type": "scatter", "xsrc": "kbsnom:31:aee1eb", "ysrc": "kbsnom:31:740703", "yaxis": "y4", "showlegend": true, "legendgroup": "RSI" }, { "line": { "color": "blue", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "kbsnom:31:74789b", "ysrc": "kbsnom:31:bb7e9c", "yaxis": "y4", "showlegend": true, "legendgroup": "RSI" }, { "line": { "color": "red", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "kbsnom:31:1e43a4", "ysrc": "kbsnom:31:8676a0", "yaxis": "y4", "showlegend": true, "legendgroup": "RSI" }, { "name": "", "type": "candlestick", "xsrc": "kbsnom:31:332972", "yaxis": "y2", "lowsrc": "kbsnom:31:64371c", "highsrc": "kbsnom:31:26f9ce", "opensrc": "kbsnom:31:63dc2e", "closesrc": "kbsnom:31:1a479f", "decreasing": { "line": { "color": "#3780bf" } }, "increasing": { "line": { "color": "#db4052" } }, "showlegend": true } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "sam" }, "width": 2000, "xaxis": { "type": "category", "title": { "font": { "color": "#4D5663" }, "text": "" }, "anchor": "y2", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "rangeselector": { "x": 0, "y": 0.9, "font": { "size": 13 }, "bgcolor": "rgba(150, 200, 250, 1)", "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" } ], "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "height": 400, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "margin": { "b": 30, "l": 30, "r": 30, "t": 30 }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.46, 0.9 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis3": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.23, 0.38 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis4": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.0, 0.15 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "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 } } }, "showlegend": false, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": 400, "width": 2000, "user": { "profile_url": "https://chart-studio.plotly.com/~kbsnom", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-31 12:11:20", "mapbox_access_tokens": null, "has_password": null, "username": "kbsnom", "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-21T01:52:21.221635Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kbsnom/19.embed", "fid": "kbsnom:19", "filename": "Plotly Playground 2024-04-21 10:52:15", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kbsnom/19/9_S862DIYX2HDIU33NPHBQS8L7CZOQZP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kbsnom/19/2_RDCDVW8M4ELZU212BVZOT729WHGJZY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kbsnom/19/8_AL9DPC2U8X0AJ32EKSMTG38RSDBX64.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kbsnom/19/9_S862DIYX2HDIU33NPHBQS8L7CZOQZP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kbsnom:19", "plots": "https://api.plotly.com/v2/plots/kbsnom:19", "parent": "https://api.plotly.com/v2/folders/home?user=kbsnom" }, "owner": "kbsnom", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~kbsnom/19/", "world_readable": true, "date_modified": "2024-04-21T01:52:21.231Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kbsnom/19/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "BOLL(close,15)", "text": "", "type": "scatter", "xsrc": "kbsnom:18:3f6307", "ysrc": "kbsnom:18:147f8b", "yaxis": "y2", "showlegend": true, "legendgroup": "BOLL(close,15)" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "UPPER(close,15)", "text": "", "type": "scatter", "xsrc": "kbsnom:18:75985f", "ysrc": "kbsnom:18:b6b0ce", "yaxis": "y2", "showlegend": false, "legendgroup": "BOLL(close,15)" }, { "fill": "tonexty", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 0.7999999999999998)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "LOWER(close,15)", "text": "", "type": "scatter", "xsrc": "kbsnom:18:8d0173", "ysrc": "kbsnom:18:1e7ba4", "yaxis": "y2", "fillcolor": "rgba(55, 128, 191, 0.1)", "showlegend": false, "legendgroup": "BOLL(close,15)" }, { "name": "volume", "text": "", "type": "bar", "xsrc": "kbsnom:18:92d842", "ysrc": "kbsnom:18:d72c7e", "yaxis": "y3", "marker": { "line": { "width": 1, "colorsrc": "kbsnom:18:d948c4" }, "colorsrc": "kbsnom:18:681a85" }, "opacity": 0.8, "orientation": "v" }, { "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA([5, 112, 224, 448])", "text": "", "type": "scatter", "xsrc": "kbsnom:18:f6781b", "ysrc": "kbsnom:18:c3f27c", "yaxis": "y2", "showlegend": true, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(112)", "text": "", "type": "scatter", "xsrc": "kbsnom:18:afae19", "ysrc": "kbsnom:18:6cd5bb", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(0, 128, 0, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(224)", "text": "", "type": "scatter", "xsrc": "kbsnom:18:f3c720", "ysrc": "kbsnom:18:11ff1a", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(144, 238, 144, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(448)", "text": "", "type": "scatter", "xsrc": "kbsnom:18:e416ba", "ysrc": "kbsnom:18:e2c456", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "RSI", "text": "", "type": "scatter", "xsrc": "kbsnom:18:8f1598", "ysrc": "kbsnom:18:eaa4ae", "yaxis": "y4", "showlegend": true, "legendgroup": "RSI" }, { "line": { "color": "blue", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "kbsnom:18:39d0d1", "ysrc": "kbsnom:18:64593a", "yaxis": "y4", "showlegend": true, "legendgroup": "RSI" }, { "line": { "color": "red", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "kbsnom:18:ddc24a", "ysrc": "kbsnom:18:f9f123", "yaxis": "y4", "showlegend": true, "legendgroup": "RSI" }, { "name": "", "type": "candlestick", "xsrc": "kbsnom:18:3b9277", "yaxis": "y2", "lowsrc": "kbsnom:18:a5dcad", "highsrc": "kbsnom:18:5de70c", "opensrc": "kbsnom:18:590d5f", "closesrc": "kbsnom:18:bafd15", "decreasing": { "line": { "color": "#3780bf" } }, "increasing": { "line": { "color": "#db4052" } }, "showlegend": true } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "sam" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "anchor": "y2", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "rangeselector": { "x": 0, "y": 0.9, "font": { "size": 13 }, "bgcolor": "rgba(150, 200, 250, 1)", "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" } ], "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "margin": { "b": 30, "l": 30, "r": 30, "t": 30 }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.46, 0.9 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis3": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.23, 0.38 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis4": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.0, 0.15 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "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 } } }, "showlegend": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kbsnom", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-31 12:11:20", "mapbox_access_tokens": null, "has_password": null, "username": "kbsnom", "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-21T01:48:14.721452Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kbsnom/17.embed", "fid": "kbsnom:17", "filename": "Plotly Playground 2024-04-21 10:48:08", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kbsnom/17/9_J6VYZ2MOA4EVHS7GW7ARONETYT9TLT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kbsnom/17/2_XONYMQQBSCFRIOOQZE00X4ETFI0QXK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kbsnom/17/8_6IF8L66REU0DWQQ83FJXWMB2999DZH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kbsnom/17/9_J6VYZ2MOA4EVHS7GW7ARONETYT9TLT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kbsnom:17", "plots": "https://api.plotly.com/v2/plots/kbsnom:17", "parent": "https://api.plotly.com/v2/folders/home?user=kbsnom" }, "owner": "kbsnom", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~kbsnom/17/", "world_readable": true, "date_modified": "2024-04-21T01:48:14.731Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kbsnom/17/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "BOLL(close,15)", "text": "", "type": "scatter", "xsrc": "kbsnom:16:840c34", "ysrc": "kbsnom:16:ec2b3c", "yaxis": "y2", "showlegend": true, "legendgroup": "BOLL(close,15)" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "UPPER(close,15)", "text": "", "type": "scatter", "xsrc": "kbsnom:16:5c777e", "ysrc": "kbsnom:16:b8027a", "yaxis": "y2", "showlegend": false, "legendgroup": "BOLL(close,15)" }, { "fill": "tonexty", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 0.7999999999999998)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "LOWER(close,15)", "text": "", "type": "scatter", "xsrc": "kbsnom:16:3562df", "ysrc": "kbsnom:16:197706", "yaxis": "y2", "fillcolor": "rgba(55, 128, 191, 0.1)", "showlegend": false, "legendgroup": "BOLL(close,15)" }, { "name": "volume", "text": "", "type": "bar", "xsrc": "kbsnom:16:054e2f", "ysrc": "kbsnom:16:45a61d", "yaxis": "y3", "marker": { "line": { "width": 1, "colorsrc": "kbsnom:16:d50a17" }, "colorsrc": "kbsnom:16:cf3026" }, "opacity": 0.8, "orientation": "v" }, { "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA([5, 112, 224, 448])", "text": "", "type": "scatter", "xsrc": "kbsnom:16:cd1714", "ysrc": "kbsnom:16:4321d6", "yaxis": "y2", "showlegend": true, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(112)", "text": "", "type": "scatter", "xsrc": "kbsnom:16:af72c9", "ysrc": "kbsnom:16:5aa198", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(0, 128, 0, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(224)", "text": "", "type": "scatter", "xsrc": "kbsnom:16:8df3e1", "ysrc": "kbsnom:16:615e35", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(144, 238, 144, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(448)", "text": "", "type": "scatter", "xsrc": "kbsnom:16:57a37e", "ysrc": "kbsnom:16:34b6dd", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([5, 112, 224, 448])" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "RSI", "text": "", "type": "scatter", "xsrc": "kbsnom:16:0de268", "ysrc": "kbsnom:16:2d5fa7", "yaxis": "y4", "showlegend": true, "legendgroup": "RSI" }, { "line": { "color": "blue", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "kbsnom:16:b1081f", "ysrc": "kbsnom:16:8acdc7", "yaxis": "y4", "showlegend": true, "legendgroup": "RSI" }, { "line": { "color": "red", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "kbsnom:16:624148", "ysrc": "kbsnom:16:bc7361", "yaxis": "y4", "showlegend": true, "legendgroup": "RSI" }, { "name": "", "type": "candlestick", "xsrc": "kbsnom:16:126b12", "yaxis": "y2", "lowsrc": "kbsnom:16:7aef65", "highsrc": "kbsnom:16:e5aadb", "opensrc": "kbsnom:16:072690", "closesrc": "kbsnom:16:ea67ef", "decreasing": { "line": { "color": "#3780bf" } }, "increasing": { "line": { "color": "#db4052" } }, "showlegend": true } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "sam" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "anchor": "y2", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "rangeselector": { "x": 0, "y": 0.9, "font": { "size": 13 }, "bgcolor": "rgba(150, 200, 250, 1)", "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" } ], "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "margin": { "b": 30, "l": 30, "r": 30, "t": 30 }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.46, 0.9 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis3": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.23, 0.38 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis4": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.0, 0.15 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "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 } } }, "showlegend": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kbsnom", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-31 12:11:20", "mapbox_access_tokens": null, "has_password": null, "username": "kbsnom", "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-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 } } ] }{ "next": "