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=cD0yMDI0LTA0LTIwKzExJTNBNDYlM0EwMi4xNzcwNDIlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTIwKzEwJTNBMTQlM0EyMS4yMjUxODYlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0yMCsxMSUzQTQyJTNBNDMuNTAwOTk1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-20T11:42:43.500995Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dianamindroc/19.embed", "fid": "dianamindroc:19", "filename": "multiple_inputs", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dianamindroc/19/9_JXV49HQFYB8WR8MZGHVLRSBMHYERWT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dianamindroc/19/2_0ZQJ765G9W9YUI2LKA6C4MXD6QO9D6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dianamindroc/19/8_1OZHUXOSPR87SSURYFKZ8HAQWC1KXY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dianamindroc/19/9_JXV49HQFYB8WR8MZGHVLRSBMHYERWT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dianamindroc:19", "plots": "https://api.plotly.com/v2/plots/dianamindroc:19", "parent": "https://api.plotly.com/v2/folders/home?user=dianamindroc" }, "owner": "dianamindroc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 25, "web_url": "https://chart-studio.plotly.com/~dianamindroc/19/", "world_readable": true, "date_modified": "2024-04-20T11:42:43.511Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dianamindroc/19/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "predicted_0", "type": "scatter3d", "xsrc": "dianamindroc:18:299cc6", "ysrc": "dianamindroc:18:b79cf2", "zsrc": "dianamindroc:18:705148", "scene": "scene", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_0", "type": "scatter3d", "xsrc": "dianamindroc:18:2d3653", "ysrc": "dianamindroc:18:d72889", "zsrc": "dianamindroc:18:3e64c2", "scene": "scene", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:b0bf70", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_0", "type": "scatter3d", "xsrc": "dianamindroc:18:6ce87d", "ysrc": "dianamindroc:18:1333bb", "zsrc": "dianamindroc:18:2314f8", "scene": "scene", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_0", "type": "scatter3d", "xsrc": "dianamindroc:18:d62d04", "ysrc": "dianamindroc:18:a6bbef", "zsrc": "dianamindroc:18:39476f", "scene": "scene", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:d01c80", "textposition": "top center" }, { "mode": "markers", "name": "input_0", "type": "scatter3d", "xsrc": "dianamindroc:18:4e3d37", "ysrc": "dianamindroc:18:37dc55", "zsrc": "dianamindroc:18:5e81b2", "scene": "scene", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_0", "type": "scatter3d", "xsrc": "dianamindroc:18:f9829c", "ysrc": "dianamindroc:18:f3cfac", "zsrc": "dianamindroc:18:8ea716", "scene": "scene", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:fde894", "textposition": "top center" }, { "mode": "markers", "name": "predicted_1", "type": "scatter3d", "xsrc": "dianamindroc:18:b9bb21", "ysrc": "dianamindroc:18:a62891", "zsrc": "dianamindroc:18:79e6d2", "scene": "scene2", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_1", "type": "scatter3d", "xsrc": "dianamindroc:18:a02236", "ysrc": "dianamindroc:18:8f64c1", "zsrc": "dianamindroc:18:e99ab5", "scene": "scene2", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:437156", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_1", "type": "scatter3d", "xsrc": "dianamindroc:18:8d0efb", "ysrc": "dianamindroc:18:f32ae0", "zsrc": "dianamindroc:18:79b014", "scene": "scene2", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_1", "type": "scatter3d", "xsrc": "dianamindroc:18:6c2ab0", "ysrc": "dianamindroc:18:3f03c1", "zsrc": "dianamindroc:18:475fdc", "scene": "scene2", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:8cddf8", "textposition": "top center" }, { "mode": "markers", "name": "input_1", "type": "scatter3d", "xsrc": "dianamindroc:18:818d16", "ysrc": "dianamindroc:18:3a1bf3", "zsrc": "dianamindroc:18:17dda8", "scene": "scene2", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_1", "type": "scatter3d", "xsrc": "dianamindroc:18:2ede70", "ysrc": "dianamindroc:18:0762e9", "zsrc": "dianamindroc:18:4792d2", "scene": "scene2", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:94a021", "textposition": "top center" }, { "mode": "markers", "name": "predicted_2", "type": "scatter3d", "xsrc": "dianamindroc:18:11d879", "ysrc": "dianamindroc:18:5f31d3", "zsrc": "dianamindroc:18:71bc35", "scene": "scene3", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_2", "type": "scatter3d", "xsrc": "dianamindroc:18:6a0567", "ysrc": "dianamindroc:18:64c285", "zsrc": "dianamindroc:18:7e7aba", "scene": "scene3", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:1b618e", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_2", "type": "scatter3d", "xsrc": "dianamindroc:18:0992b2", "ysrc": "dianamindroc:18:365404", "zsrc": "dianamindroc:18:841d87", "scene": "scene3", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_2", "type": "scatter3d", "xsrc": "dianamindroc:18:fd809e", "ysrc": "dianamindroc:18:ffd515", "zsrc": "dianamindroc:18:5724c9", "scene": "scene3", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:287e3f", "textposition": "top center" }, { "mode": "markers", "name": "input_2", "type": "scatter3d", "xsrc": "dianamindroc:18:134f89", "ysrc": "dianamindroc:18:978c59", "zsrc": "dianamindroc:18:8b8a9d", "scene": "scene3", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_2", "type": "scatter3d", "xsrc": "dianamindroc:18:9911b2", "ysrc": "dianamindroc:18:d59b72", "zsrc": "dianamindroc:18:87e3a3", "scene": "scene3", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:6528fb", "textposition": "top center" }, { "mode": "markers", "name": "predicted_3", "type": "scatter3d", "xsrc": "dianamindroc:18:9fcc6e", "ysrc": "dianamindroc:18:38199a", "zsrc": "dianamindroc:18:923ce8", "scene": "scene4", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_3", "type": "scatter3d", "xsrc": "dianamindroc:18:9aba20", "ysrc": "dianamindroc:18:98f92e", "zsrc": "dianamindroc:18:81568b", "scene": "scene4", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:e0cfbf", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_3", "type": "scatter3d", "xsrc": "dianamindroc:18:21e0b0", "ysrc": "dianamindroc:18:ef58df", "zsrc": "dianamindroc:18:9d854b", "scene": "scene4", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_3", "type": "scatter3d", "xsrc": "dianamindroc:18:ecef1e", "ysrc": "dianamindroc:18:12e66e", "zsrc": "dianamindroc:18:a3c8cb", "scene": "scene4", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:4a6b73", "textposition": "top center" }, { "mode": "markers", "name": "input_3", "type": "scatter3d", "xsrc": "dianamindroc:18:3db6c3", "ysrc": "dianamindroc:18:f58b73", "zsrc": "dianamindroc:18:ef9fce", "scene": "scene4", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_3", "type": "scatter3d", "xsrc": "dianamindroc:18:cb4c9f", "ysrc": "dianamindroc:18:f61281", "zsrc": "dianamindroc:18:550ae2", "scene": "scene4", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:12c7e3", "textposition": "top center" }, { "mode": "markers", "name": "predicted_4", "type": "scatter3d", "xsrc": "dianamindroc:18:74ba43", "ysrc": "dianamindroc:18:030b9e", "zsrc": "dianamindroc:18:15f7e5", "scene": "scene5", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_4", "type": "scatter3d", "xsrc": "dianamindroc:18:991ed5", "ysrc": "dianamindroc:18:4a09f7", "zsrc": "dianamindroc:18:0f45c1", "scene": "scene5", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:e01ae7", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_4", "type": "scatter3d", "xsrc": "dianamindroc:18:65f6c6", "ysrc": "dianamindroc:18:89053c", "zsrc": "dianamindroc:18:f05457", "scene": "scene5", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_4", "type": "scatter3d", "xsrc": "dianamindroc:18:dd722d", "ysrc": "dianamindroc:18:972a98", "zsrc": "dianamindroc:18:cf4659", "scene": "scene5", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:3477ac", "textposition": "top center" }, { "mode": "markers", "name": "input_4", "type": "scatter3d", "xsrc": "dianamindroc:18:648630", "ysrc": "dianamindroc:18:ed071b", "zsrc": "dianamindroc:18:f5cc80", "scene": "scene5", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_4", "type": "scatter3d", "xsrc": "dianamindroc:18:6559fe", "ysrc": "dianamindroc:18:2a41b6", "zsrc": "dianamindroc:18:d87145", "scene": "scene5", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:c7b849", "textposition": "top center" }, { "mode": "markers", "name": "predicted_5", "type": "scatter3d", "xsrc": "dianamindroc:18:e03bb6", "ysrc": "dianamindroc:18:b25258", "zsrc": "dianamindroc:18:7f7563", "scene": "scene6", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_5", "type": "scatter3d", "xsrc": "dianamindroc:18:ab83d1", "ysrc": "dianamindroc:18:335ea4", "zsrc": "dianamindroc:18:331d6c", "scene": "scene6", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:2c91f0", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_5", "type": "scatter3d", "xsrc": "dianamindroc:18:af7770", "ysrc": "dianamindroc:18:d4026a", "zsrc": "dianamindroc:18:2a29fd", "scene": "scene6", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_5", "type": "scatter3d", "xsrc": "dianamindroc:18:49795f", "ysrc": "dianamindroc:18:688271", "zsrc": "dianamindroc:18:953bc7", "scene": "scene6", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:44354e", "textposition": "top center" }, { "mode": "markers", "name": "input_5", "type": "scatter3d", "xsrc": "dianamindroc:18:4ea18f", "ysrc": "dianamindroc:18:c59e2b", "zsrc": "dianamindroc:18:a495e8", "scene": "scene6", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_5", "type": "scatter3d", "xsrc": "dianamindroc:18:c5f220", "ysrc": "dianamindroc:18:f65658", "zsrc": "dianamindroc:18:8c7bb7", "scene": "scene6", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:eca66c", "textposition": "top center" }, { "mode": "markers", "name": "predicted_6", "type": "scatter3d", "xsrc": "dianamindroc:18:2a041a", "ysrc": "dianamindroc:18:e1e5e1", "zsrc": "dianamindroc:18:18f4a0", "scene": "scene7", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_6", "type": "scatter3d", "xsrc": "dianamindroc:18:379c40", "ysrc": "dianamindroc:18:6cba88", "zsrc": "dianamindroc:18:e2e24a", "scene": "scene7", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:431fff", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_6", "type": "scatter3d", "xsrc": "dianamindroc:18:d41711", "ysrc": "dianamindroc:18:3e9874", "zsrc": "dianamindroc:18:dd1fc8", "scene": "scene7", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_6", "type": "scatter3d", "xsrc": "dianamindroc:18:60a3a6", "ysrc": "dianamindroc:18:12b707", "zsrc": "dianamindroc:18:ed8db0", "scene": "scene7", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:fb5d55", "textposition": "top center" }, { "mode": "markers", "name": "input_6", "type": "scatter3d", "xsrc": "dianamindroc:18:e39c48", "ysrc": "dianamindroc:18:40cabb", "zsrc": "dianamindroc:18:a26009", "scene": "scene7", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_6", "type": "scatter3d", "xsrc": "dianamindroc:18:617353", "ysrc": "dianamindroc:18:7905fd", "zsrc": "dianamindroc:18:173650", "scene": "scene7", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:f30e88", "textposition": "top center" }, { "mode": "markers", "name": "predicted_7", "type": "scatter3d", "xsrc": "dianamindroc:18:2d9cf9", "ysrc": "dianamindroc:18:64f432", "zsrc": "dianamindroc:18:293940", "scene": "scene8", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_7", "type": "scatter3d", "xsrc": "dianamindroc:18:4b6558", "ysrc": "dianamindroc:18:590ad2", "zsrc": "dianamindroc:18:efeeb7", "scene": "scene8", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:6ac952", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_7", "type": "scatter3d", "xsrc": "dianamindroc:18:8b589e", "ysrc": "dianamindroc:18:f8f510", "zsrc": "dianamindroc:18:4b2cfd", "scene": "scene8", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_7", "type": "scatter3d", "xsrc": "dianamindroc:18:0f0322", "ysrc": "dianamindroc:18:1e618b", "zsrc": "dianamindroc:18:b0b039", "scene": "scene8", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:c19cdf", "textposition": "top center" }, { "mode": "markers", "name": "input_7", "type": "scatter3d", "xsrc": "dianamindroc:18:b53d8f", "ysrc": "dianamindroc:18:c030ce", "zsrc": "dianamindroc:18:a35593", "scene": "scene8", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_7", "type": "scatter3d", "xsrc": "dianamindroc:18:adac9b", "ysrc": "dianamindroc:18:1ad72b", "zsrc": "dianamindroc:18:bd1cac", "scene": "scene8", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:b526c5", "textposition": "top center" }, { "mode": "markers", "name": "predicted_8", "type": "scatter3d", "xsrc": "dianamindroc:18:a0f872", "ysrc": "dianamindroc:18:186c2d", "zsrc": "dianamindroc:18:99cd5a", "scene": "scene9", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_8", "type": "scatter3d", "xsrc": "dianamindroc:18:1379bb", "ysrc": "dianamindroc:18:c3e557", "zsrc": "dianamindroc:18:161217", "scene": "scene9", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:950c01", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_8", "type": "scatter3d", "xsrc": "dianamindroc:18:e01ba2", "ysrc": "dianamindroc:18:4154b8", "zsrc": "dianamindroc:18:01fefc", "scene": "scene9", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_8", "type": "scatter3d", "xsrc": "dianamindroc:18:efb867", "ysrc": "dianamindroc:18:c39949", "zsrc": "dianamindroc:18:2897d6", "scene": "scene9", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:32317d", "textposition": "top center" }, { "mode": "markers", "name": "input_8", "type": "scatter3d", "xsrc": "dianamindroc:18:a35638", "ysrc": "dianamindroc:18:1a10bd", "zsrc": "dianamindroc:18:a77ee7", "scene": "scene9", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_8", "type": "scatter3d", "xsrc": "dianamindroc:18:150c7b", "ysrc": "dianamindroc:18:5e1113", "zsrc": "dianamindroc:18:613926", "scene": "scene9", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:626a15", "textposition": "top center" }, { "mode": "markers", "name": "predicted_9", "type": "scatter3d", "xsrc": "dianamindroc:18:95f2f2", "ysrc": "dianamindroc:18:ef81f2", "zsrc": "dianamindroc:18:60171e", "scene": "scene10", "marker": { "size": 2, "color": "darkturquoise", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_pred_9", "type": "scatter3d", "xsrc": "dianamindroc:18:d8d40c", "ysrc": "dianamindroc:18:c983aa", "zsrc": "dianamindroc:18:3a8b9e", "scene": "scene10", "marker": { "size": 7, "color": "yellow", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:be6d01", "textposition": "top center" }, { "mode": "markers", "name": "ground truth_9", "type": "scatter3d", "xsrc": "dianamindroc:18:01a6bf", "ysrc": "dianamindroc:18:183af7", "zsrc": "dianamindroc:18:9ae587", "scene": "scene10", "marker": { "size": 2, "color": "red", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_gt_9", "type": "scatter3d", "xsrc": "dianamindroc:18:7f1545", "ysrc": "dianamindroc:18:77bc8a", "zsrc": "dianamindroc:18:20f197", "scene": "scene10", "marker": { "size": 7, "color": "green", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:f269cc", "textposition": "top center" }, { "mode": "markers", "name": "input_9", "type": "scatter3d", "xsrc": "dianamindroc:18:c9b8ae", "ysrc": "dianamindroc:18:387049", "zsrc": "dianamindroc:18:13fe73", "scene": "scene10", "marker": { "size": 2, "color": "white", "opacity": 0.5 } }, { "mode": "markers+text", "name": "Center of Mass_input_9", "type": "scatter3d", "xsrc": "dianamindroc:18:8bb189", "ysrc": "dianamindroc:18:fc6dbb", "zsrc": "dianamindroc:18:627153", "scene": "scene10", "marker": { "size": 7, "color": "white", "symbol": "diamond", "opacity": 0.7 }, "textsrc": "dianamindroc:18:edb262", "textposition": "top center" } ], "layout": { "scene": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.0, 0.184 ], "y": [ 0.55, 1.0 ] } }, "scene2": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.204, 0.388 ], "y": [ 0.55, 1.0 ] } }, "scene3": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.408, 0.592 ], "y": [ 0.55, 1.0 ] } }, "scene4": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.6120000000000001, 0.796 ], "y": [ 0.55, 1.0 ] } }, "scene5": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.816, 1.0 ], "y": [ 0.55, 1.0 ] } }, "scene6": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.0, 0.184 ], "y": [ 0.0, 0.45 ] } }, "scene7": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.204, 0.388 ], "y": [ 0.0, 0.45 ] } }, "scene8": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.408, 0.592 ], "y": [ 0.0, 0.45 ] } }, "scene9": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.6120000000000001, 0.796 ], "y": [ 0.0, 0.45 ] } }, "scene10": { "xaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "yaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "zaxis": { "title": { "font": { "size": 4 } }, "showticklabels": false }, "domain": { "x": [ 0.816, 1.0 ], "y": [ 0.0, 0.45 ] } }, "template": { "data": { "scatter3d": [ { "type": "scatter3d", "marker": { "color": "gray" } } ] }, "layout": { "font": { "size": 16, "color": "#FFFFFF", "family": "Helvetica Neue, Helvetica, Sans-serif" }, "title": { "font": { "size": 30, "color": "#FFFFFF", "family": "HelveticaNeue-CondensedBold, Helvetica, Sans-serif" } }, "colorway": [ "#ec7424", "#a4abab" ], "hovermode": "closest", "plot_bgcolor": "#000000", "paper_bgcolor": "#000000" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dianamindroc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-03-11 09:16:37", "mapbox_access_tokens": null, "has_password": null, "username": "dianamindroc", "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:28:46.811226Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ShengYan/3.embed", "fid": "ShengYan:3", "filename": "Asset development", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ShengYan/3/9_T6TV27DF0NVWCTFC38L2DEJOWMW2WZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ShengYan/3/2_7TUEOBS63JWAI023PNYLO903VJ4LY7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ShengYan/3/8_U2DQSZGQEPWL4S1MRFZ9EL1RT0BES4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ShengYan/3/9_T6TV27DF0NVWCTFC38L2DEJOWMW2WZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ShengYan:3", "plots": "https://api.plotly.com/v2/plots/ShengYan:3", "parent": "https://api.plotly.com/v2/folders/home?user=ShengYan" }, "owner": "ShengYan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 148, "web_url": "https://chart-studio.plotly.com/~ShengYan/3/", "world_readable": true, "date_modified": "2024-05-01T07:19:19.253Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ShengYan/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Berths", "type": "bar", "xsrc": "ShengYan:135:42d6c7", "ysrc": "ShengYan:135:462ffa", "marker": { "color": "rgba(55, 83, 109, 1)" } }, { "name": "Mobile cranes", "type": "bar", "xsrc": "ShengYan:135:7f3a3a", "ysrc": "ShengYan:135:c837f7", "marker": { "color": "rgba(170, 170, 170, 0.6)" } }, { "line": { "color": "rgb(214, 39, 40)", "shape": "hv", "width": 3 }, "mode": "lines", "name": "Traffic volume", "type": "scatter", "xsrc": "ShengYan:135:f7368e", "ysrc": "ShengYan:135:934c33", "yaxis": "y2" } ], "layout": { "title": { "text": "Berth configuration over the years" }, "xaxis": { "dtick": 1, "tick0": 0, "tickangle": -45 }, "yaxis": { "dtick": 1, "title": { "text": "Number of assets" } }, "bargap": 0.18, "legend": { "x": 1.1, "y": 1 }, "shapes": [ { "x0": 2023, "x1": 2023, "y0": 0, "y1": 1.05, "line": { "dash": "dashdot", "color": "rgb(60, 60, 60)", "width": 3 }, "type": "line", "yref": "paper" }, { "x0": 2025, "x1": 2025, "y0": 0, "y1": 1.05, "line": { "dash": "dashdot", "color": "rgb(60, 60, 60)", "width": 3 }, "type": "line", "yref": "paper" } ], "yaxis2": { "side": "right", "range": [ 1000, 1700000 ], "title": { "text": "Traffic projection (t/year)" }, "showgrid": false, "overlaying": "y" }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#f2f5fa" }, "error_y": { "color": "#f2f5fa" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "line": { "color": "#283442" } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "line": { "color": "#283442" } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "mapbox": { "style": "dark" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "color": "#f2f5fa" } }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } } }, "annotations": [ { "x": 1, "y": -0.15, "text": "Source: see Annex A", "xref": "paper", "yref": "paper", "showarrow": false }, { "x": 2021.5, "y": 1.05, "font": { "size": 14 }, "text": "Stage 1", "yref": "paper", "showarrow": false }, { "x": 2024, "y": 1.05, "font": { "size": 14 }, "text": "Stage 2", "yref": "paper", "showarrow": false }, { "x": 2026.5, "y": 1.05, "font": { "size": 14 }, "text": "Stage 3", "yref": "paper", "showarrow": false } ], "bargroupgap": 0.1 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ShengYan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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:27:04", "mapbox_access_tokens": null, "has_password": null, "username": "ShengYan", "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:28:38.588258Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ShengYan/1.embed", "fid": "ShengYan:1", "filename": "Traffic projections", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ShengYan/1/9_ZG44YLH4NBN63QZN4AKVDCBSO9UDKQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ShengYan/1/2_XTRZYX5O3YOLSLA0KH2X5LQVH234K9.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ShengYan/1/8_PT6M39WU5FTDSCEJNDQQWKUC5R061B.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ShengYan/1/9_ZG44YLH4NBN63QZN4AKVDCBSO9UDKQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ShengYan:1", "plots": "https://api.plotly.com/v2/plots/ShengYan:1", "parent": "https://api.plotly.com/v2/folders/home?user=ShengYan" }, "owner": "ShengYan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 95, "web_url": "https://chart-studio.plotly.com/~ShengYan/1/", "world_readable": true, "date_modified": "2024-05-01T07:17:21.337Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ShengYan/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(214, 39, 40)", "shape": "hv", "width": 2 }, "mode": "lines", "name": "Traffic scenario", "type": "scatter", "xsrc": "ShengYan:132:ca4bfa", "ysrc": "ShengYan:132:aff740" } ], "layout": { "title": { "text": "Traffic projections" }, "xaxis": { "dtick": 1, "range": [ 2018, 2027 ], "tickangle": -45 }, "yaxis": { "range": [ 0, 1760000.0000000002 ], "title": { "text": "Maize throughput (t/year)" } }, "legend": { "x": 1.05, "y": 1 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#f2f5fa" }, "error_y": { "color": "#f2f5fa" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "line": { "color": "#283442" } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "line": { "color": "#283442" } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "mapbox": { "style": "dark" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "color": "#f2f5fa" } }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } } }, "annotations": [ { "x": 1, "y": -0.15, "text": "Source: url or QR code", "xref": "paper", "yref": "paper", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ShengYan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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:27:04", "mapbox_access_tokens": null, "has_password": null, "username": "ShengYan", "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: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 } } ] }{ "next": "