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=cj0xJnA9MjAyNS0wNi0yNSsxNyUzQTM2JTNBNDkuODAzMDY5JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI1KzE3JTNBMzclM0ExOC4xMTY1MjglMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yNSsxOSUzQTI2JTNBMDAuMzY1MDU5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-25T19:26:00.365059Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~adaasdfa/3.embed", "fid": "adaasdfa:3", "filename": "td3 pakcetrate", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/adaasdfa/3/9_N7MAZA96AOA95UVT9NW992JW8ZARAJ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/adaasdfa/3/2_ODH7A1MBORS78VNUQA02CT800DZRC1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/adaasdfa/3/8_Q6J4L7X6Z9WLTGGL6X9G6CZWFUKJT3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/adaasdfa/3/9_N7MAZA96AOA95UVT9NW992JW8ZARAJ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/adaasdfa:3", "plots": "https://api.plotly.com/v2/plots/adaasdfa:3", "parent": "https://api.plotly.com/v2/folders/home?user=adaasdfa" }, "owner": "adaasdfa", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~adaasdfa/3/", "world_readable": true, "date_modified": "2025-06-26T16:56:34.470Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~adaasdfa/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Time (s)", "y": "Packet Rate" } }, "mode": "lines", "type": "scatter", "xsrc": "adaasdfa:4:8574ea", "ysrc": "adaasdfa:4:214d38", "stackgroup": 1 } ], "frames": [], "layout": { "title": { "text": "Packet Rate during Attack" }, "xaxis": { "type": "linear", "range": [ 0, 70 ], "title": { "text": "Time(s)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 1684.2105263157896 ], "title": { "text": "Packet Rate " }, "autorange": true }, "shapes": [], "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" }, "annotations": [ { "x": 40, "y": 500, "ax": -32, "ay": -24, "text": "<b>Attack Starts</b>", "yref": "y", "xanchor": "center", "showarrow": true }, { "x": 41, "y": 816, "ax": -88, "ay": -42, "font": { "size": 11 }, "text": "<b>Detection Starts</b>" }, { "x": 43, "y": 1502, "ax": -68, "ay": -11, "text": "<b>Mitigation Starts</b>" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~adaasdfa", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 19:20:29", "mapbox_access_tokens": null, "has_password": null, "username": "adaasdfa", "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-06-25T19:21:30.782368Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~adaasdfa/1.embed", "fid": "adaasdfa:1", "filename": "td3 packetloss", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/adaasdfa/1/9_NHUGSJOATIJJM6F9XXDV30WBX3IB1Z.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/adaasdfa/1/2_0TSJMU1TOY5Y2F9ZUDTFRIYR08FA6A.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/adaasdfa/1/8_KTW6K5SASXY9CNDTYPBHQRVS5M603F.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/adaasdfa/1/9_NHUGSJOATIJJM6F9XXDV30WBX3IB1Z.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/adaasdfa:1", "plots": "https://api.plotly.com/v2/plots/adaasdfa:1", "parent": "https://api.plotly.com/v2/folders/home?user=adaasdfa" }, "owner": "adaasdfa", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~adaasdfa/1/", "world_readable": true, "date_modified": "2025-06-26T16:59:27.488Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~adaasdfa/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Time (s)", "y": "Packet Loss (%)" } }, "mode": "lines", "type": "scatter", "xsrc": "adaasdfa:0:bf79d5", "ysrc": "adaasdfa:0:49bd45" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 73.06010928961749 ], "title": { "text": "Time(s)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -5.555555555555556, 105.55555555555556 ], "title": { "text": " Packet Loss (%)" }, "autorange": true }, "shapes": [ { "x0": 0, "x1": 39, "y0": 0.26350461133070824, "y1": 100.17566974088713, "line": { "color": "#444444" }, "opacity": 0.3, "fillcolor": "rgb(36, 219, 57)" }, { "x0": 39.00568306010929, "x1": 47.000218579234975, "y0": 0.26350461133070824, "y1": 101.0540184453228, "line": { "color": "#444444" }, "opacity": 0.3, "fillcolor": "rgb(235, 25, 25)" }, { "x0": 46.92375347128908, "x1": 73.06010928961749, "y0": 0.26350461133070824, "y1": 101.0540184453228, "line": { "color": "#444444" }, "opacity": 0.3, "fillcolor": "rgb(40, 226, 233)" } ], "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" }, "annotations": [ { "x": 39.131473618202996, "y": 20, "ax": -32, "ay": -24, "text": "<b>Attack Starts</b>", "yref": "y", "xanchor": "center", "showarrow": true }, { "x": 41.04, "y": 42, "ax": -88, "ay": -42, "font": { "size": 11 }, "text": "<b>Detection Starts</b>" }, { "x": 43, "y": 82, "ax": -49, "ay": -30, "text": "<b>Mitigation Starts</b>" }, { "x": 7.55752933799158, "y": 36.20973562866816, "text": "Normal Phase", "showarrow": false }, { "x": 43.01443877093972, "y": 11.146965417658555, "ax": -231, "ay": -101, "text": "Attack Phase", "showarrow": false }, { "x": 68.54874734987608, "y": 93.18965757742353, "text": "Recovery Phase", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~adaasdfa", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 19:20:29", "mapbox_access_tokens": null, "has_password": null, "username": "adaasdfa", "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-06-25T19:14:04.102576Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RafhaelSPCC/1.embed", "fid": "RafhaelSPCC:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/RafhaelSPCC/1/9_T3FFJHIPG1KY9J1JZ4ZTTV1NBGBR76.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/RafhaelSPCC/1/2_ZCN2T0YBJZC5Q8U56ZFPKC2NKDTFKS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RafhaelSPCC/1/8_HOOI42WBMRW9W42AHVR2D7ZVCD93E6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RafhaelSPCC/1/9_T3FFJHIPG1KY9J1JZ4ZTTV1NBGBR76.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RafhaelSPCC:1", "plots": "https://api.plotly.com/v2/plots/RafhaelSPCC:1", "parent": "https://api.plotly.com/v2/folders/home?user=RafhaelSPCC" }, "owner": "RafhaelSPCC", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~RafhaelSPCC/1/", "world_readable": true, "date_modified": "2025-06-25T19:14:05.344Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RafhaelSPCC/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Campaña", "y": "CPS2 Producción" } }, "mode": "lines", "name": "CPS2", "type": "scatter", "xsrc": "RafhaelSPCC:0:aa51e9", "ysrc": "RafhaelSPCC:0:f4460e", "orientation": "v" }, { "meta": { "columnNames": { "x": "Campaña", "y": "CPS1 Producción" } }, "mode": "lines", "name": "CPS1", "type": "scatter", "xsrc": "RafhaelSPCC:0:aa51e9", "ysrc": "RafhaelSPCC:0:da73f9", "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Campaña", "y": "CPS3 Producción" } }, "mode": "lines", "name": "CPS3", "type": "scatter", "xsrc": "RafhaelSPCC:0:aa51e9", "ysrc": "RafhaelSPCC:0:094933", "stackgroup": null }, { "meta": { "columnNames": { "x": "Campaña", "y": "CPS4 Producción" } }, "mode": "lines", "name": "CPS4", "type": "scatter", "xsrc": "RafhaelSPCC:0:aa51e9", "ysrc": "RafhaelSPCC:0:baf8e9", "xaxis": "x", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Producción por campaña" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0, 24 ], "title": { "font": { "size": 14 }, "text": "Campaña" }, "domain": [ 0, 1 ], "showline": false, "autorange": false, "gridwidth": 1, "rangeslider": { "range": [ 0, 24 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "range": [ 15.777777777777777, 100.22222222222223 ], "title": { "text": "Producción (TM)" }, "autorange": true }, "legend": { "x": 0.025555555555555592, "y": 0.98 }, "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/~RafhaelSPCC", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.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-06-25 15:03:12", "mapbox_access_tokens": null, "has_password": null, "username": "RafhaelSPCC", "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-06-25T18:24:18.961939Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gibreira/4.embed", "fid": "gibreira:4", "filename": "Plot 4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gibreira/4/9_6HG3SQFNHAZXRR4FBSZ9I5Q20RDAXS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gibreira/4/2_44XT4H00EK9TCBNQMP32SJ43SWK2GA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gibreira/4/8_7P9HC0FUHXGPDSVQ1IY5AVUB0NQGP8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gibreira/4/9_6HG3SQFNHAZXRR4FBSZ9I5Q20RDAXS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gibreira:4", "plots": "https://api.plotly.com/v2/plots/gibreira:4", "parent": "https://api.plotly.com/v2/folders/home?user=gibreira" }, "owner": "gibreira", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~gibreira/4/", "world_readable": true, "date_modified": "2025-06-25T18:24:18.975Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gibreira/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "", "y": "A" } }, "mode": "markers", "type": "box", "ysrc": "gibreira:3:cfb098", "xaxis": "x2", "boxpoints": false, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "gibreira:3:cfb098", "ysrc": "gibreira:3:d5e753", "yaxis": "y", "marker": { "size": 10 }, "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -1, 1 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 109.05555555555556, 207.94444444444446 ], "autorange": true }, "xaxis2": { "side": "top", "type": "category", "range": [ -0.5, 0.5 ], "autorange": true, "overlaying": "x" }, "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/~gibreira", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-23 18:16:35", "mapbox_access_tokens": null, "has_password": null, "username": "gibreira", "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-06-25T18:06:14.718954Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~madiebiyuer23/6.embed", "fid": "madiebiyuer23:6", "filename": "Spiru75ibvue", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/madiebiyuer23/6/9_2PR13U03H541YB3J358JLRUAACRRXW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/madiebiyuer23/6/2_S7KMYRICFNKWPCN1D4LCI5KOU3FXL2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/madiebiyuer23/6/8_2GBK8VM93JTDB704B321TZVUSLPUN5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/madiebiyuer23/6/9_2PR13U03H541YB3J358JLRUAACRRXW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/madiebiyuer23:6", "plots": "https://api.plotly.com/v2/plots/madiebiyuer23:6", "parent": "https://api.plotly.com/v2/folders/home?user=madiebiyuer23" }, "owner": "madiebiyuer23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~madiebiyuer23/6/", "world_readable": true, "date_modified": "2025-06-25T18:06:14.730Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~madiebiyuer23/6/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "madiebiyuer23:5:80ee04", "ysrc": "madiebiyuer23:5:7e1cd3" } ], "frames": [], "layout": { "title": { "text": "Spirulina Relative Absorbance" }, "xaxis": { "type": "linear", "range": [ 400, 760 ], "title": { "text": "Wavelength (nm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -5.608333333333333, 105.55833333333334 ], "title": { "text": "Asorbance %" }, "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/~madiebiyuer23", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.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": "2025-06-11 17:28:20", "mapbox_access_tokens": null, "has_password": null, "username": "madiebiyuer23", "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-06-25T18:02:51.282529Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~madiebiyuer23/4.embed", "fid": "madiebiyuer23:4", "filename": "Geraniu23fire^nfiw", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/madiebiyuer23/4/9_E2ISPMM9Y3AN5AJSYGCMA2DVW030RB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/madiebiyuer23/4/2_AWLY2N9RPY0EG4QKZ67UKACQN80IHN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/madiebiyuer23/4/8_CAJR2YH9V03N0KGT19NTXNCMO14B9X.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/madiebiyuer23/4/9_E2ISPMM9Y3AN5AJSYGCMA2DVW030RB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/madiebiyuer23:4", "plots": "https://api.plotly.com/v2/plots/madiebiyuer23:4", "parent": "https://api.plotly.com/v2/folders/home?user=madiebiyuer23" }, "owner": "madiebiyuer23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~madiebiyuer23/4/", "world_readable": true, "date_modified": "2025-06-25T18:02:51.293Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~madiebiyuer23/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "madiebiyuer23:3:922bde", "ysrc": "madiebiyuer23:3:86eb70" } ], "frames": [], "layout": { "title": { "text": "Geranium Relative Absorbance of Different Wavelengths" }, "xaxis": { "type": "linear", "range": [ 400, 760 ], "title": { "text": "Wavelength (nm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -5.09111111111111, 105.53111111111112 ], "title": { "text": "Absorbance %" }, "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/~madiebiyuer23", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.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": "2025-06-11 17:28:20", "mapbox_access_tokens": null, "has_password": null, "username": "madiebiyuer23", "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-06-25T17:45:36.241635Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gibreira/2.embed", "fid": "gibreira:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gibreira/2/9_3476EQ43G64JGPAAJGYVW7DBCH97FH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gibreira/2/2_Y1CZE5V8R4V5XXW7C87IFUXGCD2BFH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gibreira/2/8_6DNH074BVLMPE6P557TGRJRKWKNB4C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gibreira/2/9_3476EQ43G64JGPAAJGYVW7DBCH97FH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gibreira:2", "plots": "https://api.plotly.com/v2/plots/gibreira:2", "parent": "https://api.plotly.com/v2/folders/home?user=gibreira" }, "owner": "gibreira", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~gibreira/2/", "world_readable": true, "date_modified": "2025-06-25T17:45:36.255Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gibreira/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "POR", "text": "" } }, "mode": "markers", "name": "PORT", "type": "box", "ysrc": "gibreira:1:f0ec71", "marker": { "color": "rgb(64, 208, 241)" }, "boxmean": false, "hoveron": "boxes+points", "notched": false, "boxpoints": "outliers", "hoverlabel": { "align": "auto" }, "hovertemplate": "" }, { "meta": { "columnNames": { "y": "RLM EST MFI", "text": "" } }, "name": "RLM EST MFI", "type": "box", "ysrc": "gibreira:1:d0b7d5", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "DADM DCON" } }, "name": "DADM DCON", "type": "box", "ysrc": "gibreira:1:39414f", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "DTRIB" } }, "name": "DTRIB", "type": "box", "ysrc": "gibreira:1:c38945", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "DCIV DEMP DPEN" } }, "name": "DCIV DEMP DPEN", "type": "box", "ysrc": "gibreira:1:5f5897", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "CTBGA" } }, "name": "CTBGA", "type": "box", "ysrc": "gibreira:1:f84937", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "LTE" } }, "name": "LTE", "type": "box", "ysrc": "gibreira:1:42a3ba", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "AUD" } }, "name": "AUD", "type": "box", "ysrc": "gibreira:1:355f39", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "CAV CUST" } }, "name": "CAV CUST", "type": "box", "ysrc": "gibreira:1:74bc6c", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "DTRIB II" } }, "name": "DTRIB II", "type": "box", "ysrc": "gibreira:1:373e76", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" }, { "meta": { "columnNames": { "y": "ADPU" } }, "name": "ADPU", "type": "box", "ysrc": "gibreira:1:529fb0", "marker": { "color": "rgb(64, 208, 241)" }, "notched": false, "boxpoints": "outliers" } ], "frames": [], "layout": { "title": { "text": "CUIABÁ TODOS" }, "xaxis": { "type": "category", "range": [ -0.5, 10.5 ], "autorange": true, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -1.7222222222222223, 52.72222222222222 ], "autorange": true, "showticklabels": true }, "boxgap": 0.19999999999999996, "boxmode": "overlay", "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" }, "clickmode": "event", "hovermode": "x", "separators": ",.", "showlegend": false, "boxgroupgap": 0.1, "uniformtext": { "mode": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gibreira", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-23 18:16:35", "mapbox_access_tokens": null, "has_password": null, "username": "gibreira", "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-06-25T17:40:28.129025Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~collinssjrs/2.embed", "fid": "collinssjrs:2", "filename": "crepidula 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/collinssjrs/2/9_KQ63AZR21W2TSBGIV16AULGMAUCJ4L.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/collinssjrs/2/2_KSPMONW6SEG3KRS8KO2ZYNLB7XH9DS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/collinssjrs/2/8_PCP7JYL9KHE8MJEW6S56M0HKR4UJ4G.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/collinssjrs/2/9_KQ63AZR21W2TSBGIV16AULGMAUCJ4L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/collinssjrs:2", "plots": "https://api.plotly.com/v2/plots/collinssjrs:2", "parent": "https://api.plotly.com/v2/folders/home?user=collinssjrs" }, "owner": "collinssjrs", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~collinssjrs/2/", "world_readable": true, "date_modified": "2025-06-25T17:40:28.140Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~collinssjrs/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Level", "y": "Count" } }, "mode": "markers", "type": "scatter", "xsrc": "collinssjrs:0:ac0733", "ysrc": "collinssjrs:0:a289f4" } ], "frames": [], "layout": { "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "xaxis": { "side": "bottom", "type": "linear", "range": [ 8.747963378376928, 13.252036621623072 ], "title": { "text": "level" }, "anchor": "y", "domain": [ 0.22, 1 ], "autorange": true }, "yaxis": { "side": "left", "type": "linear", "range": [ 0.1330654163875865, 12.866934583612414 ], "title": { "text": "count" }, "anchor": "x", "domain": [ 0.15, 1 ], "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/~collinssjrs", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/76.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": "2025-06-25 16:46:46", "mapbox_access_tokens": null, "has_password": null, "username": "collinssjrs", "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-06-25T17:37:43.215054Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/324.embed", "fid": "iguzmanvt:324", "filename": "grafica_operaciones_aduaneras_Nuevo Laredo", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/324/9_ZOE0TH28XUZAP5S8O15HWLRGZWZDGN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/324/2_VIAR2XTBA436NP8F855ILDK68PL3MX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/324/8_2WSA7T8F0W4I8ZPDAKK9P28KHZ4BRB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/324/9_ZOE0TH28XUZAP5S8O15HWLRGZWZDGN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iguzmanvt:324", "plots": "https://api.plotly.com/v2/plots/iguzmanvt:324", "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/324/", "world_readable": true, "date_modified": "2025-06-25T17:37:43.229Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/324/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "toself", "line": { "dash": "solid", "color": "transparent", "width": 1.8897637795275593 }, "mode": "lines", "name": "Exportaciones", "text": "as.Date(fecha): 2012-01-31<br />valor: 68814.65<br />tipo: Exportaciones", "type": "scatter", "xsrc": "iguzmanvt:323:9e088f", "ysrc": "iguzmanvt:323:1a9f8f", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "fillcolor": "rgba(46,204,113,0.9)", "hoverinfo": "text", "showlegend": true, "legendgroup": "Exportaciones" }, { "fill": "toself", "line": { "dash": "solid", "color": "transparent", "width": 1.8897637795275593 }, "mode": "lines", "name": "Importaciones", "text": "as.Date(fecha): 2012-01-31<br />valor: 77263.42<br />tipo: Importaciones", "type": "scatter", "xsrc": "iguzmanvt:323:bd2c56", "ysrc": "iguzmanvt:323:63650c", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "fillcolor": "rgba(155,89,182,0.9)", "hoverinfo": "text", "showlegend": true, "legendgroup": "Importaciones" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 15366.013, 19360.987 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "jul.. 2012", "ene.. 2013", "jul.. 2013", "ene.. 2014", "jul.. 2014", "ene.. 2015", "jul.. 2015", "ene.. 2016", "jul.. 2016", "ene.. 2017", "jul.. 2017", "ene.. 2018", "jul.. 2018", "ene.. 2019", "jul.. 2019", "ene.. 2020", "jul.. 2020", "ene.. 2021", "jul.. 2021", "ene.. 2022", "jul.. 2022", "ene.. 2023" ], "tickvals": [ 15522, 15706, 15887, 16071, 16252, 16436, 16617, 16801, 16983, 17167, 17348, 17532, 17713, 17897, 18078, 18262, 18444, 18628, 18809, 18993, 19174, 19358 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(242,242,242,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "jul.. 2012", "ene.. 2013", "jul.. 2013", "ene.. 2014", "jul.. 2014", "ene.. 2015", "jul.. 2015", "ene.. 2016", "jul.. 2016", "ene.. 2017", "jul.. 2017", "ene.. 2018", "jul.. 2018", "ene.. 2019", "jul.. 2019", "ene.. 2020", "jul.. 2020", "ene.. 2021", "jul.. 2021", "ene.. 2022", "jul.. 2022", "ene.. 2023" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0, 187903.32988781433 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Millones de pesos constantes de 2013" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "$0", "$50,000", "$100,000", "$150,000" ], "tickvals": [ 0, 49999.99999999999, 99999.99999999999, 150000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(242,242,242,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "$0", "$50,000", "$100,000", "$150,000" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 0, "color": null, "family": null }, "text": "tipo" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 53.64246778435733, "l": 74.05562474055624, "r": 13.283520132835198, "t": 26.762111218732223 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": true, "paper_bgcolor": "rgba(255,255,255,1)" } }, "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-06-25T17:37:18.116528Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/322.embed", "fid": "iguzmanvt:322", "filename": "grafica_operaciones_aduaneras_Acapulco de Juárez", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/322/9_0CRJH5B6MTNRQ7N15RQIBGZ1ITHKZT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/322/2_57VK7F28L9SCYC4DKKDBMDSQBXL82O.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/322/8_6RQODC93IT0PYHL6GXOWHKB82Z39HS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/iguzmanvt/322/9_0CRJH5B6MTNRQ7N15RQIBGZ1ITHKZT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iguzmanvt:322", "plots": "https://api.plotly.com/v2/plots/iguzmanvt:322", "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt" }, "owner": "iguzmanvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~iguzmanvt/322/", "world_readable": true, "date_modified": "2025-07-17T17:16:40.428Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/322/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "toself", "line": { "dash": "solid", "color": "transparent", "width": 1.8897637795275593 }, "mode": "lines", "name": "Exportaciones", "text": "as.Date(fecha): 2012-01-31<br />total: 16<br />tipo: Exportaciones", "type": "scatter", "xsrc": "iguzmanvt:321:123617", "ysrc": "iguzmanvt:321:d99dae", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "fillcolor": "rgba(46,204,113,0.9)", "hoverinfo": "text", "showlegend": true, "legendgroup": "Exportaciones" }, { "fill": "toself", "line": { "dash": "solid", "color": "transparent", "width": 1.8897637795275593 }, "mode": "lines", "name": "Importaciones", "text": "as.Date(fecha): 2012-01-31<br />total: 0<br />tipo: Importaciones", "type": "scatter", "xsrc": "iguzmanvt:321:c63ab7", "ysrc": "iguzmanvt:321:3607bf", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "fillcolor": "rgba(155,89,182,0.9)", "hoverinfo": "text", "showlegend": true, "legendgroup": "Importaciones" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 15365.709, 19665.291 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "jul.. 2012", "ene.. 2013", "jul.. 2013", "ene.. 2014", "jul.. 2014", "ene.. 2015", "jul.. 2015", "ene.. 2016", "jul.. 2016", "ene.. 2017", "jul.. 2017", "ene.. 2018", "jul.. 2018", "ene.. 2019", "jul.. 2019", "ene.. 2020", "jul.. 2020", "ene.. 2021", "jul.. 2021", "ene.. 2022", "jul.. 2022", "ene.. 2023", "jul.. 2023" ], "tickvals": [ 15522, 15706, 15887, 16071, 16252, 16436, 16617, 16801, 16983, 17167, 17348, 17532, 17713, 17897, 18078, 18262, 18444, 18628, 18809, 18993, 19174, 19358, 19539 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(242,242,242,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -45, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "jul.. 2012", "ene.. 2013", "jul.. 2013", "ene.. 2014", "jul.. 2014", "ene.. 2015", "jul.. 2015", "ene.. 2016", "jul.. 2016", "ene.. 2017", "jul.. 2017", "ene.. 2018", "jul.. 2018", "ene.. 2019", "jul.. 2019", "ene.. 2020", "jul.. 2020", "ene.. 2021", "jul.. 2021", "ene.. 2022", "jul.. 2022", "ene.. 2023", "jul.. 2023" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0, 35 ], "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": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ " 0", "10", "20", "30" ], "tickvals": [ 0, 10, 20, 30 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(242,242,242,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ " 0", "10", "20", "30" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 0, "color": null, "family": null }, "text": "tipo" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 53.64246778435733, "l": 27.563304275633037, "r": 13.283520132835198, "t": 26.762111218732223 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": true, "paper_bgcolor": "rgba(255,255,255,1)" } }, "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 } } ] }{ "next": "