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=cD0yMDI1LTA2LTI3KzEyJTNBMDYlM0EwNS45MDM5MzclMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI3KzExJTNBMDglM0EwOS45OTA2OTYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yNysxMiUzQTAyJTNBNDMuMTU3MTUzJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-27T12:02:43.157153Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~saltwatercup/52.embed", "fid": "saltwatercup:52", "filename": "BER_TIA", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/saltwatercup/52/9_ZXLG5LLLUWZ7T5IZURWJ2IVE8E7NDG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/saltwatercup/52/2_939YVGML8DFCUR8VJ7T0G8I4T0YX56.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/saltwatercup/52/8_E5POWJLRR6J7YE2W9HCIIYJLLCOZAD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/saltwatercup/52/9_ZXLG5LLLUWZ7T5IZURWJ2IVE8E7NDG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/saltwatercup:52", "plots": "https://api.plotly.com/v2/plots/saltwatercup:52", "parent": "https://api.plotly.com/v2/folders/home?user=saltwatercup" }, "owner": "saltwatercup", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~saltwatercup/52/", "world_readable": true, "date_modified": "2025-06-27T13:48:08.385Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~saltwatercup/52/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers+lines", "name": "0 dBm (-3V)", "type": "scatter", "xsrc": "saltwatercup:51:2ba645", "ysrc": "saltwatercup:51:c1a6b4", "marker": { "size": 12, "color": "#636efa" }, "visible": true, "showlegend": true }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "markers+lines", "name": "0 dBm (-5V)", "type": "scatter", "xsrc": "saltwatercup:51:2ba645", "ysrc": "saltwatercup:51:f445a9", "marker": { "size": 12 } }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers+lines", "name": "-5 dBm (-3V)", "type": "scatter", "xsrc": "saltwatercup:51:2ba645", "ysrc": "saltwatercup:51:5ee4e9", "marker": { "size": 12 }, "visible": true, "showlegend": true }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "A", "y": "H" } }, "mode": "markers+lines", "name": "-5 dBm (-5V)", "type": "scatter", "xsrc": "saltwatercup:51:2ba645", "ysrc": "saltwatercup:51:133f75", "marker": { "size": 12 }, "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers+lines", "name": "-10 dBm (-3V)", "type": "scatter", "xsrc": "saltwatercup:51:2ba645", "ysrc": "saltwatercup:51:6bfe61", "marker": { "size": 12 }, "visible": true, "showlegend": true, "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "A", "y": "I" } }, "mode": "markers+lines", "name": "-10 dBm (-5V)", "type": "scatter", "xsrc": "saltwatercup:51:2ba645", "ysrc": "saltwatercup:51:cf0056", "marker": { "size": 12 }, "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "<br>" }, "xaxis": { "side": "bottom", "type": "linear", "dtick": 2, "range": [ 0.661822551312029, 10.52817744868797 ], "ticks": "inside", "title": { "font": { "size": 25 }, "text": "<b>Data Rate</b> <i>(Gbps)</i>" }, "mirror": false, "showgrid": true, "showline": true, "tickfont": { "size": 24 }, "tickmode": "auto", "zeroline": true, "autorange": true, "gridcolor": "rgb(235, 230, 228)", "gridwidth": 2, "linecolor": "rgb(0, 0, 0)", "linewidth": 3, "showspikes": false, "zerolinecolor": "rgb(7, 25, 53)", "zerolinewidth": 2 }, "yaxis": { "type": "log", "dtick": 0.05, "range": [ -9, -2 ], "tick0": 0, "ticks": "inside", "title": { "font": { "size": 25 }, "text": "<b>BER</b>" }, "showgrid": true, "showline": true, "tickfont": { "size": 24 }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridcolor": "rgb(235, 230, 228)", "gridwidth": 2, "linecolor": "rgb(0, 0, 0)", "linewidth": 3, "ticksuffix": "", "zerolinecolor": "rgb(7, 25, 53)", "exponentformat": "E" }, "legend": { "x": 0.4966496457417974, "y": 1.1264947365406366, "font": { "size": 21 }, "title": { "font": { "size": 22 }, "text": "<i><b>Input Optical Power</b></i>" }, "borderwidth": 1 }, "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" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~saltwatercup", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-05-10 10:47:46", "mapbox_access_tokens": null, "has_password": null, "username": "saltwatercup", "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-27T11:55:00.086631Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/64.embed", "fid": "Astha19:64", "filename": "memory_vs_time_randrw", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Astha19:64/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Astha19/64/2_GM4QR62HLKBI15V89Y6B9F07T1IZ75.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/64/8_X7B26PKQD4J0N6T4G1HP0AU3GPE7Z6.png", "list-thumb": "https://api.plotly.com/v2/files/Astha19:64/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:64", "plots": "https://api.plotly.com/v2/plots/Astha19:64", "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/64/", "world_readable": true, "date_modified": "2025-06-27T11:55:00.096Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/64/", "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:63:3822c8", "ysrc": "Astha19:63:19a701", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Free_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:63:3822c8", "ysrc": "Astha19:63:939ce1", "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:63:3822c8", "ysrc": "Astha19:63:33251b", "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:63:3822c8", "ysrc": "Astha19:63:5d11bc", "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:63:3822c8", "ysrc": "Astha19:63:5ff922", "yaxis": "y5", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Memory (randrw) vs Time" }, "xaxis": { "type": "date", "range": [ "2025-06-25 23:14:58", "2025-06-25 23:59:21" ], "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.22, 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": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "buffer_cache (MB)" }, "domain": [ 0.62, 0.8 ], "autorange": false, "overlaying": "y5" }, "yaxis5": { "side": "left", "type": "linear", "range": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "available (MB)" }, "domain": [ 0.82, 0.98 ], "autorange": false, "overlaying": "y4" }, "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-27T11:48:25.680405Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/62.embed", "fid": "Astha19:62", "filename": "memory_vs_time_randwrite", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Astha19:62/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Astha19/62/2_XPBIBLAYEB3W9HGXSXGXFG0EZYIW8Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/62/8_UYWRXXM126VHV59LHFLYFN4WIYF7N7.png", "list-thumb": "https://api.plotly.com/v2/files/Astha19:62/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:62", "plots": "https://api.plotly.com/v2/plots/Astha19:62", "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/62/", "world_readable": true, "date_modified": "2025-06-27T11:48:25.691Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/62/", "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:61:bad5a5", "ysrc": "Astha19:61:d26e48", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Free_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:61:bad5a5", "ysrc": "Astha19:61:69f1aa", "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:61:bad5a5", "ysrc": "Astha19:61:175ac7", "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:61:bad5a5", "ysrc": "Astha19:61:62d793", "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:61:bad5a5", "ysrc": "Astha19:61:459e85", "yaxis": "y5", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Memory (randwrite) vs Time" }, "xaxis": { "type": "date", "range": [ "2025-06-25 21:46:05", "2025-06-25 22:30:27" ], "title": { "text": "timestamp" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -1, 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.22, 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": [ -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, 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": "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-27T11:41:36.135603Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/60.embed", "fid": "Astha19:60", "filename": "memory_vs_time_randread", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Astha19:60/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Astha19/60/2_NRXI8RP10BPINR3341YPAZSCA32M1J.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/60/8_6U2NDXWB3R4CTBTYMENBSJ8TKDK3RB.png", "list-thumb": "https://api.plotly.com/v2/files/Astha19:60/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:60", "plots": "https://api.plotly.com/v2/plots/Astha19:60", "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/60/", "world_readable": true, "date_modified": "2025-06-27T11:41:36.145Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/60/", "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:59:7dc0a0", "ysrc": "Astha19:59:c4ebd2", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Free_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:59:7dc0a0", "ysrc": "Astha19:59:33b824", "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:59:7dc0a0", "ysrc": "Astha19:59:0edfb6", "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:59:7dc0a0", "ysrc": "Astha19:59:e40c50", "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:59:7dc0a0", "ysrc": "Astha19:59:dcc810", "yaxis": "y5", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Memory (randread) vs Time" }, "xaxis": { "type": "date", "range": [ "2025-06-25 22:30:28", "2025-06-25 23:14:50" ], "title": { "text": "timestamp" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -1, 257110 ], "title": { "font": { "size": 12 }, "text": "used (MB)" }, "domain": [ 0.02, 0.18 ], "autorange": false }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0, 257110 ], "title": { "font": { "size": 12 }, "text": "Free (MB)" }, "domain": [ 0.22, 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": [ -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": [ 0, 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-27T11:33:07.363193Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/58.embed", "fid": "Astha19:58", "filename": "memory_vs_time_precondition", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Astha19:58/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Astha19/58/2_TC9VYIF60B912RF3Z373PY8HAY4YAC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/58/8_4YEBEPRYNZMWLO82SJURVPWMTXBA1G.png", "list-thumb": "https://api.plotly.com/v2/files/Astha19:58/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:58", "plots": "https://api.plotly.com/v2/plots/Astha19:58", "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/58/", "world_readable": true, "date_modified": "2025-06-27T11:33:07.374Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/58/", "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:57:816665", "ysrc": "Astha19:57:483e0f", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Free_Memory_MB" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:57:816665", "ysrc": "Astha19:57:4edcf3", "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:57:816665", "ysrc": "Astha19:57:03d662", "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:57:816665", "ysrc": "Astha19:57:bfec6c", "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:57:816665", "ysrc": "Astha19:57:d185da", "yaxis": "y5", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Memory (Precondition) vs Time" }, "xaxis": { "type": "date", "range": [ "2025-06-25 10:26:37", "2025-06-25 20:18:51" ], "title": { "text": "timestamp" }, "domain": [ 0, 1 ], "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": [ 0, 257110 ], "title": { "font": { "size": 12 }, "text": "Free (MB)" }, "domain": [ 0.22, 0.38 ], "autorange": false, "overlaying": false }, "yaxis3": { "side": "left", "type": "linear", "range": [ 0, 257110 ], "title": { "font": { "size": 12 }, "text": "Shared (MB)" }, "domain": [ 0.42, 0.6 ], "autorange": false, "overlaying": false }, "yaxis4": { "side": "left", "type": "linear", "range": [ 0, 257110 ], "title": { "font": { "size": 12 }, "text": "Buffer_Cache (MB)" }, "domain": [ 0.62, 0.8 ], "autorange": false, "overlaying": false }, "yaxis5": { "side": "left", "type": "linear", "range": [ 0, 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-27T11:20:13.313770Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gammaspot/182.embed", "fid": "gammaspot:182", "filename": "NQ PLOT 25+24+21+17 Q3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gammaspot/182/9_HUVVFU35BMMDHGTK1GHWSYDW5BDGEO.png", "image_urls": { "default": "https://api.plotly.com/v2/files/gammaspot:182/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/gammaspot:182/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gammaspot/182/9_HUVVFU35BMMDHGTK1GHWSYDW5BDGEO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gammaspot:182", "plots": "https://api.plotly.com/v2/plots/gammaspot:182", "parent": "https://api.plotly.com/v2/folders/home?user=gammaspot" }, "owner": "gammaspot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~gammaspot/182/", "world_readable": true, "date_modified": "2025-07-12T06:31:09.221Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gammaspot/182/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(0, 191, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "NQ Price 25 Q3 __" } }, "mode": "lines", "name": "NQ 2025 Q3", "type": "scatter", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:5252ac" }, { "line": { "dash": "dot", "color": "rgb(0, 191, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "NQ Price 24 Q3 __" } }, "mode": "lines", "name": "NQ 2024 Q3", "type": "scatter", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:6b51e7", "yaxis": "y2", "showlegend": true, "stackgroup": null }, { "line": { "dash": "dot", "color": "rgb(255, 0, 0)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "NQ Price 21 Q3 __" } }, "mode": "lines", "name": "NQ 2021 Q3", "type": "scatter", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:407ca5", "yaxis": "y3", "showlegend": true, "stackgroup": null }, { "line": { "dash": "dot", "color": "rgb(255, 0, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "NQ Price 17 Q3__" } }, "mode": "lines", "name": "NQ 2017 Q3", "type": "scatter", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:25aed6", "yaxis": "y4", "showlegend": true }, { "line": { "dash": "dash", "color": "rgb(255, 0, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "NQ Price 16 Q4 DISPLACED __" } }, "mode": "none", "name": "NQ 2016 Q4 <br>DISP", "type": "scatter", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:16176e", "yaxis": "y5", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(255, 0, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "NQ Price 16 Q4 DISP ELECTION __" } }, "mode": "none", "name": "NQ 2016 Q4 <br>DISP ELECT", "type": "scatter", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:43b522", "yaxis": "y6", "showlegend": false, "orientation": "v" }, { "line": { "color": "rgb(0, 0, 255)", "width": 3 }, "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "UNUSED 4a __" } }, "mode": "none", "name": "UNUSED 4", "type": "scatter", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:df0d57", "yaxis": "y7", "showlegend": false, "stackgroup": null }, { "line": { "dash": "dot", "color": "rgb(0, 0, 255)", "width": 3 }, "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "UNUSED 5a __" } }, "mode": "none", "name": "UNUSED 5", "type": "scatter", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:d9158a", "yaxis": "y8", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "Spec 25 Q3 __" } }, "mode": "lines", "name": "Basics 2024 Q3", "type": "bar", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:e71c5d", "yaxis": "y9", "marker": { "line": { "color": "rgb(153, 153, 153)" }, "color": "rgb(153, 153, 153)" }, "showlegend": false, "stackgroup": null, "orientation": "v" }, { "meta": { "columnNames": { "x": "NQ Date 25 Q3 __", "y": "Spec 24 Q3 __" } }, "name": "Basics 2023 Q3", "type": "bar", "xsrc": "gammaspot:181:982924", "ysrc": "gammaspot:181:cfb17a", "yaxis": "y9", "marker": { "line": { "color": "rgb(205, 170, 125)" }, "color": "rgb(205, 170, 125)" }, "showlegend": false, "orientation": "v" } ], "frames": [], "layout": { "title": { "x": 0.05, "text": "<b>Q3 2025 vs 2024 / 2021 / 2017</b><br>NQ" }, "xaxis": { "type": "category", "range": [ -0.5, 66 ], "anchor": "free", "nticks": 0, "showgrid": true, "showline": false, "autorange": true, "gridwidth": 3, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 22582.777777777777, 24547.222222222223 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "bargap": 0.94, "yaxis2": { "side": "right", "type": "linear", "range": [ 17804.055555555555, 21062.944444444445 ], "showgrid": false, "showline": false, "autorange": true, "showticklabels": false }, "yaxis3": { "side": "right", "type": "linear", "range": [ 14478, 15738 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis4": { "side": "right", "type": "linear", "range": [ 5565.930555555556, 6032.319444444444 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis5": { "side": "right", "type": "linear", "range": [ -3.777777777777778, 71.77777777777777 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis6": { "side": "right", "type": "linear", "range": [ -3.777777777777778, 71.77777777777777 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis7": { "side": "right", "type": "linear", "range": [ 0, 2 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis8": { "side": "right", "type": "linear", "range": [ 0, 2 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis9": { "side": "right", "type": "linear", "range": [ 0, 1.0526315789473684 ], "autorange": true, "overlaying": "y2", "showticklabels": 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" }, "showlegend": true, "bargroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gammaspot", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-02-11 22:32:36", "mapbox_access_tokens": null, "has_password": null, "username": "gammaspot", "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-27T11:14:35.037446Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/56.embed", "fid": "Astha19:56", "filename": "cpu_vs_time_write", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Astha19:56/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Astha19:56/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/56/8_JWM1JGI0LTI195E4NSV8VUWOXMZKR1.png", "list-thumb": "https://api.plotly.com/v2/files/Astha19:56/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:56", "plots": "https://api.plotly.com/v2/plots/Astha19:56", "parent": "https://api.plotly.com/v2/folders/home?user=Astha19" }, "owner": "Astha19", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 28, "web_url": "https://chart-studio.plotly.com/~Astha19/56/", "world_readable": true, "date_modified": "2025-06-27T11:14:35.046Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/56/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "User%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:55:751be5", "ysrc": "Astha19:55:4293b6", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "System%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:55:751be5", "ysrc": "Astha19:55:6f0abf", "yaxis": "y2", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Idle%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:55:751be5", "ysrc": "Astha19:55:0f9a00", "yaxis": "y3", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "CPU (write) vs Time" }, "xaxis": { "type": "date", "range": [ "2025-06-25 20:18:53", "2025-06-25 21:02:22" ], "title": { "text": "timestamp" }, "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.32444444444444465, 100 ], "title": { "text": "cpu_user%" }, "domain": [ 0, 0.3 ], "autorange": false }, "yaxis2": { "side": "left", "type": "linear", "range": [ -1.2700000000000005, 100 ], "title": { "text": "cpu_system%" }, "domain": [ 0.35, 0.65 ], "autorange": false, "overlaying": false }, "yaxis3": { "side": "left", "type": "linear", "range": [ 0, 100 ], "title": { "text": "cpu_idle%" }, "domain": [ 0.7, 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": "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-27T11:14:28.938425Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Asadbek/5.embed", "fid": "Asadbek:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Asadbek:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Asadbek:5/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Asadbek:5/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Asadbek:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Asadbek:5", "plots": "https://api.plotly.com/v2/plots/Asadbek:5", "parent": "https://api.plotly.com/v2/folders/home?user=Asadbek" }, "owner": "Asadbek", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Asadbek/5/", "world_readable": true, "date_modified": "2025-06-27T11:14:28.949Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Asadbek/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "" } }, "mode": "markers", "name": "<br>", "type": "box", "xsrc": "Asadbek:4:83c54d", "boxpoints": false, "orientation": "h" } ], "frames": [], "layout": { "font": { "size": 17, "family": "Old Standard TT" }, "title": { "text": "2025 SAT June Exam: English Scores " }, "xaxis": { "type": "linear", "range": [ 507.22222222222223, 762.7777777777778 ], "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "type": "category", "range": [ -0.5, 0.5 ], "title": { "text": "@satashkent" }, "domain": [ 0, 1 ], "autorange": true }, "autosize": true, "colorway": [ "#e41a1c", "#377eb8", "#4daf4a", "#984ea3", "#ff7f00", "#ffff33", "#a65628", "#f781bf", "#999999" ], "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" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Asadbek", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-04-03 06:19:46", "mapbox_access_tokens": null, "has_password": null, "username": "Asadbek", "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-27T11:10:14.839799Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Astha19/54.embed", "fid": "Astha19:54", "filename": "cpu_vs_time_read", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Astha19:54/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Astha19:54/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Astha19/54/8_1RL2D6XTONFH93AI4UVSKKOWR1UOZ6.png", "list-thumb": "https://api.plotly.com/v2/files/Astha19:54/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Astha19:54", "plots": "https://api.plotly.com/v2/plots/Astha19:54", "parent": "https://api.plotly.com/v2/folders/home?user=Astha19" }, "owner": "Astha19", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 28, "web_url": "https://chart-studio.plotly.com/~Astha19/54/", "world_readable": true, "date_modified": "2025-06-27T11:10:14.849Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Astha19/54/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "User%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:53:f3583a", "ysrc": "Astha19:53:15402a", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "System%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:53:f3583a", "ysrc": "Astha19:53:85a970", "yaxis": "y2", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Timestamp", "y": "Idle%" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "Astha19:53:f3583a", "ysrc": "Astha19:53:a134d3", "yaxis": "y3", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "CPU (read) vs Time" }, "xaxis": { "type": "date", "range": [ "2025-06-25 21:02:31", "2025-06-25 21:45:59" ], "title": { "text": "timestamp" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.6272222222222222, 100 ], "title": { "text": "cpu_user%" }, "domain": [ 0, 0.3 ], "autorange": false }, "yaxis2": { "side": "left", "type": "linear", "range": [ -1.2850000000000001, 100 ], "title": { "text": "cpu_system%" }, "domain": [ 0.35, 0.65 ], "autorange": false, "overlaying": false }, "yaxis3": { "side": "left", "type": "linear", "range": [ 0, 100 ], "title": { "text": "cpu_idle%" }, "domain": [ 0.7, 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": "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-27T11:08:09.990696Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gammaspot/180.embed", "fid": "gammaspot:180", "filename": "NQ PLOT FRONT 2024+2021+2017 Q4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gammaspot/180/9_ZPNJ9484CSJXNCMGL0DE55F9YKK38A.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gammaspot/180/2_NU0DM11D10WMACRAAWHAOJPTK9STQH.png", "block-thumb": "https://api.plotly.com/v2/files/gammaspot:180/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gammaspot/180/9_ZPNJ9484CSJXNCMGL0DE55F9YKK38A.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gammaspot:180", "plots": "https://api.plotly.com/v2/plots/gammaspot:180", "parent": "https://api.plotly.com/v2/folders/home?user=gammaspot" }, "owner": "gammaspot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~gammaspot/180/", "world_readable": true, "date_modified": "2025-06-27T11:17:46.552Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gammaspot/180/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dot", "color": "rgb(0, 191, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 24 Q4 __", "y": "NQ Price 24 Q4 __" } }, "mode": "lines", "name": "NQ 2024 Q4", "type": "scatter", "xsrc": "gammaspot:179:982924", "ysrc": "gammaspot:179:5252ac" }, { "line": { "dash": "dot", "color": "rgb(255, 0, 0)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 24 Q4 __", "y": "NQ Price 21 Q4 __" } }, "mode": "lines", "name": "NQ 2021 Q4", "type": "scatter", "xsrc": "gammaspot:179:982924", "ysrc": "gammaspot:179:6b51e7", "yaxis": "y2", "showlegend": true, "stackgroup": null }, { "line": { "dash": "dot", "color": "rgb(255, 0, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 24 Q4 __", "y": "NQ Price 17 Q4 __" } }, "mode": "lines", "name": "NQ 2017 Q4", "type": "scatter", "xsrc": "gammaspot:179:982924", "ysrc": "gammaspot:179:407ca5", "yaxis": "y3", "showlegend": true, "stackgroup": null }, { "line": { "dash": "dot", "color": "rgb(255, 0, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 24 Q4 __", "y": "NQ Price 17 Q1__" } }, "mode": "none", "name": "NQ 2017 Q1", "type": "scatter", "xsrc": "gammaspot:179:982924", "ysrc": "gammaspot:179:25aed6", "yaxis": "y4", "showlegend": false }, { "line": { "dash": "dash", "color": "rgb(255, 0, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 24 Q4 __", "y": "NQ Price 16 Q4 DISPLACED __" } }, "mode": "none", "name": "NQ 2016 Q4 <br>DISP", "type": "scatter", "xsrc": "gammaspot:179:982924", "ysrc": "gammaspot:179:16176e", "yaxis": "y5", "showlegend": false }, { "line": { "dash": "dot", "color": "rgb(255, 0, 255)", "width": 4 }, "meta": { "columnNames": { "x": "NQ Date 24 Q4 __", "y": "NQ Price 16 Q4 DISP ELECTION __" } }, "mode": "none", "name": "NQ 2016 Q4 <br>DISP ELECT", "type": "scatter", "xsrc": "gammaspot:179:982924", "ysrc": "gammaspot:179:43b522", "yaxis": "y6", "showlegend": false, "orientation": "v" }, { "line": { "color": "rgb(0, 0, 255)", "width": 3 }, "meta": { "columnNames": { "x": "NQ Date 24 Q4 __", "y": "UNUSED 4a __" } }, "mode": "none", "name": "UNUSED 4", "type": "scatter", "xsrc": "gammaspot:179:982924", "ysrc": "gammaspot:179:df0d57", "yaxis": "y7", "showlegend": false, "stackgroup": null }, { "line": { "dash": "dot", "color": "rgb(0, 0, 255)", "width": 3 }, "meta": { "columnNames": { "x": "NQ Date 24 Q4 __", "y": "UNUSED 5a __" } }, "mode": "none", "name": "UNUSED 5", "type": "scatter", "xsrc": "gammaspot:179:982924", "ysrc": "gammaspot:179:d9158a", "yaxis": "y8", "showlegend": false, "stackgroup": null } ], "frames": [], "layout": { "title": { "x": 0.05, "text": "<b>Q4 2024 / 2021 / 2017</b><br>NQ" }, "xaxis": { "type": "category", "range": [ 0, 66 ], "anchor": "free", "nticks": 0, "showgrid": true, "showline": false, "autorange": true, "gridwidth": 3, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 19839.833333333332, 22543.166666666668 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "bargap": 0.94, "yaxis2": { "side": "right", "type": "linear", "range": [ 14344.611111111111, 16692.38888888889 ], "showgrid": false, "showline": false, "autorange": true, "showticklabels": false }, "yaxis3": { "side": "right", "type": "linear", "range": [ 5905.347222222223, 6568.402777777777 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis4": { "side": "right", "type": "linear", "range": [ -3.666666666666667, 69.66666666666667 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis5": { "side": "right", "type": "linear", "range": [ -3.666666666666667, 69.66666666666667 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis6": { "side": "right", "type": "linear", "range": [ -3.666666666666667, 69.66666666666667 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis7": { "side": "right", "type": "linear", "range": [ 0, 2 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": false }, "yaxis8": { "side": "right", "type": "linear", "range": [ 0, 2 ], "showgrid": false, "showline": false, "autorange": true, "overlaying": "y2", "showticklabels": 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" }, "showlegend": true, "bargroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gammaspot", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-02-11 22:32:36", "mapbox_access_tokens": null, "has_password": null, "username": "gammaspot", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "