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=cj0xJnA9MjAyNS0wNi0yNysxMiUzQTAyJTNBNDMuMTU3MTUzJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI3KzEyJTNBMDYlM0EwNS45MDM5MzclMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yNysxNSUzQTMzJTNBMzcuODc0MTI0JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-27T15:33:37.874124Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marco_pino/1.embed", "fid": "marco_pino:1", "filename": "tamaño y profundidad del pico", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marco_pino/1/9_E7PHJ6VZMM5MYEQJ2LP5D6QOC7NO6V.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/marco_pino/1/2_FD0XXBATRF2EQJOESPSC5SYYYW4KRK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marco_pino/1/8_GQB1O0S6WHCQY4H21EYWWFZXZJQEEU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marco_pino/1/9_E7PHJ6VZMM5MYEQJ2LP5D6QOC7NO6V.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marco_pino:1", "plots": "https://api.plotly.com/v2/plots/marco_pino:1", "parent": "https://api.plotly.com/v2/folders/home?user=marco_pino" }, "owner": "marco_pino", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~marco_pino/1/", "world_readable": true, "date_modified": "2025-06-27T15:34:45.598Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marco_pino/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Beak depth, mm", "y": "Beak length, mm" } }, "mode": "markers", "type": "scatter", "xsrc": "marco_pino:0:74f410", "ysrc": "marco_pino:0:45d954", "visible": true, "transforms": [ { "meta": { "columnNames": { "groups": "species" } }, "type": "groupby", "styles": [ { "value": {}, "target": "1975" }, { "value": {}, "target": "2012" }, { "value": { "name": "scandens", "visible": true }, "target": "scandens" }, { "value": { "name": "fortis", "visible": true }, "target": "fortis" } ], "enabled": true, "groupssrc": "marco_pino:0:586daa" } ] } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ 6.958823529411765, 11.341176470588234 ], "title": { "text": "<b>Beak Depth (mm)</b>" }, "mirror": "ticks", "showline": true, "autorange": true, "linecolor": "rgb(3, 3, 3)" }, "yaxis": { "type": "linear", "range": [ 7.716531791907514, 16.923468208092483 ], "title": { "text": "<b>Beak Length (mm)</b>" }, "mirror": "ticks", "showline": true, "autorange": true, "linecolor": "rgb(3, 2, 2)" }, "legend": { "x": 0.01647866422847511, "y": 0.9133858267716536, "font": { "size": 12 }, "bgcolor": "rgb(237, 237, 237)", "bordercolor": "rgb(237, 237, 237)" }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "plot_bgcolor": "rgb(237, 237, 237)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marco_pino", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.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-27 15:04:26", "mapbox_access_tokens": null, "has_password": null, "username": "marco_pino", "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-27T15:32:58.587947Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~alex_pinilla/3.embed", "fid": "alex_pinilla:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/alex_pinilla/3/9_ONNEE6YOP11AQZJ12JQT8RFGBJ59RN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/alex_pinilla/3/2_XHYN9CUO3VRQBJ5UU9AY0HH38C89QN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alex_pinilla/3/8_AE7WMCRJHB1JM91NGK4JY1KNQCX7KF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alex_pinilla/3/9_ONNEE6YOP11AQZJ12JQT8RFGBJ59RN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/alex_pinilla:3", "plots": "https://api.plotly.com/v2/plots/alex_pinilla:3", "parent": "https://api.plotly.com/v2/folders/home?user=alex_pinilla" }, "owner": "alex_pinilla", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~alex_pinilla/3/", "world_readable": true, "date_modified": "2025-06-27T15:32:58.598Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~alex_pinilla/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Beak depth, mm", "y": "Beak length, mm" } }, "mode": "markers", "type": "scatter", "xsrc": "alex_pinilla:2:8c9681", "ysrc": "alex_pinilla:2:7aa166", "visible": true, "transforms": [ { "meta": { "columnNames": { "groups": "species" } }, "type": "groupby", "styles": [ { "value": { "name": "Fortis", "marker": { "line": { "width": 0 }, "size": 8, "color": "rgb(25, 24, 24)", "symbol": "circle" }, "opacity": 1, "visible": true }, "target": "fortis" }, { "value": { "name": "Scandens", "marker": { "size": 8, "color": "rgb(175, 59, 29)", "symbol": "circle" } }, "target": "scandens" } ], "groupssrc": "alex_pinilla:2:f3b6b5" } ] } ], "frames": [], "layout": { "font": { "family": "Courier New" }, "title": { "text": "<br>" }, "xaxis": { "type": "linear", "range": [ 6.969715919803909, 11.33028408019609 ], "title": { "font": { "size": 16, "family": "Courier New" }, "text": "Beak depth, mm" }, "showgrid": false, "showline": true, "autorange": true, "gridcolor": "rgb(23, 20, 20)", "gridwidth": 0, "linecolor": "rgb(34, 31, 31)", "linewidth": 2 }, "yaxis": { "type": "linear", "range": [ 8.202464454976303, 16.437535545023696 ], "title": { "font": { "size": 16 }, "text": "Beak lenght, mm" }, "showline": true, "autorange": true, "linecolor": "rgb(34, 31, 31)", "linewidth": 2 }, "legend": { "x": 0.009473684210526342, "y": 0.9208333333333333 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "plot_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~alex_pinilla", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-27 14:27:10", "mapbox_access_tokens": null, "has_password": null, "username": "alex_pinilla", "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-27T15:24:09.694329Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/72.embed", "fid": "Astha19:72", "filename": "sde_sdh_randread_randwrite_bw", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Astha19/72/9_SB3U4D1EN649DYPS7FTBSPE6ZV306G.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Astha19/72/2_2YDOBD1767T2G7UXNAK09HBTI44R3N.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/72/8_N5TJ9KN46U0G07VR6M2XOTSKE1SBGG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/72/9_SB3U4D1EN649DYPS7FTBSPE6ZV306G.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:72", "plots": "https://api.plotly.com/v2/plots/Astha19:72", "parent": "https://api.plotly.com/v2/folders/home?user=Astha19" }, "owner": "Astha19", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 120, "web_url": "https://chart-studio.plotly.com/~Astha19/72/", "world_readable": true, "date_modified": "2025-06-27T15:24:09.706Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/72/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sde_randread_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:71:ac41d3,197d40*", "ysrc": "Astha19:71:f709b4", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sde_randwrite_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:71:ac41d3,197d40*", "ysrc": "Astha19:71:d8f21f", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdf_randread_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:71:ac41d3,197d40*", "ysrc": "Astha19:71:ae09e2", "yaxis": "y2", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdf_randwrite_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:71:ac41d3,197d40*", "ysrc": "Astha19:71:6d9cc5", "yaxis": "y2", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdg_randread_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:71:ac41d3,197d40*", "ysrc": "Astha19:71:708d07", "yaxis": "y3", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdg_randwrite_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:71:ac41d3,197d40*", "ysrc": "Astha19:71:933aa9", "yaxis": "y3", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdh_randread_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:71:ac41d3,197d40*", "ysrc": "Astha19:71:eba369", "yaxis": "y4", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdh_randwrite_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:71:ac41d3,197d40*", "ysrc": "Astha19:71:fdcab2", "yaxis": "y4", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Bandwidth (MiB/s) vs IODepth / Numjobs" }, "xaxis": { "type": "multicategory", "range": [ 0, 41 ], "title": { "text": "iodepth / numjobs" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.2538888888888889, 1.776111111111111 ], "title": { "text": "sde" }, "domain": [ 0.02, 0.23 ], "autorange": true }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0.25, 1.85 ], "title": { "text": "sdf" }, "domain": [ 0.27, 0.48 ], "autorange": true, "overlaying": false }, "yaxis3": { "side": "left", "type": "linear", "range": [ 0.24666666666666667, 1.9133333333333333 ], "title": { "text": "sdg" }, "domain": [ 0.52, 0.73 ], "autorange": true, "overlaying": false }, "yaxis4": { "side": "left", "type": "linear", "range": [ 0.24666666666666667, 1.9133333333333333 ], "title": { "text": "sdh" }, "domain": [ 0.77, 0.98 ], "autorange": true, "overlaying": false }, "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": "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 }, "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": "#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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_GRAY" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Astha19", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 10:39:07", "mapbox_access_tokens": null, "has_password": null, "username": "Astha19", "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-27T15:09:16.128797Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Anto-Valdivia/1.embed", "fid": "Anto-Valdivia:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Anto-Valdivia/1/9_S9622B1IRI7DYEA8OZ2CS12UOWSDZ8.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Anto-Valdivia/1/2_4P35VVP3VG2VYQ3UWB5XFVTOH195ZH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Anto-Valdivia/1/8_N4367T3OTFT6S977GEA8976IQVTNOM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Anto-Valdivia/1/9_S9622B1IRI7DYEA8OZ2CS12UOWSDZ8.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Anto-Valdivia:1", "plots": "https://api.plotly.com/v2/plots/Anto-Valdivia:1", "parent": "https://api.plotly.com/v2/folders/home?user=Anto-Valdivia" }, "owner": "Anto-Valdivia", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Anto-Valdivia/1/", "world_readable": true, "date_modified": "2025-06-27T16:26:49.112Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Anto-Valdivia/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Tratamiento polinizacion", "y": "Sacarosa (%)" } }, "mode": "markers", "type": "box", "xsrc": "Anto-Valdivia:3:822b7b", "ysrc": "Anto-Valdivia:3:801f52", "bandwidth": 0, "boxpoints": false, "transforms": [ { "meta": { "columnNames": { "groups": "Tratamiento polinizacion" } }, "type": "groupby", "styles": [ { "value": {}, "target": "8.6" }, { "value": {}, "target": "7" }, { "value": {}, "target": "12.8" }, { "value": {}, "target": "9" }, { "value": {}, "target": "7.8" }, { "value": {}, "target": "6" }, { "value": {}, "target": "6.8" }, { "value": {}, "target": "6.4" }, { "value": {}, "target": "10.2" }, { "value": {}, "target": "10" }, { "value": {}, "target": "11.8" }, { "value": {}, "target": "9.6" }, { "value": {}, "target": "12" }, { "value": {}, "target": "7.6" }, { "value": {}, "target": "5.3" }, { "value": {}, "target": "10.8" }, { "value": {}, "target": "13" }, { "value": {}, "target": "11" }, { "value": {}, "target": "7.4" }, { "value": {}, "target": "11.2" }, { "value": {}, "target": "14.4" }, { "value": {}, "target": "7.5" }, { "value": {}, "target": "8.5" }, { "value": {}, "target": "5.4" }, { "value": {}, "target": "5.6" }, { "value": {}, "target": "5" }, { "value": {}, "target": "5.5" }, { "value": {}, "target": "8.8" }, { "value": {}, "target": "12.2" }, { "value": {}, "target": "8" }, { "value": {}, "target": "6.2" }, { "value": {}, "target": "9.8" }, { "value": {}, "target": "11.1" }, { "value": {}, "target": "8.9" }, { "value": {}, "target": "8.4" }, { "value": {}, "target": "6.6" }, { "value": {}, "target": "9.4" }, { "value": {}, "target": "11.4" }, { "value": {}, "target": "13.2" }, { "value": {}, "target": "10.6" }, { "value": {}, "target": "11.6" }, { "value": {}, "target": "12.6" }, { "value": {}, "target": "6.3" }, { "value": {}, "target": "5.7" }, { "value": {}, "target": "6.5" }, { "value": {}, "target": "18" }, { "value": {}, "target": "4.1" }, { "value": {}, "target": "13.1" } ], "groupssrc": "Anto-Valdivia:3:822b7b" } ], "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "title": { "text": "Tratamiento de polinización" }, "showline": true, "autorange": true }, "yaxis": { "type": "linear", "range": [ 3.3277777777777775, 18.772222222222222 ], "title": { "text": "% Sacarosa" }, "autorange": true }, "bargap": 0, "boxgap": 0.28, "legend": { "x": 1.0066936574161567, "y": 1.146400011568551, "title": { "text": "Tratamiento" }, "bgcolor": "rgb(255, 255, 255)", "orientation": "v" }, "margin": { "t": 100 }, "barmode": "group", "barnorm": "", "boxmode": "group", "modebar": { "orientation": "h" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "violingap": 0.31000000000000005, "showlegend": true, "violinmode": "group", "bargroupgap": 0.18, "boxgroupgap": 0.46, "plot_bgcolor": "rgb(221, 227, 239)", "paper_bgcolor": "rgb(255, 255, 255)", "violingroupgap": 0.4 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Anto-Valdivia", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.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-06-27 14:29:47", "mapbox_access_tokens": null, "has_password": null, "username": "Anto-Valdivia", "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-27T15:09:10.899009Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kvrhy/1.embed", "fid": "kvrhy:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kvrhy/1/9_CVJPD8R9AKEEZKJ98DGFQCLKHF6VEE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kvrhy/1/2_NJ55OPHBQXG3QS6QU4HPQXX1MF1ACG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kvrhy/1/8_PP1VW8CKAQYAII2470W5Q8D5DF4O1Y.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kvrhy/1/9_CVJPD8R9AKEEZKJ98DGFQCLKHF6VEE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kvrhy:1", "plots": "https://api.plotly.com/v2/plots/kvrhy:1", "parent": "https://api.plotly.com/v2/folders/home?user=kvrhy" }, "owner": "kvrhy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~kvrhy/1/", "world_readable": true, "date_modified": "2025-06-27T15:09:10.909Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kvrhy/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Beak depth, mm" } }, "mode": "markers", "type": "histogram", "xsrc": "kvrhy:0:d2e7eb", "transforms": [ { "meta": { "columnNames": { "groups": "species" } }, "type": "groupby", "styles": [ { "value": { "xbins": { "end": 0, "size": 0.3, "start": 6 }, "marker": { "color": "rgb(228, 250, 99)" }, "nbinsx": 1 }, "target": "fortis" }, { "value": {}, "target": "scandens" } ], "groupssrc": "kvrhy:0:68ebf3" } ] } ], "frames": [], "layout": { "title": { "x": 0.14 }, "xaxis": { "type": "linear", "range": [ 7.200000000000001, 11.2 ], "ticks": "", "title": { "text": "Beak depth" }, "mirror": false, "showgrid": true, "showline": true, "autorange": false, "gridcolor": "rgb(249, 249, 255)", "linecolor": "rgb(4, 4, 4)", "linewidth": 1, "rangeslider": { "range": [ 7.200000000000001, 11.2 ], "yaxis": {}, "bgcolor": "rgb(33, 32, 32)", "visible": false, "autorange": true } }, "yaxis": { "range": [ 0, 42.10526315789474 ], "autorange": true, "gridcolor": "rgb(242, 242, 249)" }, "bargap": 0.06999999999999995, "legend": { "x": 0.016466431095406388, "y": 0.9348659003831418, "title": { "text": "<b>Finch Species</b>" }, "borderwidth": 0 }, "margin": { "b": 50, "l": 100, "r": 80, "t": 50, "pad": 1 }, "modebar": { "activecolor": "rgba(25, 23, 23, 0.7)" }, "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" }, "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" ] ] }, "bargroupgap": 0.08, "plot_bgcolor": "rgb(250, 250, 250)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kvrhy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-27 14:25:45", "mapbox_access_tokens": null, "has_password": null, "username": "kvrhy", "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-27T15:06:56.920868Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~alex_pinilla/1.embed", "fid": "alex_pinilla:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/alex_pinilla/1/9_MDCI1B87Z26ZPC66T07KEJ9C4MVURE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/alex_pinilla/1/2_R1RJ3P960875PO8NYKWAEY2AO2SYZO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alex_pinilla/1/8_VD777ZWRHXMPPN7PA1S2HZKY1EIRM8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alex_pinilla/1/9_MDCI1B87Z26ZPC66T07KEJ9C4MVURE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/alex_pinilla:1", "plots": "https://api.plotly.com/v2/plots/alex_pinilla:1", "parent": "https://api.plotly.com/v2/folders/home?user=alex_pinilla" }, "owner": "alex_pinilla", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~alex_pinilla/1/", "world_readable": true, "date_modified": "2025-06-27T15:06:56.932Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~alex_pinilla/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Beak depth, mm", "text": "" } }, "mode": "markers", "type": "histogram", "xsrc": "alex_pinilla:0:61d36d", "transforms": [ { "meta": { "columnNames": { "groups": "species" } }, "type": "groupby", "styles": [ { "value": { "name": "Fortis", "xbins": { "end": 11.2, "start": 7 }, "marker": { "line": { "color": "rgb(47, 26, 26)", "width": 2.5 } }, "nbinsx": 50, "opacity": 0.6, "showlegend": true, "legendgroup": "" }, "target": "fortis" }, { "value": { "name": "Scandens", "marker": { "line": { "color": "rgb(47, 26, 26)", "width": 2.5 } }, "opacity": 0.5 }, "target": "scandens" } ], "enabled": true, "groupssrc": "alex_pinilla:0:ae2507" } ], "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "" }, "xaxis": { "type": "linear", "range": [ 7.200000000000001, 11.2 ], "title": { "font": { "size": 16, "family": "Courier New" }, "text": "Beak depth, mm" }, "showline": true, "autorange": true, "linecolor": "rgb(53, 57, 62)", "linewidth": 2 }, "yaxis": { "range": [ 0, 42.10526315789474 ], "title": { "font": { "size": 16, "family": "Courier New" }, "text": "Frecuency " }, "showgrid": false, "showline": true, "autorange": true, "gridwidth": 0, "linecolor": "rgb(53, 57, 62)", "linewidth": 2 }, "bargap": 0.25, "legend": { "x": 0.01065420560747664, "y": 0.9676945668135095, "title": { "font": { "size": 16, "family": "Courier New" }, "text": " Finch Species" }, "borderwidth": 1 }, "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" }, "bargroupgap": 0.35, "paper_bgcolor": "rgb(250, 248, 247)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~alex_pinilla", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-27 14:27:10", "mapbox_access_tokens": null, "has_password": null, "username": "alex_pinilla", "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-27T14:06:51.908988Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rpsarnacki/11.embed", "fid": "rpsarnacki:11", "filename": "pca_3d_hof_clusters3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rpsarnacki/11/9_MDDIX8IBFGQUYGHI0BAPFJS3P841H5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/rpsarnacki/11/2_A2ZM3PI4EANNVXFQ6A7FMS8AY1P1UA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rpsarnacki/11/8_2PQ818FQEPSUO850NRSBQV4NRWFMSS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rpsarnacki/11/9_MDDIX8IBFGQUYGHI0BAPFJS3P841H5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rpsarnacki:11", "plots": "https://api.plotly.com/v2/plots/rpsarnacki:11", "parent": "https://api.plotly.com/v2/folders/home?user=rpsarnacki" }, "owner": "rpsarnacki", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~rpsarnacki/11/", "world_readable": true, "date_modified": "2025-06-27T14:06:51.920Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rpsarnacki/11/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(255,0,0,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:10:fee327", "ysrc": "rpsarnacki:10:19432e", "zsrc": "rpsarnacki:10:79ab42", "frame": null, "marker": { "line": { "color": "rgba(255,0,0,1)" }, "color": "rgba(255,0,0,1)", "symbol": "circle", "opacity": 0.5, "sizesrc": "rpsarnacki:10:19b522", "sizemode": "diameter" }, "error_x": { "color": "rgba(255,0,0,1)", "width": [] }, "error_y": { "color": "rgba(255,0,0,1)", "width": [] }, "textsrc": "rpsarnacki:10:deafdc", "textfont": { "color": "rgba(255,0,0,1)", "sizesrc": "rpsarnacki:10:75929f" }, "hoverinfosrc": "rpsarnacki:10:3861f0" }, { "line": { "color": "rgba(0,0,255,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:10:a4d52e", "ysrc": "rpsarnacki:10:54957d", "zsrc": "rpsarnacki:10:277ca8", "frame": null, "marker": { "line": { "color": "rgba(0,0,255,1)" }, "color": "rgba(0,0,255,1)", "symbol": "circle", "opacity": 0.5, "sizesrc": "rpsarnacki:10:bc2176", "sizemode": "diameter" }, "error_x": { "color": "rgba(0,0,255,1)", "width": [] }, "error_y": { "color": "rgba(0,0,255,1)", "width": [] }, "textsrc": "rpsarnacki:10:5f77d0", "textfont": { "color": "rgba(0,0,255,1)", "sizesrc": "rpsarnacki:10:e525aa" }, "hoverinfosrc": "rpsarnacki:10:2b6255" }, { "line": { "color": "rgba(0,255,0,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:10:559f5c", "ysrc": "rpsarnacki:10:823bd6", "zsrc": "rpsarnacki:10:ed126b", "frame": null, "marker": { "line": { "color": "rgba(0,255,0,1)" }, "color": "rgba(0,255,0,1)", "symbol": "circle", "opacity": 0.5, "sizesrc": "rpsarnacki:10:637f92", "sizemode": "diameter" }, "error_x": { "color": "rgba(0,255,0,1)", "width": [] }, "error_y": { "color": "rgba(0,255,0,1)", "width": [] }, "textsrc": "rpsarnacki:10:6d092a", "textfont": { "color": "rgba(0,255,0,1)", "sizesrc": "rpsarnacki:10:9e0f47" }, "hoverinfosrc": "rpsarnacki:10:8995eb" }, { "line": { "color": "rgba(160,32,240,1)" }, "mode": "markers", "name": "Non-HOF", "type": "scatter3d", "xsrc": "rpsarnacki:10:3cb988", "ysrc": "rpsarnacki:10:223dc0", "zsrc": "rpsarnacki:10:08a7a2", "frame": null, "marker": { "line": { "color": "rgba(160,32,240,1)" }, "color": "rgba(160,32,240,1)", "symbol": "circle", "opacity": 0.5, "sizesrc": "rpsarnacki:10:8ea6d7", "sizemode": "diameter" }, "error_x": { "color": "rgba(160,32,240,1)", "width": [] }, "error_y": { "color": "rgba(160,32,240,1)", "width": [] }, "textsrc": "rpsarnacki:10:33de9e", "textfont": { "color": "rgba(160,32,240,1)", "sizesrc": "rpsarnacki:10:76723e" }, "hoverinfosrc": "rpsarnacki:10:2d80d6" }, { "line": { "color": "rgba(255,0,0,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:10:977fcf", "ysrc": "rpsarnacki:10:f5afa2", "zsrc": "rpsarnacki:10:b6553a", "frame": null, "marker": { "line": { "color": "rgba(255,0,0,1)" }, "color": "rgba(255,0,0,1)", "symbol": "diamond", "opacity": 0.95, "sizesrc": "rpsarnacki:10:1dd6d8", "sizemode": "diameter" }, "error_x": { "color": "rgba(255,0,0,1)", "width": [] }, "error_y": { "color": "rgba(255,0,0,1)", "width": [] }, "textsrc": "rpsarnacki:10:cb0eb0", "textfont": { "color": "rgba(255,0,0,1)", "sizesrc": "rpsarnacki:10:81f94f" }, "hoverinfosrc": "rpsarnacki:10:791bf5" }, { "line": { "color": "rgba(0,0,255,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:10:a60207", "ysrc": "rpsarnacki:10:c3afba", "zsrc": "rpsarnacki:10:5fc405", "frame": null, "marker": { "line": { "color": "rgba(0,0,255,1)" }, "color": "rgba(0,0,255,1)", "symbol": "diamond", "opacity": 0.95, "sizesrc": "rpsarnacki:10:df2878", "sizemode": "diameter" }, "error_x": { "color": "rgba(0,0,255,1)", "width": [] }, "error_y": { "color": "rgba(0,0,255,1)", "width": [] }, "textsrc": "rpsarnacki:10:6da494", "textfont": { "color": "rgba(0,0,255,1)", "sizesrc": "rpsarnacki:10:ca091e" }, "hoverinfosrc": "rpsarnacki:10:18d47e" }, { "line": { "color": "rgba(0,255,0,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:10:c9585e", "ysrc": "rpsarnacki:10:e3bee0", "zsrc": "rpsarnacki:10:73880e", "frame": null, "marker": { "line": { "color": "rgba(0,255,0,1)" }, "color": "rgba(0,255,0,1)", "symbol": "diamond", "opacity": 0.95, "sizesrc": "rpsarnacki:10:e1df9f", "sizemode": "diameter" }, "error_x": { "color": "rgba(0,255,0,1)", "width": [] }, "error_y": { "color": "rgba(0,255,0,1)", "width": [] }, "textsrc": "rpsarnacki:10:ca5334", "textfont": { "color": "rgba(0,255,0,1)", "sizesrc": "rpsarnacki:10:fbc75b" }, "hoverinfosrc": "rpsarnacki:10:585ea6" }, { "line": { "color": "rgba(160,32,240,1)" }, "mode": "markers", "name": "Hall of Fame", "type": "scatter3d", "xsrc": "rpsarnacki:10:d048e6", "ysrc": "rpsarnacki:10:9ff6e8", "zsrc": "rpsarnacki:10:229c1a", "frame": null, "marker": { "line": { "color": "rgba(160,32,240,1)" }, "color": "rgba(160,32,240,1)", "symbol": "diamond", "opacity": 0.95, "sizesrc": "rpsarnacki:10:1b11d5", "sizemode": "diameter" }, "error_x": { "color": "rgba(160,32,240,1)", "width": [] }, "error_y": { "color": "rgba(160,32,240,1)", "width": [] }, "textsrc": "rpsarnacki:10:a9f1ea", "textfont": { "color": "rgba(160,32,240,1)", "sizesrc": "rpsarnacki:10:23d464" }, "hoverinfosrc": "rpsarnacki:10:c14090" } ], "layout": { "scene": { "xaxis": { "title": "PC1" }, "yaxis": { "title": "PC2" }, "zaxis": { "title": "PC3" } }, "title": "3D PCA of Batting Stats (size = batting average)", "legend": { "x": 0.3, "y": 1.05, "orientation": "h" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rpsarnacki", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-09 19:49:39", "mapbox_access_tokens": null, "has_password": null, "username": "rpsarnacki", "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-27T12:23:20.818158Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/70.embed", "fid": "Astha19:70", "filename": "sda_sdd_randread_randwrite_bw", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Astha19/70/9_K74U8Z27DTGFNWDN73VHDH55ODACX0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Astha19/70/2_96EVRPHS6QM1DBKC01S5EHCWVUIPAL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/70/8_Y9V36ZVM28EKNF0X7IDA6QEU6P0E3U.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/70/9_K74U8Z27DTGFNWDN73VHDH55ODACX0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:70", "plots": "https://api.plotly.com/v2/plots/Astha19:70", "parent": "https://api.plotly.com/v2/folders/home?user=Astha19" }, "owner": "Astha19", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 118, "web_url": "https://chart-studio.plotly.com/~Astha19/70/", "world_readable": true, "date_modified": "2025-06-27T12:23:20.828Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/70/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sda_randread_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:69:50df4b,e6b509*", "ysrc": "Astha19:69:344512", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sda_randwrite_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:69:50df4b,e6b509*", "ysrc": "Astha19:69:7c091a", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdb_randread_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:69:50df4b,e6b509*", "ysrc": "Astha19:69:d9d882", "yaxis": "y2", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdb_randwrite_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:69:50df4b,e6b509*", "ysrc": "Astha19:69:c62580", "yaxis": "y2", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdc_randread_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:69:50df4b,e6b509*", "ysrc": "Astha19:69:494b3e", "yaxis": "y3", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdc_randwrite_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:69:50df4b,e6b509*", "ysrc": "Astha19:69:44b565", "yaxis": "y3", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdd_randread_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:69:50df4b,e6b509*", "ysrc": "Astha19:69:425195", "yaxis": "y4", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "iodepth - numjobs", "y": "sdd_randwrite_bw" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:69:50df4b,e6b509*", "ysrc": "Astha19:69:a45765", "yaxis": "y4", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Bandwidth (MiB/s) vs IODepth / Numjobs" }, "xaxis": { "type": "multicategory", "range": [ 0, 41 ], "title": { "text": "iodepth / numjobs" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.2488888888888889, 1.8711111111111112 ], "title": { "text": "sda" }, "domain": [ 0.02, 0.26 ], "autorange": true }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0.24555555555555558, 1.9344444444444446 ], "title": { "text": "sdb" }, "domain": [ 0.27, 0.51 ], "autorange": true, "overlaying": false }, "yaxis3": { "side": "left", "type": "linear", "range": [ 0.24888888888888888, 1.8711111111111112 ], "title": { "text": "sdc" }, "domain": [ 0.52, 0.73 ], "autorange": true, "overlaying": false }, "yaxis4": { "side": "left", "type": "linear", "range": [ 0.24888888888888888, 1.8711111111111112 ], "title": { "text": "sdd" }, "domain": [ 0.77, 0.98 ], "autorange": true, "overlaying": false }, "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": "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 }, "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": "#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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_GRAY" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Astha19", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 10:39:07", "mapbox_access_tokens": null, "has_password": null, "username": "Astha19", "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-27T12:12:01.538932Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/68.embed", "fid": "Astha19:68", "filename": "memory_vs_time", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Astha19/68/9_H99C7729GCXZAOKLS7E8257TGAD76M.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Astha19/68/2_V3U5W5SQ98LUKN4FE0JROQUXV2A8SQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/68/8_GVF93C78EO85Z2C1RXZIB9PEW27KHR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/68/9_H99C7729GCXZAOKLS7E8257TGAD76M.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:68", "plots": "https://api.plotly.com/v2/plots/Astha19:68", "parent": "https://api.plotly.com/v2/folders/home?user=Astha19" }, "owner": "Astha19", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 15, "web_url": "https://chart-studio.plotly.com/~Astha19/68/", "world_readable": true, "date_modified": "2025-06-27T12:12:01.549Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/68/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Used_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:67:256c31", "ysrc": "Astha19:67:8945d5", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Free_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:67:256c31", "ysrc": "Astha19:67:bc1f4a", "yaxis": "y2", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Shared_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:67:256c31", "ysrc": "Astha19:67:119626", "yaxis": "y3", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Buffer_Cache_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:67:256c31", "ysrc": "Astha19:67:44d8d6", "yaxis": "y4", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Available_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:67:256c31", "ysrc": "Astha19:67:be69c5", "yaxis": "y5", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Memory (write) vs Time" }, "xaxis": { "type": "date", "range": [ "2025-06-25 20:18:53", "2025-06-25 21:02:24" ], "title": { "text": "timestamp" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "used (MB)" }, "domain": [ 0, 0.18 ], "autorange": false }, "yaxis2": { "side": "left", "type": "linear", "range": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "free (MB)" }, "domain": [ 0.23, 0.38 ], "autorange": false, "overlaying": false }, "yaxis3": { "side": "left", "type": "linear", "range": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "shared (MB)" }, "domain": [ 0.43, 0.58 ], "autorange": false, "overlaying": false }, "yaxis4": { "side": "left", "type": "linear", "range": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "buffer_cache (MB)" }, "domain": [ 0.62, 0.78 ], "autorange": false, "overlaying": false }, "yaxis5": { "side": "left", "type": "linear", "range": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "available (MB)" }, "domain": [ 0.82, 0.98 ], "autorange": false, "overlaying": false }, "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": "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 }, "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": "#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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_GRAY" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Astha19", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 10:39:07", "mapbox_access_tokens": null, "has_password": null, "username": "Astha19", "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-27T12:06:05.903937Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/66.embed", "fid": "Astha19:66", "filename": "memory_vs_time_read", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Astha19/66/9_NKZ4T274QP01XJM0AWVKUC0TLWBDL2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Astha19/66/2_B9FK8C78O3UF3YXA8KSBFHL5NEOS5V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/66/8_DCM02W1XT39EO7SFNLQQ3ZDRN6EY33.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/66/9_NKZ4T274QP01XJM0AWVKUC0TLWBDL2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:66", "plots": "https://api.plotly.com/v2/plots/Astha19:66", "parent": "https://api.plotly.com/v2/folders/home?user=Astha19" }, "owner": "Astha19", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 15, "web_url": "https://chart-studio.plotly.com/~Astha19/66/", "world_readable": true, "date_modified": "2025-06-27T12:06:05.916Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/66/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Used_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:65:b8fe0c", "ysrc": "Astha19:65:3ddcbb", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Free_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:65:b8fe0c", "ysrc": "Astha19:65:40047c", "yaxis": "y2", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Shared_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:65:b8fe0c", "ysrc": "Astha19:65:19aef3", "yaxis": "y3", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Buffer_Cache_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:65:b8fe0c", "ysrc": "Astha19:65:40dfc0", "yaxis": "y4", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Available_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:65:b8fe0c", "ysrc": "Astha19:65:42197f", "yaxis": "y5", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Memory (read) vs Time" }, "xaxis": { "type": "date", "range": [ "2025-06-25 21:02:31", "2025-06-25 21:46:02" ], "title": { "text": "timestamp" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 257110 ], "title": { "font": { "size": 12 }, "text": "used (MB)" }, "domain": [ 0.02, 0.18 ], "autorange": false }, "yaxis2": { "side": "left", "type": "linear", "range": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "free (MB)" }, "domain": [ 0.23, 0.38 ], "autorange": false, "overlaying": false }, "yaxis3": { "side": "left", "type": "linear", "range": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "shared (MB)" }, "domain": [ 0.42, 0.58 ], "autorange": false, "overlaying": false }, "yaxis4": { "side": "left", "type": "linear", "range": [ 0, 257110 ], "title": { "font": { "size": 12 }, "text": "buffer_cache (MB)" }, "domain": [ 0.62, 0.78 ], "autorange": false, "overlaying": false }, "yaxis5": { "side": "left", "type": "linear", "range": [ 0, 257110 ], "title": { "font": { "size": 12 }, "text": "available (MB)" }, "domain": [ 0.82, 1 ], "autorange": false, "overlaying": false }, "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/~Astha19", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-25 10:39:07", "mapbox_access_tokens": null, "has_password": null, "username": "Astha19", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "