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=cj0xJnA9MjAyNS0wNy0xNSsxMyUzQTE1JTNBMjIuMDM2ODExJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTE1KzE0JTNBMjclM0ExMi4yMDQyNzklMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0xNSsxNSUzQTMzJTNBNTAuNDk3MTI3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-15T15:33:50.497127Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/338.embed", "fid": "iguzmanvt:338", "filename": "valor_agregado", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/iguzmanvt:338/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/iguzmanvt:338/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/338/8_9N6KTHUC1R6P7Y5ATWWSF6QSR26NMI.png", "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:338/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iguzmanvt:338", "plots": "https://api.plotly.com/v2/plots/iguzmanvt:338", "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt" }, "owner": "iguzmanvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~iguzmanvt/338/", "world_readable": true, "date_modified": "2025-07-15T15:33:50.508Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/338/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Actividades primarias", "type": "bar", "xsrc": "iguzmanvt:337:b2e34d", "ysrc": "iguzmanvt:337:126177", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(44,62,80,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:337:267fb1", "textsrc": "iguzmanvt:337:183b98", "widthsrc": "iguzmanvt:337:8506f0", "hoverinfo": "text", "showlegend": true, "legendgroup": "Actividades primarias", "orientation": "v", "textposition": "none" }, { "name": "Actividades secundarias", "type": "bar", "xsrc": "iguzmanvt:337:8eaa30", "ysrc": "iguzmanvt:337:a5ae52", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(52,152,219,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:337:1c22a5", "textsrc": "iguzmanvt:337:804558", "widthsrc": "iguzmanvt:337:c456b3", "hoverinfo": "text", "showlegend": true, "legendgroup": "Actividades secundarias", "orientation": "v", "textposition": "none" }, { "name": "Actividades terciarias", "type": "bar", "xsrc": "iguzmanvt:337:81e75a", "ysrc": "iguzmanvt:337:4ad60e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(231,76,60,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:337:07b4a4", "textsrc": "iguzmanvt:337:2c2791", "widthsrc": "iguzmanvt:337:d5a888", "hoverinfo": "text", "showlegend": true, "legendgroup": "Actividades terciarias", "orientation": "v", "textposition": "none" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Valor agregado censal bruto por tipo de actividad </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 0.4, 4.6 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Año" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835205, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2003", "2008", "2013", "2018" ], "tickvals": [ 1, 2, 3, 4 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2003", "2008", "2013", "2018" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -43221.59566929134, 907653.5090551181 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Millones de pesos" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835198, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "250,000", "500,000", "750,000" ], "tickvals": [ 0, 250000, 500000, 750000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "250,000", "500,000", "750,000" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 0, "color": null, "family": null }, "text": "tipo_actividad" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 45.70672485878664, "l": 72.06309672063097, "r": 7.305936073059362, "t": 46.435250526574734 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(204,204,204,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~iguzmanvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-07-14 18:52:29", "mapbox_access_tokens": null, "has_password": null, "username": "iguzmanvt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-15T15:33:45.626584Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/336.embed", "fid": "iguzmanvt:336", "filename": "produccion_bruta", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/iguzmanvt:336/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/iguzmanvt:336/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:336/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:336/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iguzmanvt:336", "plots": "https://api.plotly.com/v2/plots/iguzmanvt:336", "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt" }, "owner": "iguzmanvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~iguzmanvt/336/", "world_readable": true, "date_modified": "2025-07-15T15:33:45.636Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/336/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Resto de Tamaulipas", "type": "bar", "xsrc": "iguzmanvt:335:966dde", "ysrc": "iguzmanvt:335:7414f2", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(44,62,80,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:335:8c4953", "textsrc": "iguzmanvt:335:81ed82", "widthsrc": "iguzmanvt:335:4443cb", "hoverinfo": "text", "showlegend": true, "legendgroup": "Resto de Tamaulipas", "orientation": "v", "textposition": "none" }, { "name": "Nuevo Laredo", "type": "bar", "xsrc": "iguzmanvt:335:d1976d", "ysrc": "iguzmanvt:335:c6b294", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(52,152,219,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:335:7426e8", "textsrc": "iguzmanvt:335:061421", "widthsrc": "iguzmanvt:335:605910", "hoverinfo": "text", "showlegend": true, "legendgroup": "Nuevo Laredo", "orientation": "v", "textposition": "none" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Producción bruta total </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 0.4, 4.6 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Año" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835205, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2003", "2008", "2013", "2018" ], "tickvals": [ 1, 2, 3, 4 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2003", "2008", "2013", "2018" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -94324.93262454437, 1980823.5851154313 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Millones de pesos" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835198, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "500,000", "1,000,000", "1,500,000" ], "tickvals": [ 0, 500000, 1000000.0000000001, 1500000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "500,000", "1,000,000", "1,500,000" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 0, "color": null, "family": null }, "text": "municipio_seleccionado" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 45.70672485878664, "l": 85.34661685346616, "r": 7.305936073059362, "t": 46.435250526574734 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(204,204,204,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~iguzmanvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-07-14 18:52:29", "mapbox_access_tokens": null, "has_password": null, "username": "iguzmanvt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-15T15:33:40.991429Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/334.embed", "fid": "iguzmanvt:334", "filename": "personal_ocupado", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/iguzmanvt:334/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/iguzmanvt:334/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:334/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:334/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iguzmanvt:334", "plots": "https://api.plotly.com/v2/plots/iguzmanvt:334", "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt" }, "owner": "iguzmanvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~iguzmanvt/334/", "world_readable": true, "date_modified": "2025-07-15T15:33:41.002Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/334/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Actividades primarias", "type": "bar", "xsrc": "iguzmanvt:333:36e98f", "ysrc": "iguzmanvt:333:0ab62b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(44,62,80,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:333:0254dc", "textsrc": "iguzmanvt:333:cbdb82", "widthsrc": "iguzmanvt:333:054a0a", "hoverinfo": "text", "showlegend": true, "legendgroup": "Actividades primarias", "orientation": "v", "textposition": "none" }, { "name": "Actividades secundarias", "type": "bar", "xsrc": "iguzmanvt:333:32cb9f", "ysrc": "iguzmanvt:333:ed4a27", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(52,152,219,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:333:0d5615", "textsrc": "iguzmanvt:333:cd5242", "widthsrc": "iguzmanvt:333:85449e", "hoverinfo": "text", "showlegend": true, "legendgroup": "Actividades secundarias", "orientation": "v", "textposition": "none" }, { "name": "Actividades terciarias", "type": "bar", "xsrc": "iguzmanvt:333:b8f123", "ysrc": "iguzmanvt:333:24f803", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(231,76,60,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:333:bbd060", "textsrc": "iguzmanvt:333:cfd0f9", "widthsrc": "iguzmanvt:333:9afd89", "hoverinfo": "text", "showlegend": true, "legendgroup": "Actividades terciarias", "orientation": "v", "textposition": "none" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Personal ocupado por tipo de actividad </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 0.4, 4.6 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Año" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835205, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2003", "2008", "2013", "2018" ], "tickvals": [ 1, 2, 3, 4 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2003", "2008", "2013", "2018" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -162542.2, 3413386.2 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Personal ocupado" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835198, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "1,000,000", "2,000,000", "3,000,000" ], "tickvals": [ 0, 1000000, 2000000.0000000002, 3000000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "1,000,000", "2,000,000", "3,000,000" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 0, "color": null, "family": null }, "text": "tipo_actividad" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 45.70672485878664, "l": 85.34661685346616, "r": 7.305936073059362, "t": 46.435250526574734 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(204,204,204,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~iguzmanvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-07-14 18:52:29", "mapbox_access_tokens": null, "has_password": null, "username": "iguzmanvt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-15T15:31:22.036773Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/332.embed", "fid": "iguzmanvt:332", "filename": "comparativo_municipios", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/iguzmanvt:332/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/iguzmanvt:332/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:332/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:332/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iguzmanvt:332", "plots": "https://api.plotly.com/v2/plots/iguzmanvt:332", "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt" }, "owner": "iguzmanvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~iguzmanvt/332/", "world_readable": true, "date_modified": "2025-07-15T15:31:22.047Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/332/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "base": 5.55, "name": "Nuevo Laredo", "text": "pop_mun: 428330<br />reorder(mun, pop_mun): Nuevo Laredo<br />categoria: Nuevo Laredo", "type": "bar", "xsrc": "iguzmanvt:331:d8d4c3", "ysrc": "iguzmanvt:331:3b3855", "frame": null, "width": 428330, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(44,62,80,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "Nuevo Laredo", "orientation": "v", "textposition": "none" }, { "name": "Otros municipios", "type": "bar", "xsrc": "iguzmanvt:331:cedc4e", "ysrc": "iguzmanvt:331:33ff6c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(149,165,166,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:331:2bd92d", "textsrc": "iguzmanvt:331:8c2643", "widthsrc": "iguzmanvt:331:0a92b3", "hoverinfo": "text", "showlegend": true, "legendgroup": "Otros municipios", "orientation": "v", "textposition": "none" }, { "base": 4.55, "name": "Victoria", "text": "pop_mun: 376608<br />reorder(mun, pop_mun): Victoria<br />categoria: Victoria", "type": "bar", "xsrc": "iguzmanvt:331:3e11c3", "ysrc": "iguzmanvt:331:83d212", "frame": null, "width": 376608, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(52,152,219,1)", "autocolorscale": false }, "hoverinfo": "text", "showlegend": true, "legendgroup": "Victoria", "orientation": "v", "textposition": "none" }, { "mode": "text", "name": "Nuevo Laredo", "text": "428,330", "type": "scatter", "xsrc": "iguzmanvt:331:a0e4ea", "ysrc": "iguzmanvt:331:326633", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textfont": { "size": 11.338582677165356, "color": "rgba(0,0,0,1)" }, "hoverinfo": "text", "hovertext": "pop_mun: 428330<br />reorder(mun, pop_mun): Nuevo Laredo<br />categoria: Nuevo Laredo<br />scales::comma(pop_mun): 428,330", "showlegend": false, "legendgroup": "Nuevo Laredo" }, { "mode": "text", "name": "Otros municipios", "type": "scatter", "xsrc": "iguzmanvt:331:021c47", "ysrc": "iguzmanvt:331:136b84", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "iguzmanvt:331:9d24b5", "textfont": { "size": 11.338582677165356, "color": "rgba(0,0,0,1)" }, "hoverinfo": "text", "showlegend": false, "legendgroup": "Otros municipios", "hovertextsrc": "iguzmanvt:331:3e0df4" }, { "mode": "text", "name": "Victoria", "text": "376,608", "type": "scatter", "xsrc": "iguzmanvt:331:fb57b7", "ysrc": "iguzmanvt:331:fba308", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textfont": { "size": 11.338582677165356, "color": "rgba(0,0,0,1)" }, "hoverinfo": "text", "hovertext": "pop_mun: 376608<br />reorder(mun, pop_mun): Victoria<br />categoria: Victoria<br />scales::comma(pop_mun): 376,608", "showlegend": false, "legendgroup": "Victoria" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Población en municipios fronterizos </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ -93198.65000000001, 1957171.65 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Habitantes" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835205, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "500,000", "1,000,000", "1,500,000" ], "tickvals": [ 0, 500000, 999999.9999999999, 1500000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "500,000", "1,000,000", "1,500,000" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0.4, 16.6 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835198, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "Piedras Negras", "Nogales", "Santa Catarina", "Tampico", "Victoria", "Nuevo Laredo", "Matamoros", "Apodaca", "Reynosa", "Saltillo", "Hermosillo", "Chihuahua", "Mexicali", "Monterrey", "Juárez", "Tijuana" ], "tickvals": [ 1, 2, 3.0000000000000004, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "Piedras Negras", "Nogales", "Santa Catarina", "Tampico", "Victoria", "Nuevo Laredo", "Matamoros", "Apodaca", "Reynosa", "Saltillo", "Hermosillo", "Chihuahua", "Mexicali", "Monterrey", "Juárez", "Tijuana" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 0, "color": null, "family": null }, "text": "categoria" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 62.27073034590941, "l": 103.94354503943543, "r": 7.305936073059362, "t": 46.435250526574734 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(204,204,204,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~iguzmanvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-07-14 18:52:29", "mapbox_access_tokens": null, "has_password": null, "username": "iguzmanvt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-15T15:31:12.848957Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/330.embed", "fid": "iguzmanvt:330", "filename": "piramides_poblacionales", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/330/9_RLEYSTJEACTCXUY4WEHTDBENNS3425.png", "image_urls": { "default": "https://api.plotly.com/v2/files/iguzmanvt:330/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:330/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/330/9_RLEYSTJEACTCXUY4WEHTDBENNS3425.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iguzmanvt:330", "plots": "https://api.plotly.com/v2/plots/iguzmanvt:330", "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt" }, "owner": "iguzmanvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~iguzmanvt/330/", "world_readable": true, "date_modified": "2025-07-15T15:31:12.859Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/330/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Hombres", "type": "bar", "xsrc": "iguzmanvt:329:7629bf", "ysrc": "iguzmanvt:329:364e4b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(44,62,80,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:329:cdf99f", "textsrc": "iguzmanvt:329:004f17", "widthsrc": "iguzmanvt:329:86f878", "hoverinfo": "text", "showlegend": true, "legendgroup": "Hombres", "orientation": "v", "textposition": "none" }, { "name": "Mujeres", "type": "bar", "xsrc": "iguzmanvt:329:41d026", "ysrc": "iguzmanvt:329:64bed6", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(52,152,219,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:329:ed52c4", "textsrc": "iguzmanvt:329:820a2b", "widthsrc": "iguzmanvt:329:ee5219", "hoverinfo": "text", "showlegend": true, "legendgroup": "Mujeres", "orientation": "v", "textposition": "none" }, { "line": { "dash": "dash", "color": "rgba(127,127,127,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "xintercept: 0", "type": "scatter", "xsrc": "iguzmanvt:329:6ad21b", "ysrc": "iguzmanvt:329:1b3482", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "name": "Hombres", "type": "bar", "xsrc": "iguzmanvt:329:5dbda1", "ysrc": "iguzmanvt:329:b64bec", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(44,62,80,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:329:b76924", "textsrc": "iguzmanvt:329:da3bdc", "widthsrc": "iguzmanvt:329:5c6f6d", "hoverinfo": "text", "showlegend": true, "legendgroup": "Hombres", "orientation": "v", "textposition": "none" }, { "name": "Mujeres", "type": "bar", "xsrc": "iguzmanvt:329:3ca4eb", "ysrc": "iguzmanvt:329:fdca02", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "transparent", "width": 1.8897637795275593 }, "color": "rgba(52,152,219,1)", "autocolorscale": false }, "basesrc": "iguzmanvt:329:824a41", "textsrc": "iguzmanvt:329:7f6ea5", "widthsrc": "iguzmanvt:329:81f32f", "hoverinfo": "text", "showlegend": true, "legendgroup": "Mujeres", "orientation": "v", "textposition": "none" }, { "line": { "dash": "dash", "color": "rgba(127,127,127,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "xintercept: 0", "type": "scatter", "xsrc": "iguzmanvt:329:6f5a72", "ysrc": "iguzmanvt:329:82b842", "frame": null, "xaxis": "x2", "yaxis": "y2", "hoveron": "points", "hoverinfo": "text", "showlegend": false } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Pirámide poblacional de Nuevo Laredo </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ -176147.05, 190990.05 ], "ticks": "", "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835205, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "100k", "0k", "100k" ], "tickvals": [ -100000, 0, 100000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "100k", "0k", "100k" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0.4, 14.6 ], "ticks": "", "anchor": "x", "domain": [ 0.52, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835198, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0-4", "5-9", "10-14", "15-19", "20-24", "25-29", "30-34", "35-39", "40-44", "45-49", "50-54", "55-59", "60-64", "65+" ], "tickvals": [ 1, 2, 3, 3.9999999999999996, 5, 6, 7, 7.999999999999999, 9, 10, 11, 12, 13, 14 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0-4", "5-9", "10-14", "15-19", "20-24", "25-29", "30-34", "35-39", "40-44", "45-49", "50-54", "55-59", "60-64", "65+" ], "categoryorder": "array", "showticklabels": true }, "images": [], "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 0, "color": null, "family": null }, "text": "sexo" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 43.38668265608905, "l": 58.77957658779576, "r": 7.305936073059362, "t": 46.435250526574734 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0.52, "y1": 1, "line": { "color": "rgba(204,204,204,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" }, { "x0": 0, "x1": 1, "y0": 0, "y1": 0.48, "line": { "color": "rgba(204,204,204,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "xaxis2": { "type": "linear", "range": [ -22128.5, 21200.5 ], "ticks": "", "anchor": "y2", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835205, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "20k", "10k", "0k", "10k", "20k" ], "tickvals": [ -20000, -10000.000000000002, 0, 10000, 20000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "20k", "10k", "0k", "10k", "20k" ], "categoryorder": "array", "showticklabels": true }, "yaxis2": { "type": "linear", "range": [ 0.4, 14.6 ], "ticks": "", "anchor": "x2", "domain": [ 0, 0.48 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835198, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0-4", "5-9", "10-14", "15-19", "20-24", "25-29", "30-34", "35-39", "40-44", "45-49", "50-54", "55-59", "60-64", "65+" ], "tickvals": [ 1, 2, 3, 3.9999999999999996, 5, 6, 7, 7.999999999999999, 9, 10, 11, 12, 13, 14 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0-4", "5-9", "10-14", "15-19", "20-24", "25-29", "30-34", "35-39", "40-44", "45-49", "50-54", "55-59", "60-64", "65+" ], "categoryorder": "array", "showticklabels": true }, "barmode": "relative", "hovermode": "closest", "showlegend": true, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~iguzmanvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-07-14 18:52:29", "mapbox_access_tokens": null, "has_password": null, "username": "iguzmanvt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-15T15:31:04.174880Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/328.embed", "fid": "iguzmanvt:328", "filename": "proporcion_nuevo_laredo", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/iguzmanvt:328/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/328/2_ZUS0QXL85IGHF24WKFNIG5UR6V5AEA.png", "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:328/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:328/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iguzmanvt:328", "plots": "https://api.plotly.com/v2/plots/iguzmanvt:328", "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt" }, "owner": "iguzmanvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~iguzmanvt/328/", "world_readable": true, "date_modified": "2025-07-15T15:31:04.185Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/328/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(52,152,219,1)", "width": 3.7795275590551185 }, "mode": "lines+markers", "type": "scatter", "xsrc": "iguzmanvt:327:21bf50", "ysrc": "iguzmanvt:327:37ea58", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(52,152,219,1)", "width": 1.8897637795275593 }, "size": 7.559055118110237, "color": "rgba(52,152,219,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "iguzmanvt:327:daad77", "hoverinfo": "text", "showlegend": false }, { "mode": "text", "type": "scatter", "xsrc": "iguzmanvt:327:a23172", "ysrc": "iguzmanvt:327:ddd6ca", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "iguzmanvt:327:9e6e3e", "textfont": { "size": 11.338582677165356, "color": "rgba(0,0,0,1)" }, "hoverinfo": "text", "showlegend": false, "hovertextsrc": "iguzmanvt:327:d958fd" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Proporción poblacional de Nuevo Laredo </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 2014.25, 2030.75 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Año" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835205, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2015", "2020", "2025", "2030" ], "tickvals": [ 2015, 2020, 2025, 2030 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2015", "2020", "2025", "2030" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0.11281425312080692, 0.11651280643393519 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Porcentaje del total estatal" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835198, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "11.3%", "11.4%", "11.5%", "11.6%" ], "tickvals": [ 0.113, 0.114, 0.115, 0.116 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "11.3%", "11.4%", "11.5%", "11.6%" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 45.70672485878664, "l": 58.77957658779576, "r": 7.305936073059362, "t": 46.435250526574734 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(204,204,204,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~iguzmanvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-07-14 18:52:29", "mapbox_access_tokens": null, "has_password": null, "username": "iguzmanvt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-15T15:30:59.805381Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/326.embed", "fid": "iguzmanvt:326", "filename": "poblacion_nuevo_laredo", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/iguzmanvt:326/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/326/2_PWAEIF7O94LAGW8SBDU4LG01LTW35Q.png", "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:326/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:326/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iguzmanvt:326", "plots": "https://api.plotly.com/v2/plots/iguzmanvt:326", "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt" }, "owner": "iguzmanvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~iguzmanvt/326/", "world_readable": true, "date_modified": "2025-07-15T15:30:59.816Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/326/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(44,62,80,1)", "width": 3.7795275590551185 }, "mode": "lines+markers", "type": "scatter", "xsrc": "iguzmanvt:325:ce5b9d", "ysrc": "iguzmanvt:325:44b3d6", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(44,62,80,1)", "width": 1.8897637795275593 }, "size": 7.559055118110237, "color": "rgba(44,62,80,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "iguzmanvt:325:69056e", "hoverinfo": "text", "showlegend": false }, { "mode": "text", "type": "scatter", "xsrc": "iguzmanvt:325:56a035", "ysrc": "iguzmanvt:325:bb6eec", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "iguzmanvt:325:b294c1", "textfont": { "size": 11.338582677165356, "color": "rgba(0,0,0,1)" }, "hoverinfo": "text", "showlegend": false, "hovertextsrc": "iguzmanvt:325:c4ec77" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 18.596928185969286, "color": "rgba(0,0,0,1)", "family": "" }, "text": "<b> Población de Nuevo Laredo </b>", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 2014.25, 2030.75 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Año" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835205, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "2015", "2020", "2025", "2030" ], "tickvals": [ 2015, 2020, 2025, 2030 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "2015", "2020", "2025", "2030" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 404811.6, 443980.4 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Número de habitantes" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 13.283520132835198, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "410,000", "420,000", "430,000", "440,000" ], "tickvals": [ 410000, 420000, 430000, 440000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "410,000", "420,000", "430,000", "440,000" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 45.70672485878664, "l": 72.06309672063097, "r": 7.305936073059362, "t": 46.435250526574734 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": "rgba(204,204,204,1)", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": "transparent" } ], "barmode": "relative", "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~iguzmanvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-07-14 18:52:29", "mapbox_access_tokens": null, "has_password": null, "username": "iguzmanvt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-15T14:43:18.191715Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Samuelu/1.embed", "fid": "Samuelu:1", "filename": "3d-plot", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Samuelu:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Samuelu:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Samuelu:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Samuelu:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Samuelu:1", "plots": "https://api.plotly.com/v2/plots/Samuelu:1", "parent": "https://api.plotly.com/v2/folders/home?user=Samuelu" }, "owner": "Samuelu", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Samuelu/1/", "world_readable": true, "date_modified": "2025-07-15T14:43:18.213Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Samuelu/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "", "type": "scatter3d", "xsrc": "Samuelu:0:8f5b58", "ysrc": "Samuelu:0:b0f65a", "zsrc": "Samuelu:0:acd83f", "scene": "scene", "marker": { "size": 5, "color": "#636efa", "symbol": "circle", "opacity": 0.8 }, "showlegend": false, "legendgroup": "", "hovertemplate": "pH=%{x}<br>Ka=%{y}<br>Sorbate_val=%{z}<extra></extra>" } ], "layout": { "scene": { "xaxis": { "title": { "text": "pH" } }, "yaxis": { "type": "log", "title": { "text": "Ka" } }, "zaxis": { "type": "log", "title": { "text": "Sorbate_val" } }, "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] } }, "title": { "text": "pH vs Ka vs Sorbate_val (Bentonite-Cesium @ 25 temp" }, "legend": { "tracegroupgap": 0 }, "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": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Samuelu", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-15 14:37:05", "mapbox_access_tokens": null, "has_password": null, "username": "Samuelu", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-15T14:31:58.631874Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~stomachine/3.embed", "fid": "stomachine:3", "filename": "UAE", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/stomachine:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/stomachine:3/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/stomachine:3/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/stomachine:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/stomachine:3", "plots": "https://api.plotly.com/v2/plots/stomachine:3", "parent": "https://api.plotly.com/v2/folders/home?user=stomachine" }, "owner": "stomachine", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~stomachine/3/", "world_readable": true, "date_modified": "2025-07-15T14:31:58.641Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~stomachine/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Category", "y": " A24", "text": " A24" } }, "mode": "markers", "name": "A24", "type": "bar", "xsrc": "stomachine:2:7787d5", "ysrc": "stomachine:2:c73f8a", "xaxis": "x", "marker": { "color": "rgb(181, 181, 184)" }, "textsrc": "stomachine:2:c73f8a", "visible": true, "textfont": { "size": 42, "family": "Roboto" }, "legendgroup": "", "orientation": "v", "textposition": "outside", "texttemplate": "" }, { "meta": { "columnNames": { "x": "Category", "y": " BGT", "text": " BGT" } }, "name": "BGT", "type": "bar", "xsrc": "stomachine:2:7787d5", "ysrc": "stomachine:2:fce7da", "marker": { "color": "rgb(89, 110, 145)" }, "textsrc": "stomachine:2:fce7da", "visible": true, "textfont": { "size": 42, "family": "Roboto" }, "orientation": "v", "textposition": "outside" }, { "meta": { "columnNames": { "x": "Category", "y": " LE", "text": " LE" } }, "name": "LE", "type": "bar", "xsrc": "stomachine:2:7787d5", "ysrc": "stomachine:2:f48cda", "marker": { "color": "rgb(10, 152, 228)" }, "textsrc": "stomachine:2:f48cda", "visible": true, "textfont": { "size": 42, "family": "Roboto" }, "orientation": "v", "textposition": "outside" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 2.5949845375316274 ], "ticks": "", "title": { "text": "Click to enter X axis title" }, "showgrid": false, "showline": false, "tickfont": { "size": 28 }, "zeroline": true, "autorange": true, "fixedrange": false, "showspikes": false, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0, 7863.336251738848 ], "showgrid": false, "zeroline": true, "autorange": true }, "legend": { "x": 0.42091524746818076, "y": -0.05168986083499006, "font": { "size": 24 }, "orientation": "h" }, "shapes": [ { "x0": -0.3666081871345029, "x1": -0.06986354775828467, "y0": 4677.230389661757, "y1": 5826.026006296088, "line": { "dash": "solid", "color": "#444444", "width": 1 }, "type": "circle", "opacity": 1, "fillcolor": "rgb(255, 255, 255)" }, { "x0": -0.26732943469785575, "x1": -0.26386768447837144, "y0": 4717.256808085681, "y1": 1807.8878849012572, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "rgb(250, 250, 250)" }, { "x0": -0.03175438596491221, "x1": 0.24610136452241715, "y0": 5438.231111285475, "y1": 6530.166769037222, "line": { "dash": "solid", "color": "rgb(0, 0, 0)", "width": 1 }, "type": "circle", "opacity": 1, "fillcolor": "rgb(255, 255, 255)" }, { "x0": 0.25, "x1": 1.75, "y0": 2045.551006781855, "y1": 7045.967543439844, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "rgb(0, 0, 0)" }, { "x0": -0.011773879142300235, "x1": -0.015243664717348915, "y0": 2006.9321013491333, "y1": 5711.682624069485, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 0.24614035087719294, "x1": 0.31327485380116954, "y0": 5875.529084533777, "y1": 5878.397021056364, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 0.31465430016863394, "x1": 0.3135087719298245, "y0": 1955.9905460183104, "y1": 5882.387193609527, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": -0.07512670565302138, "x1": 0.2642300194931774, "y0": 5145.327507304791, "y1": 5133.3569896453, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 0.2634232715008432, "x1": 0.262280701754386, "y0": 1967.5048391516052, "y1": 5136.474311952459, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 0.642280701754386, "x1": 0.9321637426900585, "y0": 4630.969326623513, "y1": 5781.635336642141, "line": { "color": "#444444", "width": 1 }, "type": "circle", "opacity": 1, "fillcolor": "rgb(255, 255, 255)" }, { "x0": 0.9982651072124756, "x1": 1.2622027290448343, "y0": 3158.096882936905, "y1": 4208.50980755729, "line": { "color": "#444444", "width": 1 }, "type": "circle", "opacity": 1, "fillcolor": "rgb(255, 252, 252)" }, { "x0": 0.6957251908396949, "x1": 0.692261208576998, "y0": 1776.8409331129935, "y1": 4771.996987799398, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 0.9337816764132553, "x1": 1.2696296296296297, "y0": 5178.246430868393, "y1": 5181.987217636983, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 1.2731008099839705, "x1": 1.2696296296296297, "y0": 1832.534675849678, "y1": 5174.755029884374, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 1.0028753180661578, "x1": 1.0017348927875243, "y0": 1867.5935614171506, "y1": 3602.5023510455303, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 1.3433164232131873, "x1": 1.3375438596491225, "y0": 1886.0840291798208, "y1": 3684.550274169961, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 1.262475633528265, "x1": 1.339844054580897, "y0": 3673.577299648761, "y1": 3669.7118199878823, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 1.590689020960024, "x1": 1.8396969674787995, "y0": 6127.2705615345085, "y1": 6923.124743785941, "line": { "color": "#444444", "width": 1 }, "type": "circle", "opacity": 1, "fillcolor": "rgb(255, 255, 255)" }, { "x0": 1.9774838001783526, "x1": 2.350465101472004, "y0": 6959.138836117009, "y1": 7857.913261220408, "line": { "color": "#444444", "width": 1 }, "type": "circle", "opacity": 1, "fillcolor": "rgb(255, 255, 255)" }, { "x0": 1.5998226178245778, "x1": 1.5963605496797277, "y0": 5157.372442847364, "y1": 6512.126168045153, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 2.3516133250778335, "x1": 2.356241014155874, "y0": 7363.770365180101, "y1": 5078.630620519607, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 2.208085374349132, "x1": 2.206937150743303, "y0": 6760.0470398150155, "y1": 5080.257517675139, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 2.5941146711635747, "x1": 2.546155143338954, "y0": 558.6686962041161, "y1": 550.3921229270178, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 1.809634385798897, "x1": 2.206867561433859, "y0": 6771.9037024398385, "y1": 6759.949854055795, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 1.9799716179909834, "x1": 1.9919931711974723, "y0": 7337.523091070848, "y1": 6322.122346398033, "line": { "color": "#444444", "width": 1 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" } ], "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "x", "annotations": [ { "x": -0.22635477582846006, "y": 5259.047425069961, "font": { "size": 30, "family": "Roboto" }, "text": "-24%", "showarrow": false }, { "x": 0.10647173489278754, "y": 6033.76436484518, "ax": -45, "ay": -56, "font": { "size": 30, "family": "Roboto" }, "text": "-85%", "showarrow": false }, { "x": 0.7904119623515088, "y": 5195.550296097186, "font": { "size": 30, "family": "Roboto" }, "text": "-85%", "showarrow": false }, { "x": 1.133944020356234, "y": 3611.3404909756186, "font": { "size": 30, "family": "Roboto" }, "text": "-81%", "showarrow": false }, { "x": 1.7076686501357556, "y": 6473.543421634869, "font": { "size": 30, "family": "Roboto" }, "text": "-3%", "showarrow": false }, { "x": 2.1593902550655404, "y": 7384.173985524956, "font": { "size": 30, "family": "Roboto" }, "text": "-31%", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~stomachine", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-05-08 11:22:12", "mapbox_access_tokens": null, "has_password": null, "username": "stomachine", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-15T14:27:12.204279Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gico66/1.embed", "fid": "gico66:1", "filename": "Splice 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/gico66:1/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gico66/1/2_5HYWMXPSRX684W8HL4WCVXGA3K56Y1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gico66/1/8_IMD278E83E0FS1MXFU037G8TZ0HCRC.png", "list-thumb": "https://api.plotly.com/v2/files/gico66:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gico66:1", "plots": "https://api.plotly.com/v2/plots/gico66:1", "parent": "https://api.plotly.com/v2/folders/home?user=gico66" }, "owner": "gico66", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~gico66/1/", "world_readable": true, "date_modified": "2025-07-15T14:27:12.214Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gico66/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "gico66:0:d7efdb", "ysrc": "gico66:0:39ed04" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 2, 33.3 ], "title": { "text": "Fibre Lenght (Km)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.058333333333333334, -0.051666666666666666 ], "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/~gico66", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-15 13:54:12", "mapbox_access_tokens": null, "has_password": null, "username": "gico66", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "