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=cD0yMDI0LTA0LTIwKzExJTNBMjglM0EzOC41ODgyNTglMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTIwKzA5JTNBMzclM0EzNy41NTEzMjMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yMCsxMSUzQTIwJTNBMTYuOTg3Mjg1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-20T11:20:16.987285Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vibenjamin6/4.embed", "fid": "vibenjamin6:4", "filename": "Convergent Osciallting seqeunce", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vibenjamin6/4/9_RAEN9OLNG0886AP7IT7S4DWBF4OY54.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vibenjamin6/4/2_B96GIMQRHLE71OURQH06YTHQCMJWZO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vibenjamin6/4/8_2R7F2WIW7CYS10ZFNLIJ93YDUXNU4G.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vibenjamin6/4/9_RAEN9OLNG0886AP7IT7S4DWBF4OY54.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vibenjamin6:4", "plots": "https://api.plotly.com/v2/plots/vibenjamin6:4", "parent": "https://api.plotly.com/v2/folders/home?user=vibenjamin6" }, "owner": "vibenjamin6", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~vibenjamin6/4/", "world_readable": true, "date_modified": "2024-04-20T11:20:16.997Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vibenjamin6/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "index", "y": "value" } }, "mode": "lines", "name": "trace a", "type": "scatter", "xsrc": "vibenjamin6:2:a936a8", "ysrc": "vibenjamin6:2:eb070d", "stackgroup": null }, { "meta": { "columnNames": { "x": "index", "y": "value" } }, "mode": "lines", "name": "trace b", "type": "scatter", "xsrc": "vibenjamin6:3:1f8e06", "ysrc": "vibenjamin6:3:56d0ff", "stackgroup": null }, { "meta": { "columnNames": { "x": "index", "y": "value" } }, "mode": "lines", "name": "trace c", "type": "scatter", "xsrc": "vibenjamin6:1:52db71", "ysrc": "vibenjamin6:1:4ba0bb" }, { "meta": { "columnNames": { "x": "index", "y": "value" } }, "mode": "lines", "name": "trace d", "type": "scatter", "xsrc": "vibenjamin6:0:1aaf49", "ysrc": "vibenjamin6:0:5d318c", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Sequence values over time" }, "xaxis": { "type": "linear", "range": [ 0, 359 ], "title": { "text": "Index (Position in sequence)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -8.04166412258369, 156.13430496738738 ], "title": { "text": "Value" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vibenjamin6", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-20 11:19:03", "mapbox_access_tokens": null, "has_password": null, "username": "vibenjamin6", "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-20T11:17:00.240460Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~panchovaras1995./19.embed", "fid": "panchovaras1995.:19", "filename": "linea7.html", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./19/9_6UHA3G1DPUNHDLG07B3C46TH2B4U3D.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./19/2_DPN1G5FV1FVSJ4I6ZWQ1IE9LSF7C1Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./19/8_QB708PGXO61P0RYMKGL6Z14VELE9W7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./19/9_6UHA3G1DPUNHDLG07B3C46TH2B4U3D.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/panchovaras1995.:19", "plots": "https://api.plotly.com/v2/plots/panchovaras1995.:19", "parent": "https://api.plotly.com/v2/folders/home?user=panchovaras1995." }, "owner": "panchovaras1995.", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~panchovaras1995./19/", "world_readable": true, "date_modified": "2024-04-20T11:17:00.252Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~panchovaras1995./19/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "red", "width": 5 }, "mode": "lines", "text": "Constitución Fundación Comprometidos<br>08-08-2016", "type": "scatter", "xsrc": "panchovaras1995.:18:927724", "ysrc": "panchovaras1995.:18:7a98ed", "hoverinfo": "text" }, { "line": { "color": "red", "width": 5 }, "mode": "lines", "text": "Nuevo Giro \"Actividades Veterinarias\"<br>11-06-2019", "type": "scatter", "xsrc": "panchovaras1995.:18:838a9e", "ysrc": "panchovaras1995.:18:3e7f29", "hoverinfo": "text" }, { "line": { "color": "red", "width": 5 }, "mode": "lines", "text": "Nuevo Giro \"Act. prod. películas cinematográficas...\"<br>20-04-2020", "type": "scatter", "xsrc": "panchovaras1995.:18:30ab40", "ysrc": "panchovaras1995.:18:1ed5a9", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Solicitud de Duarte a GORE Antofagasta por apoyo económico para iniciativa<br>03-10-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:bccc7c", "ysrc": "panchovaras1995.:18:c4fd1f", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "GORE Ricardo Díaz adjudica a Comprometidos iniciativa mediante R.E 1436<br>07-11-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:833a07", "ysrc": "panchovaras1995.:18:b1d857", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Transferencia Total del pago a Comprometidos por parte de GORE Antofagasta<br>14-11-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:ff063a", "ysrc": "panchovaras1995.:18:c822b0", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Inicio de lavado de activos de Ma José Obregón post-pago GORE Antofagasta<br>17-11-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:967bbf", "ysrc": "panchovaras1995.:18:5bc686", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Transferencia millonaria y sospechosa a Hugo Landauro y Julia Canelo<br>17-11-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:70764f", "ysrc": "panchovaras1995.:18:4c2a74", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Transferencia millonaria y sospechosa a David Blanco<br>18-11-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:cc2b58", "ysrc": "panchovaras1995.:18:39eded", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Contratación de Gladys Cortés (favor de Duarte a Bustamante)<br>01-12-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:5c7677", "ysrc": "panchovaras1995.:18:afcc5c", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Reunión PAP, GORE y Techo, propuesta de nueva Fundación<br>06-12-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:1184e0", "ysrc": "panchovaras1995.:18:4759cd", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Torres Bustamante propone a Comprometidos<br>09-12-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:0ddc7a", "ysrc": "panchovaras1995.:18:3251d7", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Convenio Directo R.E 654 SEREMI MINVU Atacama<br>21-12-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:39ad97", "ysrc": "panchovaras1995.:18:421a60", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "1era cuota convenio PAP-Comprometidos<br>28-12-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:70d153", "ysrc": "panchovaras1995.:18:993205", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Inicio de 1er lavado de Dinero Ma José Obregón post-pago primera cuota Atacama<br>30-12-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:c2c9ec", "ysrc": "panchovaras1995.:18:d390c7", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Factura falsa de Elton Ramirez (N°26)<br>30-12-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:d3f870", "ysrc": "panchovaras1995.:18:a0f026", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "1era de 4 rendiciones con documentación falsa a GORE Antofagasta<br>31-12-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:0ae5c5", "ysrc": "panchovaras1995.:18:55846a", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Presentación de boletas de honorarios de 2 profesionales por servicios nunca realizados<br>31-12-2022", "type": "scatter", "xsrc": "panchovaras1995.:18:efc27a", "ysrc": "panchovaras1995.:18:64867c", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "1era Factura idelógicamente falsa (N°1071) de 6 hechas por SUVET<br>31-01-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:b097e1", "ysrc": "panchovaras1995.:18:a0cb91", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "1era factura ficticia (N°21) de 5 para justificar fondos no utilizados<br>28-02-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:d5f2cf", "ysrc": "panchovaras1995.:18:b0ab91", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Última Factura idelógicamente falsa (N°1180) de 6 hechas por SUVET<br>28-02-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:39f199", "ysrc": "panchovaras1995.:18:c53e7d", "hoverinfo": "text" }, { "line": { "color": "red", "width": 5 }, "mode": "lines", "text": "Nuevo Giro \"Asistencia Social\" y \"Asoc. act. culturales\"<br>07-03-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:c67057", "ysrc": "panchovaras1995.:18:f2edae", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Primero de 6 informes de gestión enviados por Torres a Cortés<br>08-03-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:24cfa4", "ysrc": "panchovaras1995.:18:37b803", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Última de 4 rendiciones con documentación falsa a GORE Antofagasta<br>31-03-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:cbad53", "ysrc": "panchovaras1995.:18:142dd9", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "2da cuota convenio PAP-Comprometidos<br>10-04-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:3b0c5b", "ysrc": "panchovaras1995.:18:497a0c", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Inicio de 2do lavado de Dinero Ma José Obregón post-pago segunda cuota Atacama<br>14-04-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:353d1e", "ysrc": "panchovaras1995.:18:beba1d", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "3ra cuota convenio PAP-Comprometidos<br>29-05-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:787f83", "ysrc": "panchovaras1995.:18:342eb3", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Inicio de 3er lavado de Dinero Ma José Obregón post-pago tercera cuota Atacama<br>08-06-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:1e9739", "ysrc": "panchovaras1995.:18:d275e7", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Último de 6 informes de gestión enviados por Torres a Cortés<br>24-06-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:cf505b", "ysrc": "panchovaras1995.:18:a4c947", "hoverinfo": "text" }, { "line": { "color": "orange", "width": 5 }, "mode": "lines", "text": "Última factura ficticia (N°31) de 5 para justificar fondos no utilizados<br>30-06-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:e565cb", "ysrc": "panchovaras1995.:18:240b1f", "hoverinfo": "text" }, { "line": { "color": "blue", "width": 5 }, "mode": "lines", "text": "Informe final de rendición de actividades a GORE Antofagasta<br>26-09-2023", "type": "scatter", "xsrc": "panchovaras1995.:18:196c5a", "ysrc": "panchovaras1995.:18:e7c04c", "hoverinfo": "text" } ], "layout": { "title": { "text": "Línea de Tiempo de Actividades" }, "xaxis": { "title": { "text": "Fecha" } }, "yaxis": { "showticklabels": false }, "height": 400, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": 400, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~panchovaras1995.", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-20 10:08:12", "mapbox_access_tokens": null, "has_password": null, "username": "panchovaras1995.", "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-20T11:00:25.426862Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~panchovaras1995./17.embed", "fid": "panchovaras1995.:17", "filename": "linea_interactiva.html", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./17/9_N2A23OU312KVNFXQ9D9QRMQV741QX4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./17/2_4KXHXGTIBA483TJI6KAWUPDBPL5TK3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./17/8_YHMY8HOGZ8VOC90W9VBWAMOUSSII1U.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./17/9_N2A23OU312KVNFXQ9D9QRMQV741QX4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/panchovaras1995.:17", "plots": "https://api.plotly.com/v2/plots/panchovaras1995.:17", "parent": "https://api.plotly.com/v2/folders/home?user=panchovaras1995." }, "owner": "panchovaras1995.", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~panchovaras1995./17/", "world_readable": true, "date_modified": "2024-04-20T11:00:25.440Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~panchovaras1995./17/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "red", "type": "bar", "xsrc": "panchovaras1995.:16:df1f30", "ysrc": "panchovaras1995.:16:9157ba", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "basesrc": "panchovaras1995.:16:4458ac", "showlegend": true, "legendgroup": "red", "offsetgroup": "red", "orientation": "h", "textposition": "auto", "hovertemplate": "Color=red<br>Fecha de inicio=%{x}<br>Actividades=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "blue", "type": "bar", "xsrc": "panchovaras1995.:16:9a510a", "ysrc": "panchovaras1995.:16:d2fca0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "basesrc": "panchovaras1995.:16:2dd215", "showlegend": true, "legendgroup": "blue", "offsetgroup": "blue", "orientation": "h", "textposition": "auto", "hovertemplate": "Color=blue<br>Fecha de inicio=%{x}<br>Actividades=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "orange", "type": "bar", "xsrc": "panchovaras1995.:16:fe9899", "ysrc": "panchovaras1995.:16:1a67d7", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "" } }, "basesrc": "panchovaras1995.:16:6fd159", "showlegend": true, "legendgroup": "orange", "offsetgroup": "orange", "orientation": "h", "textposition": "auto", "hovertemplate": "Color=orange<br>Fecha de inicio=%{x}<br>Actividades=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "Línea de Tiempo de Actividades" }, "width": 1200, "xaxis": { "type": "date", "title": { "text": "Fecha de inicio" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "Actividades" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 600, "legend": { "title": { "text": "Color" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "barmode": "overlay", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": 600, "width": 1200, "user": { "profile_url": "https://chart-studio.plotly.com/~panchovaras1995.", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-20 10:08:12", "mapbox_access_tokens": null, "has_password": null, "username": "panchovaras1995.", "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-20T10:44:49.444907Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ettabrooks10/3.embed", "fid": "ettabrooks10:3", "filename": "Final Project", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ettabrooks10/3/9_MBPSXULYO7IVPBZE608TQQVM6DTUWG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ettabrooks10/3/2_NX3L3GYXEZ81Y8O880KDWQ4JW1AH1V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ettabrooks10/3/8_N1FBURGD9KJS5OHMRHM5GKHCFBB6PC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ettabrooks10/3/9_MBPSXULYO7IVPBZE608TQQVM6DTUWG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ettabrooks10:3", "plots": "https://api.plotly.com/v2/plots/ettabrooks10:3", "parent": "https://api.plotly.com/v2/folders/home?user=ettabrooks10" }, "owner": "ettabrooks10", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1034, "web_url": "https://chart-studio.plotly.com/~ettabrooks10/3/", "world_readable": true, "date_modified": "2024-04-22T02:39:50.519Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ettabrooks10/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "red" }, "mode": "lines+markers", "name": "Liberia", "type": "scatter", "xsrc": "ettabrooks10:2:a1bd5b", "ysrc": "ettabrooks10:2:cb3073", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(31,119,180,1)" }, "color": "rgba(31,119,180,1)" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } }, { "line": { "color": "green" }, "mode": "lines+markers", "name": "South Africa", "type": "scatter", "xsrc": "ettabrooks10:2:8a50a9", "ysrc": "ettabrooks10:2:d377cc", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,127,14,1)" }, "color": "rgba(255,127,14,1)" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" } }, { "line": { "color": "blue" }, "mode": "lines+markers", "name": "Kenya", "type": "scatter", "xsrc": "ettabrooks10:2:aaaf1d", "ysrc": "ettabrooks10:2:409be3", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(44,160,44,1)" }, "color": "rgba(44,160,44,1)" }, "error_x": { "color": "rgba(44,160,44,1)" }, "error_y": { "color": "rgba(44,160,44,1)" } } ], "layout": { "title": "Human Capital Index Over the Years", "xaxis": { "title": "Year", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Human Capital Index", "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ettabrooks10", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-11 00:35:54", "mapbox_access_tokens": null, "has_password": null, "username": "ettabrooks10", "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-20T10:35:43.714155Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~panchovaras1995./6.embed", "fid": "panchovaras1995.:6", "filename": "linea2.html", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./6/9_AWTZYGJ0GBGPG8WQAAPTCWIEJLW26R.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./6/2_1CKBSHFCICY5D53PZM1RN9LPSCDMRY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./6/8_AFUI23Q8WRDEUQA58TXIF05MCPZWKP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./6/9_AWTZYGJ0GBGPG8WQAAPTCWIEJLW26R.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/panchovaras1995.:6", "plots": "https://api.plotly.com/v2/plots/panchovaras1995.:6", "parent": "https://api.plotly.com/v2/folders/home?user=panchovaras1995." }, "owner": "panchovaras1995.", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~panchovaras1995./6/", "world_readable": true, "date_modified": "2024-04-20T10:47:29.820Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~panchovaras1995./6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 08-08-2016<br>Actividad: Constitución Fundación Comprometidos<br>Hecho: General", "type": "scatter", "xsrc": "panchovaras1995.:15:49f86e", "ysrc": "panchovaras1995.:15:fc339b", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 11-06-2019<br>Actividad: Nuevo Giro \"Actividades Veterinarias\"<br>Hecho: General", "type": "scatter", "xsrc": "panchovaras1995.:15:bc1507", "ysrc": "panchovaras1995.:15:9033a9", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 20-04-2020<br>Actividad: Nuevo Giro \"Act. prod. películas cinematográficas...\"<br>Hecho: General", "type": "scatter", "xsrc": "panchovaras1995.:15:1f64cc", "ysrc": "panchovaras1995.:15:8ce2ea", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 03-10-2022<br>Actividad: Solicitud de Duarte a GORE Antofagasta por apoyo económico para iniciativa<br>Hecho: Hecho 2", "type": "scatter", "xsrc": "panchovaras1995.:15:c7ee2e", "ysrc": "panchovaras1995.:15:37ce9e", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 07-11-2022<br>Actividad: GORE Ricardo Díaz adjudica a Comprometidos iniciativa mediante R.E 1436<br>Hecho: Hecho 2", "type": "scatter", "xsrc": "panchovaras1995.:15:706fc3", "ysrc": "panchovaras1995.:15:2b1c86", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 14-11-2022<br>Actividad: Transferencia Total del pago a Comprometidos por parte de GORE Antofagasta<br>Hecho: Hecho 2", "type": "scatter", "xsrc": "panchovaras1995.:15:c50007", "ysrc": "panchovaras1995.:15:da2bd6", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 17-11-2022<br>Actividad: Inicio de lavado de activos de Ma José Obregón post-pago GORE Antofagasta<br>Hecho: Hecho 2<br>Transferencia millonaria y sospechosa a Hugo Landauro y Julia Canelo", "type": "scatter", "xsrc": "panchovaras1995.:15:e6a100", "ysrc": "panchovaras1995.:15:0033b0", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 18-11-2022<br>Actividad: Transferencia millonaria y sospechosa a David Blanco<br>Hecho: Hecho 2", "type": "scatter", "xsrc": "panchovaras1995.:15:6708a2", "ysrc": "panchovaras1995.:15:7223d1", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 01-12-2022<br>Actividad: Contratación de Gladys Cortés (favor de Duarte a Bustamante)<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:ae8033", "ysrc": "panchovaras1995.:15:85cb8e", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 06-12-2022<br>Actividad: Reunión PAP, GORE y Techo, propuesta de nueva Fundación<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:c22a5c", "ysrc": "panchovaras1995.:15:93654a", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 09-12-2022<br>Actividad: Torres Bustamante propone a Comprometidos<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:402e6f", "ysrc": "panchovaras1995.:15:cb8537", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 21-12-2022<br>Actividad: Convenio Directo R.E 654 SEREMI MINVU Atacama<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:22a2be", "ysrc": "panchovaras1995.:15:eea1d2", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 28-12-2022<br>Actividad: 1era cuota convenio PAP-Comprometidos<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:88846b", "ysrc": "panchovaras1995.:15:572c43", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 30-12-2022<br>Actividad: Inicio de 1er lavado de Dinero Ma José Obregón post-pago primera cuota Atacama<br>Hecho: Hecho 1<br>Factura falsa de Elton Ramirez (N°26)", "type": "scatter", "xsrc": "panchovaras1995.:15:d1a970", "ysrc": "panchovaras1995.:15:aaeb93", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 31-12-2022<br>Actividad: 1era de 4 rendiciones con documentación falsa a GORE Antofagasta<br>Hecho: Hecho 2<br>Presentación de boletas de honorarios de 2 profesionales por servicios nunca realizados", "type": "scatter", "xsrc": "panchovaras1995.:15:68c0ec", "ysrc": "panchovaras1995.:15:4356ff", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 31-01-2023<br>Actividad: 1era Factura idelógicamente falsa (N°1071) de 6 hechas por SUVET<br>Hecho: Hecho 2", "type": "scatter", "xsrc": "panchovaras1995.:15:a2441e", "ysrc": "panchovaras1995.:15:b3c4e0", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 28-02-2023<br>Actividad: 1era factura ficticia (N°21) de 5 para justificar fondos no utilizados<br>Hecho: Hecho 1<br>Última Factura idelógicamente falsa (N°1180) de 6 hechas por SUVET", "type": "scatter", "xsrc": "panchovaras1995.:15:698aa5", "ysrc": "panchovaras1995.:15:4219d5", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 07-03-2023<br>Actividad: Nuevo Giro \"Asistencia Social\" y \"Asoc. act. culturales\"<br>Hecho: General", "type": "scatter", "xsrc": "panchovaras1995.:15:d0d4f6", "ysrc": "panchovaras1995.:15:873fc3", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 08-03-2023<br>Actividad: Primero de 6 informes de gestión enviados por Torres a Cortés<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:10bf3e", "ysrc": "panchovaras1995.:15:43531b", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 31-03-2023<br>Actividad: Última de 4 rendiciones con documentación falsa a GORE Antofagasta<br>Hecho: Hecho 2", "type": "scatter", "xsrc": "panchovaras1995.:15:5946cf", "ysrc": "panchovaras1995.:15:c875dd", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 10-04-2023<br>Actividad: 2da cuota convenio PAP-Comprometidos<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:2acf2a", "ysrc": "panchovaras1995.:15:1239cd", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 14-04-2023<br>Actividad: Inicio de 2do lavado de Dinero Ma José Obregón post-pago segunda cuota Atacama<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:72cf45", "ysrc": "panchovaras1995.:15:f372e6", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 29-05-2023<br>Actividad: 3ra cuota convenio PAP-Comprometidos<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:f0ef9c", "ysrc": "panchovaras1995.:15:ca5e32", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 08-06-2023<br>Actividad: Inicio de 3er lavado de Dinero Ma José Obregón post-pago tercera cuota Atacama<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:ab516d", "ysrc": "panchovaras1995.:15:693bec", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 24-06-2023<br>Actividad: Último de 6 informes de gestión enviados por Torres a Cortés<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:9de634", "ysrc": "panchovaras1995.:15:ff5d94", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 30-06-2023<br>Actividad: Última factura ficticia (N°31) de 5 para justificar fondos no utilizados<br>Hecho: Hecho 1", "type": "scatter", "xsrc": "panchovaras1995.:15:f51ad7", "ysrc": "panchovaras1995.:15:1d8ee1", "hoverinfo": "text" }, { "line": { "color": "black", "width": 10 }, "mode": "lines", "text": "Fecha: 26-09-2023<br>Actividad: Informe final de rendición de actividades a GORE Antofagasta<br>Hecho: Hecho 2", "type": "scatter", "xsrc": "panchovaras1995.:15:ef5de4", "ysrc": "panchovaras1995.:15:49c29f", "hoverinfo": "text" } ], "layout": { "title": { "text": "Línea de Tiempo de Actividades" }, "xaxis": { "title": { "text": "Fecha" } }, "yaxis": { "showticklabels": false }, "height": 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 } } }, "showlegend": false } }, "height": 100, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~panchovaras1995.", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-20 10:08:12", "mapbox_access_tokens": null, "has_password": null, "username": "panchovaras1995.", "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-20T10:20:50.802784Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~panchovaras1995./1.embed", "fid": "panchovaras1995.:1", "filename": "linea_de_tiempo_interactiva.html", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./1/9_FYP4H0G0NN08CPLC9PM3SEH0XJW6OU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./1/2_JKDYZUFSHZ1BT0NOB26KZA1S1VO3AM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./1/8_VZHHEXYLW9AB3PK5KZ138UJMY8V7NZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/panchovaras1995./1/9_FYP4H0G0NN08CPLC9PM3SEH0XJW6OU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/panchovaras1995.:1", "plots": "https://api.plotly.com/v2/plots/panchovaras1995.:1", "parent": "https://api.plotly.com/v2/folders/home?user=panchovaras1995." }, "owner": "panchovaras1995.", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~panchovaras1995./1/", "world_readable": true, "date_modified": "2024-04-20T10:40:42.809Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~panchovaras1995./1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "black", "width": 20 }, "mode": "lines", "type": "scatter", "xsrc": "panchovaras1995.:7:c3ce9f", "ysrc": "panchovaras1995.:7:30fa91", "hoverinfo": "skip" }, { "mode": "markers", "text": "Constitución Fundación Comprometidos", "type": "scatter", "xsrc": "panchovaras1995.:7:6a950a", "ysrc": "panchovaras1995.:7:c0bc48", "marker": { "size": 10, "color": "red" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Nuevo Giro \"Actividades Veterinarias\"", "type": "scatter", "xsrc": "panchovaras1995.:7:c08567", "ysrc": "panchovaras1995.:7:d72bf4", "marker": { "size": 10, "color": "red" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Nuevo Giro \"Act. prod. películas cinematográficas...\"", "type": "scatter", "xsrc": "panchovaras1995.:7:d445d8", "ysrc": "panchovaras1995.:7:f740f3", "marker": { "size": 10, "color": "red" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Solicitud de Duarte a GORE Antofagasta por apoyo económico para iniciativa", "type": "scatter", "xsrc": "panchovaras1995.:7:e72259", "ysrc": "panchovaras1995.:7:53ed6b", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "GORE Ricardo Díaz adjudica a Comprometidos iniciativa mediante R.E 1436", "type": "scatter", "xsrc": "panchovaras1995.:7:06895d", "ysrc": "panchovaras1995.:7:6362e8", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Transferencia Total del pago a Comprometidos por parte de GORE Antofagasta", "type": "scatter", "xsrc": "panchovaras1995.:7:732713", "ysrc": "panchovaras1995.:7:867b4e", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Inicio de lavado de activos de Ma José Obregón post-pago GORE Antofagasta", "type": "scatter", "xsrc": "panchovaras1995.:7:215931", "ysrc": "panchovaras1995.:7:177afa", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Transferencia millonaria y sospechosa a Hugo Landauro y Julia Canelo", "type": "scatter", "xsrc": "panchovaras1995.:7:551bba", "ysrc": "panchovaras1995.:7:8e6f7a", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Transferencia millonaria y sospechosa a David Blanco", "type": "scatter", "xsrc": "panchovaras1995.:7:f47bf9", "ysrc": "panchovaras1995.:7:48f885", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Contratación de Gladys Cortés (favor de Duarte a Bustamante)", "type": "scatter", "xsrc": "panchovaras1995.:7:e37a02", "ysrc": "panchovaras1995.:7:bba9d8", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Reunión PAP, GORE y Techo, propuesta de nueva Fundación", "type": "scatter", "xsrc": "panchovaras1995.:7:9b8eb7", "ysrc": "panchovaras1995.:7:9425d4", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Torres Bustamante propone a Comprometidos", "type": "scatter", "xsrc": "panchovaras1995.:7:404c7a", "ysrc": "panchovaras1995.:7:cbe4d7", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Convenio Directo R.E 654 SEREMI MINVU Atacama", "type": "scatter", "xsrc": "panchovaras1995.:7:b763fb", "ysrc": "panchovaras1995.:7:adb58c", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "1era cuota convenio PAP-Comprometidos", "type": "scatter", "xsrc": "panchovaras1995.:7:7b93e1", "ysrc": "panchovaras1995.:7:08c3e5", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Inicio de 1er lavado de Dinero Ma José Obregón post-pago primera cuota Atacama", "type": "scatter", "xsrc": "panchovaras1995.:7:b21221", "ysrc": "panchovaras1995.:7:e7656f", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Factura falsa de Elton Ramirez (N°26)", "type": "scatter", "xsrc": "panchovaras1995.:7:ebeb50", "ysrc": "panchovaras1995.:7:fc31fa", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "1era de 4 rendiciones con documentación falsa a GORE Antofagasta", "type": "scatter", "xsrc": "panchovaras1995.:7:58fbec", "ysrc": "panchovaras1995.:7:d0e9cb", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Presentación de boletas de honorarios de 2 profesionales por servicios nunca realizados", "type": "scatter", "xsrc": "panchovaras1995.:7:bd28c2", "ysrc": "panchovaras1995.:7:9f201f", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "1era Factura idelógicamente falsa (N°1071) de 6 hechas por SUVET", "type": "scatter", "xsrc": "panchovaras1995.:7:abeefb", "ysrc": "panchovaras1995.:7:034faa", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "1era factura ficticia (N°21) de 5 para justificar fondos no utilizados", "type": "scatter", "xsrc": "panchovaras1995.:7:ecec78", "ysrc": "panchovaras1995.:7:129504", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Última Factura idelógicamente falsa (N°1180) de 6 hechas por SUVET", "type": "scatter", "xsrc": "panchovaras1995.:7:1ca2f7", "ysrc": "panchovaras1995.:7:409629", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Nuevo Giro \"Asistencia Social\" y \"Asoc. act. culturales\"", "type": "scatter", "xsrc": "panchovaras1995.:7:b33778", "ysrc": "panchovaras1995.:7:2c64f8", "marker": { "size": 10, "color": "red" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Primero de 6 informes de gestión enviados por Torres a Cortés", "type": "scatter", "xsrc": "panchovaras1995.:7:522795", "ysrc": "panchovaras1995.:7:b85480", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Última de 4 rendiciones con documentación falsa a GORE Antofagasta", "type": "scatter", "xsrc": "panchovaras1995.:7:3af804", "ysrc": "panchovaras1995.:7:30ce74", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" }, { "mode": "markers", "text": "2da cuota convenio PAP-Comprometidos", "type": "scatter", "xsrc": "panchovaras1995.:7:7a66ad", "ysrc": "panchovaras1995.:7:81e517", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Inicio de 2do lavado de Dinero Ma José Obregón post-pago segunda cuota Atacama", "type": "scatter", "xsrc": "panchovaras1995.:7:881960", "ysrc": "panchovaras1995.:7:1b11ee", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "3ra cuota convenio PAP-Comprometidos", "type": "scatter", "xsrc": "panchovaras1995.:7:86606f", "ysrc": "panchovaras1995.:7:57191e", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Inicio de 3er lavado de Dinero Ma José Obregón post-pago tercera cuota Atacama", "type": "scatter", "xsrc": "panchovaras1995.:7:dcfe82", "ysrc": "panchovaras1995.:7:096c87", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Último de 6 informes de gestión enviados por Torres a Cortés", "type": "scatter", "xsrc": "panchovaras1995.:7:0f2eca", "ysrc": "panchovaras1995.:7:3815e9", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Última factura ficticia (N°31) de 5 para justificar fondos no utilizados", "type": "scatter", "xsrc": "panchovaras1995.:7:c3f35c", "ysrc": "panchovaras1995.:7:a436ae", "marker": { "size": 10, "color": "orange" }, "hoverinfo": "text" }, { "mode": "markers", "text": "Informe final de rendición de actividades a GORE Antofagasta", "type": "scatter", "xsrc": "panchovaras1995.:7:12a431", "ysrc": "panchovaras1995.:7:228ac0", "marker": { "size": 10, "color": "blue" }, "hoverinfo": "text" } ], "layout": { "title": { "text": "Línea de Tiempo de Actividades" }, "xaxis": { "title": { "text": "Fecha" } }, "yaxis": { "showticklabels": false }, "height": 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 } } } } }, "height": 100, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~panchovaras1995.", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-20 10:08:12", "mapbox_access_tokens": null, "has_password": null, "username": "panchovaras1995.", "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-20T10:14:21.225186Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lordbomebob/0.embed", "fid": "lordbomebob:0", "filename": "simple-node-example", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lordbomebob/0/9_SYP3LQXH6H7SP5NSX9M03R9OXYKR9S.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lordbomebob/0/2_8AK9CG27RO51L61OPB0MKIUEG3Z30A.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lordbomebob/0/8_BRYZA0DTFHCPYNP5Z9L5FI480QBDFJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lordbomebob/0/9_SYP3LQXH6H7SP5NSX9M03R9OXYKR9S.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lordbomebob:0", "plots": "https://api.plotly.com/v2/plots/lordbomebob:0", "parent": "https://api.plotly.com/v2/folders/home?user=lordbomebob" }, "owner": "lordbomebob", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~lordbomebob/0/", "world_readable": true, "date_modified": "2024-04-20T10:18:47.880Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lordbomebob/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "pie", "labelssrc": "lordbomebob:1:87ecaf", "valuessrc": "lordbomebob:1:749f50" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lordbomebob", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-20 09:49:30", "mapbox_access_tokens": null, "has_password": null, "username": "lordbomebob", "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-20T09:51:48.846986Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Jwomersley/33.embed", "fid": "Jwomersley:33", "filename": "plot_3D_PCA_mmrn1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Jwomersley/33/9_1RFZXQ2K35OBH6CE8940DQXWF4PTP2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Jwomersley/33/2_PQSYI6QTLL2NVEXA8VOVPC57XBK698.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jwomersley/33/8_FSLB5JGS90SL22WPA3H325A3ODNXW6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jwomersley/33/9_1RFZXQ2K35OBH6CE8940DQXWF4PTP2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Jwomersley:33", "plots": "https://api.plotly.com/v2/plots/Jwomersley:33", "parent": "https://api.plotly.com/v2/folders/home?user=Jwomersley" }, "owner": "Jwomersley", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~Jwomersley/33/", "world_readable": true, "date_modified": "2024-04-26T15:04:25.471Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Jwomersley/33/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "type": "scatter3d", "xsrc": "Jwomersley:32:675484", "ysrc": "Jwomersley:32:c5c0c9", "zsrc": "Jwomersley:32:b85978", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 4, "colorsrc": "Jwomersley:32:fd747c", "showscale": true, "colorscale": "Viridis" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } } ], "layout": { "scene": { "xaxis": { "title": "PC1" }, "yaxis": { "title": "PC2" }, "zaxis": { "title": "PC3" }, "aspectmode": "cube" }, "title": { "x": 0.5, "y": 0.95, "font": { "size": 35, "color": "black", "weight": "bolder" }, "text": "Mmrn1", "xanchor": "left", "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Jwomersley", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-29 11:44:57", "mapbox_access_tokens": null, "has_password": null, "username": "Jwomersley", "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-20T09:48:24.456342Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Jwomersley/31.embed", "fid": "Jwomersley:31", "filename": "plot_3D_PCA_Procr", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Jwomersley/31/9_S8U3ZYUGLF39NWT3S5XRO6LQIPOAWX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Jwomersley/31/2_WQCWETWJ28C69WZ2D3XX3RZBYDUW4P.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jwomersley/31/8_RS7R24DGWQBDFNNG908UB0BFFEXSVI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jwomersley/31/9_S8U3ZYUGLF39NWT3S5XRO6LQIPOAWX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Jwomersley:31", "plots": "https://api.plotly.com/v2/plots/Jwomersley:31", "parent": "https://api.plotly.com/v2/folders/home?user=Jwomersley" }, "owner": "Jwomersley", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~Jwomersley/31/", "world_readable": true, "date_modified": "2024-04-26T15:04:19.220Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Jwomersley/31/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "type": "scatter3d", "xsrc": "Jwomersley:30:46e143", "ysrc": "Jwomersley:30:ee8193", "zsrc": "Jwomersley:30:b22eb9", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 4, "colorsrc": "Jwomersley:30:8a50f8", "showscale": true, "colorscale": "Viridis" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } } ], "layout": { "scene": { "xaxis": { "title": "PC1" }, "yaxis": { "title": "PC2" }, "zaxis": { "title": "PC3" }, "aspectmode": "cube" }, "title": { "x": 0.5, "y": 0.95, "font": { "size": 35, "color": "black", "weight": "bolder" }, "text": "Procr", "xanchor": "left", "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Jwomersley", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-29 11:44:57", "mapbox_access_tokens": null, "has_password": null, "username": "Jwomersley", "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-20T09:37:37.551323Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~V3r0nie/1.embed", "fid": "V3r0nie:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/V3r0nie/1/9_JQQ8FRDN1S4YETNVKJG8JEVA9BCWAA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/V3r0nie/1/2_J1FO8LNMZWMH2U5ZCJ51S24YRSINIS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/V3r0nie/1/8_GZR1Q7G0J4FOXFE5RYVKJICP39HZ8B.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/V3r0nie/1/9_JQQ8FRDN1S4YETNVKJG8JEVA9BCWAA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/V3r0nie:1", "plots": "https://api.plotly.com/v2/plots/V3r0nie:1", "parent": "https://api.plotly.com/v2/folders/home?user=V3r0nie" }, "owner": "V3r0nie", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~V3r0nie/1/", "world_readable": true, "date_modified": "2024-04-20T14:54:04.055Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~V3r0nie/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "bmi", "y": "charges", "z": "smoker" } }, "mode": "markers", "type": "histogram2dcontour", "xsrc": "V3r0nie:0:3faadc", "ysrc": "V3r0nie:0:be9447", "zsrc": "V3r0nie:0:80481f", "colorbar": { "title": { "text": "Frequency" } }, "contours": { "end": 110, "size": 10, "start": 10 }, "autocontour": true, "autocolorscale": true } ], "frames": [], "layout": { "title": { "text": "Relationship of BMI and Insurance Charges between Smoker and Non Smoker" }, "xaxis": { "type": "linear", "range": [ 12.5, 57.5 ], "title": { "text": "BMI" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -2500, 67500 ], "title": { "text": "Insurance Charges (in Thousand $)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "colorscale": { "sequential": [ [ 0, "#000004" ], [ 0.1111111111111111, "#1b0c41" ], [ 0.2222222222222222, "#4a0c6b" ], [ 0.3333333333333333, "#781c6d" ], [ 0.4444444444444444, "#a52c60" ], [ 0.5555555555555556, "#cf4446" ], [ 0.6666666666666666, "#ed6925" ], [ 0.7777777777777778, "#fb9b06" ], [ 0.8888888888888888, "#f7d13d" ], [ 1, "#fcffa4" ] ] }, "showlegend": true, "plot_bgcolor": "rgb(189, 187, 187)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~V3r0nie", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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-19 15:06:37", "mapbox_access_tokens": null, "has_password": null, "username": "V3r0nie", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "