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=cD0yMDI1LTA4LTIzKzE0JTNBMTglM0EwMy40ODM1NDMlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTIyKzIzJTNBNDYlM0EwMS4zMDIwOTUlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0yMysxNCUzQTA5JTNBMjEuMDg5NTc4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-23T14:09:21.089578Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vftuvt/24.embed", "fid": "vftuvt:24", "filename": "Plot 24", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vftuvt/24/9_LQ78GTYS2HHLSOKLK31C2DR9VXWJMV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vftuvt/24/2_7JTKTJSHNTN7U8BF603VRW4UWS7PQ3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/24/8_B08BSO1H6ABP012NOZXN66201V9EC5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/24/9_LQ78GTYS2HHLSOKLK31C2DR9VXWJMV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vftuvt:24", "plots": "https://api.plotly.com/v2/plots/vftuvt:24", "parent": "https://api.plotly.com/v2/folders/home?user=vftuvt" }, "owner": "vftuvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~vftuvt/24/", "world_readable": true, "date_modified": "2025-08-24T16:42:26.615Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vftuvt/24/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "color": "rgb(0, 19, 255)" }, "meta": { "columnNames": { "x": "time", "y": "V(n001)" } }, "mode": "lines", "name": "Input", "type": "scatter", "xsrc": "vftuvt:23:a4ce51", "ysrc": "vftuvt:23:c5c944" }, { "meta": { "columnNames": { "x": "time", "y": "V(n002)" } }, "mode": "lines", "name": "Output", "type": "scatter", "xsrc": "vftuvt:23:a4ce51", "ysrc": "vftuvt:23:46a9cf", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 20 }, "xaxis": { "type": "linear", "range": [ 0, 0.001505003401323584 ], "title": { "font": { "size": 20 }, "text": "Time(s)" }, "showline": true, "tickfont": { "size": 20 }, "autorange": true, "gridcolor": "rgb(137, 150, 177)", "linecolor": "rgb(4, 4, 4)" }, "yaxis": { "type": "linear", "range": [ -5.555495166666667, 5.555428166666667 ], "title": { "font": { "size": 20 }, "text": "Voltage(V)" }, "showline": true, "tickfont": { "size": 20 }, "tickmode": "linear", "autorange": true, "gridcolor": "rgb(137, 150, 177)", "linecolor": "rgb(0, 0, 0)", "zerolinecolor": "rgb(137, 150, 177)", "zerolinewidth": 1 }, "legend": { "x": 0.854554915235271, "y": 0.3639705882352941 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": 0.0005386760808016107, "y": 0.8986441225490202, "ax": -127, "ay": -18, "font": { "size": 20 }, "text": ".67V", "showarrow": false, "arrowwidth": 0.1 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vftuvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-08-09 19:15:43", "mapbox_access_tokens": null, "has_password": null, "username": "vftuvt", "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-08-23T12:59:24.670727Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mjelemalaba/13.embed", "fid": "mjelemalaba:13", "filename": "Plot 13", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/13/9_9EUK6H9I587CUW43IG7C2PA74QOBJ1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/13/2_4O5QULVRZBLW8OUPCAREMHQ4Y9QF4J.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/13/8_9TPLOPMB13GXZZ1VOP0AK7L3G2ZFPN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mjelemalaba/13/9_9EUK6H9I587CUW43IG7C2PA74QOBJ1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mjelemalaba:13", "plots": "https://api.plotly.com/v2/plots/mjelemalaba:13", "parent": "https://api.plotly.com/v2/folders/home?user=mjelemalaba" }, "owner": "mjelemalaba", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mjelemalaba/13/", "world_readable": true, "date_modified": "2025-08-23T13:30:09.874Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mjelemalaba/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "9db2ce", "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y", "z": "" } }, "mode": "none", "type": "scatter", "xsrc": "mjelemalaba:12:bcc829", "ysrc": "mjelemalaba:12:cced8d", "showlegend": false }, { "uid": "4e0e97", "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "none", "type": "scatter", "xsrc": "mjelemalaba:12:fde010", "ysrc": "mjelemalaba:12:ff8e1b", "showlegend": false }, { "uid": "f47afd", "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y" } }, "mode": "none", "type": "scatter", "xsrc": "mjelemalaba:12:c411b1", "ysrc": "mjelemalaba:12:e24a1c", "showlegend": false }, { "uid": "83a7d4", "meta": { "columnNames": { "x": "Trace 3, x", "y": "Trace 3, y" } }, "mode": "none", "type": "scatter", "xsrc": "mjelemalaba:12:506abf", "ysrc": "mjelemalaba:12:def205", "showlegend": false }, { "uid": "95bd0d", "meta": { "columnNames": { "x": "Trace 4, x", "y": "Trace 4, y" } }, "mode": "none", "type": "scatter", "xsrc": "mjelemalaba:12:922ae5", "ysrc": "mjelemalaba:12:964ffa", "showlegend": false }, { "uid": "550655", "meta": { "columnNames": { "x": "Trace 5, x", "y": "Trace 5, y" } }, "mode": "none", "type": "scatter", "xsrc": "mjelemalaba:12:a129fc", "ysrc": "mjelemalaba:12:64ce59", "showlegend": false }, { "uid": "6d381b", "name": "7d compressive strength (low-strength)<br>", "showlegend": true, "transforms": [ { "rms": "", "type": "fit", "inputUid": "9db2ce", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.06372712138007038, "value": 1.2146020364255943 }, { "hold": false, "name": "b", "error": 0.15007764669039078, "value": 21.12900434595876 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "93ee55", "name": "28d compressive strength (low-strength)<br>", "transforms": [ { "rms": "", "type": "fit", "inputUid": "4e0e97", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.07649869629715915, "value": 1.4122401682949928 }, { "hold": false, "name": "b", "error": 0.17855683935990607, "value": 28.868820373389426 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "496af0", "name": "7d compressive strength (high-strength)", "transforms": [ { "rms": "", "type": "fit", "inputUid": "83a7d4", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.09606416969591901, "value": 0.9049216695734033 }, { "hold": false, "name": "b", "error": 0.22677948119702235, "value": 41.34577193232108 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "0b53a5", "name": "Chloride Ion charged<br> passed (low-strength)", "transforms": [ { "rms": "", "type": "fit", "inputUid": "f47afd", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.3858888298985328, "value": -4.111953451227857 }, { "hold": false, "name": "b", "error": 0.8454679767468889, "value": 52.203969114191985 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "eaf819", "name": "28d compressive strength (high strength)", "transforms": [ { "rms": "", "type": "fit", "inputUid": "95bd0d", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.09605767334270138, "value": 1.0921861254480734 }, { "hold": false, "name": "b", "error": 0.2180408786220482, "value": 50.196337126303405 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "204903", "name": "Chloride Ion charged passed (high strength)", "transforms": [ { "rms": "", "type": "fit", "inputUid": "550655", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.48992824199853297, "value": -3.092626455586998 }, { "hold": false, "name": "b", "error": 1.0754189677279744, "value": 26.831058361521187 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "font": { "family": "Gravitas One" }, "scene": { "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 2.541618906154288, "y": 2.5416189061542878, "z": 2.541618906154288 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Influence of carbonation pressure on compressive strength" }, "xaxis": { "type": "linear", "range": [ -0.04243366604805132, 3.9982946280784484 ], "title": { "text": "Carbonation Pressure (bar)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 12.139435110004115, 58.66726525981012 ], "title": { "text": "Compressive Strength (MPa)" }, "autorange": true }, "legend": { "x": 0.9987437098733297, "y": 0.7782596451703746 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mjelemalaba", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-22 10:23:46", "mapbox_access_tokens": null, "has_password": null, "username": "mjelemalaba", "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-08-23T10:03:29.716671Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vftuvt/22.embed", "fid": "vftuvt:22", "filename": "Plot 22", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vftuvt/22/9_D2C7BOBUDPRRF4RN7XLRODNOEN65CH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vftuvt/22/2_7PQ64DHHOW6IYPOQYXLJ9JOHASOF6R.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/22/8_9G6P4F8ZH41T0AD42M17YQ1TZ69A5I.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/22/9_D2C7BOBUDPRRF4RN7XLRODNOEN65CH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vftuvt:22", "plots": "https://api.plotly.com/v2/plots/vftuvt:22", "parent": "https://api.plotly.com/v2/folders/home?user=vftuvt" }, "owner": "vftuvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~vftuvt/22/", "world_readable": true, "date_modified": "2025-08-24T11:56:32.250Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vftuvt/22/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "color": "rgb(0, 19, 255)" }, "meta": { "columnNames": { "x": "time", "y": "V(n001)" } }, "mode": "lines", "name": "Input", "type": "scatter", "xsrc": "vftuvt:7:fbb3ac", "ysrc": "vftuvt:7:1b43bf" }, { "meta": { "columnNames": { "x": "time", "y": "V(n002)" } }, "mode": "lines", "name": "Output", "type": "scatter", "xsrc": "vftuvt:7:fbb3ac", "ysrc": "vftuvt:7:d305f4", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 20 }, "xaxis": { "type": "linear", "range": [ 0, 0.004999999999999998 ], "title": { "font": { "size": 20 }, "text": "Time(s)" }, "showline": true, "tickfont": { "size": 20 }, "autorange": true, "gridcolor": "rgb(137, 150, 177)", "linecolor": "rgb(0, 0, 0)" }, "yaxis": { "type": "linear", "range": [ -10.971958055555557, 10.971963055555555 ], "title": { "font": { "size": 20 }, "text": "Voltage(V)" }, "showline": true, "tickfont": { "size": 20 }, "autorange": true, "gridcolor": "rgb(137, 150, 177)", "linecolor": "rgb(0, 0, 0)", "zerolinecolor": "rgb(137, 150, 177)", "zerolinewidth": 1 }, "legend": { "x": 0.9077300956750405, "y": 0.9852941176470589 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vftuvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-08-09 19:15:43", "mapbox_access_tokens": null, "has_password": null, "username": "vftuvt", "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-08-23T09:52:55.306116Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vftuvt/21.embed", "fid": "vftuvt:21", "filename": "Plot 21", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vftuvt/21/9_PYVUAHQXC57GKKH1KZTSE4QQJQ5XMR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vftuvt/21/2_UZ8O1UACI7IMIYEKSNX8OEUW0RVSUU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/21/8_B5JO9IS82G3P534AO8X4TY5FEPCC2A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/21/9_PYVUAHQXC57GKKH1KZTSE4QQJQ5XMR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vftuvt:21", "plots": "https://api.plotly.com/v2/plots/vftuvt:21", "parent": "https://api.plotly.com/v2/folders/home?user=vftuvt" }, "owner": "vftuvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~vftuvt/21/", "world_readable": true, "date_modified": "2025-08-24T12:39:34.042Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vftuvt/21/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "color": "rgb(0, 19, 255)" }, "meta": { "columnNames": { "x": "time", "y": "V(n001)" } }, "mode": "lines", "name": "Input", "type": "scatter", "xsrc": "vftuvt:4:2f63e7", "ysrc": "vftuvt:4:5872d2" }, { "meta": { "columnNames": { "x": "time", "y": "V(n002)" } }, "mode": "lines", "name": "Output", "type": "scatter", "xsrc": "vftuvt:4:2f63e7", "ysrc": "vftuvt:4:ef06a8", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 20 }, "xaxis": { "type": "linear", "range": [ 0, 0.004999999999999998 ], "title": { "font": { "size": 20 }, "text": "Time(s)" }, "showline": true, "tickfont": { "size": 20 }, "autorange": true, "gridcolor": "rgb(137, 150, 177)", "linecolor": "rgb(0, 0, 0)" }, "yaxis": { "type": "linear", "dtick": 5, "range": [ -5.555555555555555, 5.555555555555555 ], "title": { "font": { "size": 20 }, "text": "Voltage(V)" }, "showline": true, "tickfont": { "size": 20 }, "tickmode": "linear", "autorange": true, "gridcolor": "rgb(137, 150, 177)", "linecolor": "rgb(0, 0, 0)", "zerolinecolor": "rgb(137, 150, 177)", "zerolinewidth": 1 }, "legend": { "x": 0.9131818181818182, "y": 0.9705882352941176 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": 0.0006420765027322403, "y": 1.511437908496732, "ax": -346, "ay": -38, "font": { "size": 20 }, "text": ".85V", "showarrow": false, "arrowwidth": 0.1 }, { "x": 0.0012540983606557374, "y": -0.9395424836601307, "ax": -248, "ay": 32, "font": { "size": 20 }, "text": "-.84V", "showarrow": false, "arrowwidth": 0.1 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vftuvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-08-09 19:15:43", "mapbox_access_tokens": null, "has_password": null, "username": "vftuvt", "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-08-23T09:46:23.648806Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vftuvt/20.embed", "fid": "vftuvt:20", "filename": "Plot 20", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vftuvt/20/9_HY6HQHNH00QM78IVDKS1W1A4EES2LM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vftuvt/20/2_EBMZIMMFJ2ZKA9RDER4QWCG7XZ7RKP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/20/8_QKMJAE1SVISAUJG96IFEYRLM98WQTU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/20/9_HY6HQHNH00QM78IVDKS1W1A4EES2LM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vftuvt:20", "plots": "https://api.plotly.com/v2/plots/vftuvt:20", "parent": "https://api.plotly.com/v2/folders/home?user=vftuvt" }, "owner": "vftuvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~vftuvt/20/", "world_readable": true, "date_modified": "2025-08-24T12:45:11.314Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vftuvt/20/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "color": "rgb(0, 19, 255)" }, "meta": { "columnNames": { "x": "time", "y": "V(n001)" } }, "mode": "lines", "name": "Input", "type": "scatter", "xsrc": "vftuvt:19:3ffb89", "ysrc": "vftuvt:19:a98b94", "visible": true }, { "meta": { "columnNames": { "x": "time", "y": "V(n002)" } }, "mode": "lines", "name": "Output", "type": "scatter", "xsrc": "vftuvt:19:3ffb89", "ysrc": "vftuvt:19:7cf4b9", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 23 }, "xaxis": { "type": "linear", "range": [ 0, 0.004999999999999998 ], "title": { "font": { "size": 20 }, "text": "Time(s)" }, "showline": true, "tickfont": { "size": 20 }, "autorange": true, "gridcolor": "rgb(137, 150, 177)", "gridwidth": 1, "linecolor": "rgb(0, 0, 0)" }, "yaxis": { "type": "linear", "dtick": 5, "range": [ -5.555555555555555, 5.555555555555555 ], "title": { "font": { "size": 20 }, "text": "Voltage(V)" }, "showline": true, "tickfont": { "size": 20 }, "tickmode": "linear", "zeroline": true, "autorange": true, "gridcolor": "rgb(137, 150, 177)", "gridwidth": 1, "linecolor": "rgb(0, 0, 0)", "zerolinecolor": "rgb(137, 150, 177)", "zerolinewidth": 1 }, "legend": { "x": 0.9100501687834537, "y": 1.2536764705882353, "title": { "font": { "size": 16 }, "text": "<br>" } }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": 0.0006857923497267757, "y": 1.7565359477124183, "ax": -343, "ay": -51, "font": { "size": 20 }, "text": "1.33V", "showarrow": false, "arrowwidth": 0.1 }, { "x": 0.0012213114754098357, "y": -1.4705882352941175, "ax": -248, "ay": 40, "font": { "size": 20 }, "text": "-1.33V", "showarrow": false, "arrowwidth": 0.1 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vftuvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-08-09 19:15:43", "mapbox_access_tokens": null, "has_password": null, "username": "vftuvt", "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-08-23T09:35:54.287168Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vftuvt/16.embed", "fid": "vftuvt:16", "filename": "Plot 16", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vftuvt/16/9_M9X4QEV6ZPU14VW5CN368UAB8IBBXO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vftuvt/16/2_72NJ64BGY1I6FVPWV6FDH4ZCXWX2UW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/16/8_ACQ1SBLG0E6HCSO5JKZIGXTJ5TQ85H.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/16/9_M9X4QEV6ZPU14VW5CN368UAB8IBBXO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vftuvt:16", "plots": "https://api.plotly.com/v2/plots/vftuvt:16", "parent": "https://api.plotly.com/v2/folders/home?user=vftuvt" }, "owner": "vftuvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~vftuvt/16/", "world_readable": true, "date_modified": "2025-08-24T12:04:18.789Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vftuvt/16/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "color": "rgb(0, 19, 255)" }, "meta": { "columnNames": { "x": "time", "y": "V(n001)" } }, "mode": "lines", "name": "Input", "type": "scatter", "xsrc": "vftuvt:9:b7bf60", "ysrc": "vftuvt:9:1fdc75" }, { "meta": { "columnNames": { "x": "time", "y": "V(n002)" } }, "mode": "lines", "name": "Output", "type": "scatter", "xsrc": "vftuvt:9:b7bf60", "ysrc": "vftuvt:9:a9ef8b", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 20 }, "xaxis": { "type": "linear", "dtick": 5, "range": [ 0, 0.004999999999999998 ], "title": { "font": { "size": 24 }, "text": "Time(s)" }, "tickfont": { "size": 24 }, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(137, 150, 177)" }, "yaxis": { "type": "linear", "dtick": 5, "range": [ -5.848570163899182, 6.198413114084444 ], "title": { "font": { "size": 24 }, "text": "Voltage(V)" }, "tickfont": { "size": 24 }, "tickmode": "linear", "autorange": true, "gridcolor": "rgb(137, 150, 177)", "zerolinecolor": "rgb(137, 150, 177)", "zerolinewidth": 1 }, "legend": { "x": 0.9130602957906713, "y": 1 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": 0.0017841530054644803, "y": 5.51191222875817, "ax": -132, "ay": -109, "font": { "size": 20 }, "text": "5.26V<br>", "showarrow": false, "arrowwidth": 0.1 }, { "x": 0.000308743169398907, "y": -5.1001441111111125, "ax": -395, "ay": 102, "font": { "size": 20 }, "text": "-5.26V<br>", "showarrow": false, "arrowwidth": 0.1 }, { "x": 0.0006967213114754096, "y": 4.781527784313726, "ax": -328, "ay": -108, "font": { "size": 20 }, "text": "4.77V<br>", "showarrow": false, "arrowwidth": 0.1 }, { "x": 0.0012377049180327866, "y": -4.5592772108767425, "ax": -232, "ay": 115, "font": { "size": 20 }, "text": "-4.77V", "showarrow": false, "arrowwidth": 0.1 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vftuvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-08-09 19:15:43", "mapbox_access_tokens": null, "has_password": null, "username": "vftuvt", "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-08-23T09:21:19.957124Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vftuvt/14.embed", "fid": "vftuvt:14", "filename": "Plot 14", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vftuvt/14/9_LZ202IC374RRM5AHFM8453IDXJRDMM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vftuvt/14/2_F1D1VM3WEZKM2ETW09EARNAHFNYAKA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/14/8_K76UHCT6YWJ1Z7K267UQD7HLT1YOS2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/14/9_LZ202IC374RRM5AHFM8453IDXJRDMM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vftuvt:14", "plots": "https://api.plotly.com/v2/plots/vftuvt:14", "parent": "https://api.plotly.com/v2/folders/home?user=vftuvt" }, "owner": "vftuvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~vftuvt/14/", "world_readable": true, "date_modified": "2025-08-24T11:59:57.911Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vftuvt/14/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "color": "rgb(0, 19, 255)" }, "meta": { "columnNames": { "x": "time", "y": "V(n001)" } }, "mode": "lines", "name": "Input", "type": "scatter", "xsrc": "vftuvt:15:e8543d", "ysrc": "vftuvt:15:c1ae75" }, { "meta": { "columnNames": { "x": "time", "y": "V(n002)" } }, "mode": "lines", "name": "Output", "type": "scatter", "xsrc": "vftuvt:15:e8543d", "ysrc": "vftuvt:15:275dc5", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 20 }, "xaxis": { "type": "linear", "dtick": 4, "range": [ 0, 0.004999999999999998 ], "tick0": 3, "title": { "font": { "size": 20 }, "text": "Time(s)" }, "tickfont": { "size": 20 }, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(137, 150, 177)" }, "yaxis": { "type": "linear", "dtick": 5, "range": [ -7.17606016587582, 7.052675798203991 ], "tick0": 0, "title": { "font": { "size": 20 }, "text": "Voltage(V)" }, "tickfont": { "size": 20 }, "tickmode": "linear", "autorange": true, "gridcolor": "rgb(137, 150, 177)", "zerolinecolor": "rgb(137, 150, 177)", "zerolinewidth": 1 }, "legend": { "x": 0.9130602957906713, "y": 0.9705882352941176 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": 0.001, "y": 6.34, "ax": -28, "ay": 4, "font": { "size": 20 }, "text": "6.34V", "arrowwidth": 0.1 }, { "x": 0.0005, "y": 3.64, "ax": 31, "ay": 1, "font": { "size": 20 }, "text": "3.64V<br>", "arrowwidth": 0.1 }, { "ax": -324, "ay": 121, "font": { "size": 20 }, "text": "-6.34V", "arrowwidth": 0.1 }, { "ax": -239, "ay": 68, "font": { "size": 20 }, "text": "-3.64V", "arrowwidth": 0.1 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vftuvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-08-09 19:15:43", "mapbox_access_tokens": null, "has_password": null, "username": "vftuvt", "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-08-23T08:56:40.448819Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vftuvt/13.embed", "fid": "vftuvt:13", "filename": "Plot 13", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vftuvt/13/9_UPYQ0MR660IC10J6E02TFQ9SP87844.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vftuvt/13/2_0CUJXNDKDQCWB2NRFU5U3KNQBOCNZX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/13/8_YN8ZZX3T8FZIZ6PQPW0L8W301KNG3V.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vftuvt/13/9_UPYQ0MR660IC10J6E02TFQ9SP87844.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vftuvt:13", "plots": "https://api.plotly.com/v2/plots/vftuvt:13", "parent": "https://api.plotly.com/v2/folders/home?user=vftuvt" }, "owner": "vftuvt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~vftuvt/13/", "world_readable": true, "date_modified": "2025-08-24T12:12:18.852Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vftuvt/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash" }, "meta": { "columnNames": { "x": "time", "y": "V(n001)" } }, "mode": "lines", "name": "Input", "type": "scatter", "xsrc": "vftuvt:12:e94ba4", "ysrc": "vftuvt:12:a099e9", "visible": true }, { "meta": { "columnNames": { "x": "time", "y": "V(n002)" } }, "mode": "lines", "name": "Output", "type": "scatter", "xsrc": "vftuvt:12:e94ba4", "ysrc": "vftuvt:12:d37e3a", "visible": true } ], "frames": [], "layout": { "font": { "size": 20 }, "title": { "text": "" }, "xaxis": { "type": "linear", "range": [ 0, 0.004999999999999998 ], "title": { "font": { "size": 20 }, "text": "Time(s)" }, "showgrid": true, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(101, 103, 106)", "linecolor": "rgb(0, 0, 0)", "linewidth": 1 }, "yaxis": { "type": "linear", "dtick": 5, "range": [ -5.555555555555555, 5.555555555555555 ], "title": { "font": { "size": 20 }, "text": "Voltage(V)" }, "showgrid": true, "showline": true, "tickmode": "linear", "zeroline": true, "autorange": true, "gridcolor": "rgb(137, 150, 177)", "gridwidth": 1, "linecolor": "rgb(0, 0, 0)", "zerolinecolor": "rgb(137, 150, 177)", "zerolinewidth": 1 }, "legend": { "x": 0.9198862343572242, "y": 1 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vftuvt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.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-08-09 19:15:43", "mapbox_access_tokens": null, "has_password": null, "username": "vftuvt", "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-08-23T07:43:19.051994Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ChenRongrong/4.embed", "fid": "ChenRongrong:4", "filename": "Plot 4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ChenRongrong/4/9_WXVIS5LX5P3IYJN71J3IHH1UW1Y0SK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ChenRongrong/4/2_LC51KNZ8CFJIC764PDE8BK3FZ64S9X.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ChenRongrong/4/8_XB6ZCP40W7AH4GJ15992NRHIUB7UGD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ChenRongrong/4/9_WXVIS5LX5P3IYJN71J3IHH1UW1Y0SK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ChenRongrong:4", "plots": "https://api.plotly.com/v2/plots/ChenRongrong:4", "parent": "https://api.plotly.com/v2/folders/home?user=ChenRongrong" }, "owner": "ChenRongrong", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ChenRongrong/4/", "world_readable": true, "date_modified": "2025-08-25T13:56:32.471Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ChenRongrong/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Index", "y": "Log10(FC)" } }, "mode": "markers", "name": "<br>", "type": "scatter", "xsrc": "ChenRongrong:3:8bc2be", "ysrc": "ChenRongrong:3:ef4a47", "marker": { "size": 14, "color": "rgb(194, 194, 201)", "opacity": 0.3 }, "visible": true, "showlegend": false }, { "meta": { "columnNames": { "x": "Index", "y": "Log10(FC)" } }, "mode": "markers", "name": "<br>", "type": "scatter", "xsrc": "ChenRongrong:2:be6226", "ysrc": "ChenRongrong:2:47f961", "marker": { "size": 14, "color": "rgb(185, 185, 186)" }, "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "Index", "y": "Log10(FC)" } }, "mode": "markers", "name": "Golgi proteins", "type": "scatter", "xsrc": "ChenRongrong:0:933701", "ysrc": "ChenRongrong:0:7e7410", "marker": { "size": 14, "color": "rgb(237, 57, 181)", "symbol": "circle" }, "showlegend": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "Index", "y": "Log10(FC)" } }, "mode": "markers", "name": "Lysosome proteins", "type": "scatter", "xsrc": "ChenRongrong:12:a58ace", "ysrc": "ChenRongrong:12:470751", "marker": { "size": 14, "color": "rgb(58, 135, 31)" }, "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "Index", "y": "Log10(FC)" } }, "mode": "markers", "name": "Vesicle related proteins", "type": "scatter", "xsrc": "ChenRongrong:14:b75e81", "ysrc": "ChenRongrong:14:c13749", "marker": { "size": 14, "color": "rgb(237, 212, 19)" }, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 12 }, "title": { "text": "" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ -189.60633990869152, 3402.9279007666464 ], "title": { "font": { "size": 30, "color": "rgb(68, 68, 68)" }, "text": "<b>Genes</b>" }, "domain": [ 0, 0.8 ], "mirror": false, "showgrid": false, "showline": false, "tickmode": "auto", "zeroline": false, "autorange": false, "gridwidth": 1, "linecolor": "rgb(55, 55, 59)", "linewidth": 2, "zerolinecolor": "rgb(68, 68, 68)", "zerolinewidth": 2, "showticklabels": false }, "yaxis": { "side": "left", "type": "linear", "range": [ -6.532654127481714, 6.03 ], "title": { "font": { "size": 30, "color": "rgb(68, 68, 68)" }, "text": "<b>Log10(FC)</b>" }, "domain": [ 0, 0.8 ], "showgrid": false, "showline": false, "tickfont": { "size": 30, "color": "rgb(68, 68, 68)" }, "zeroline": true, "autorange": false, "gridcolor": "rgb(55, 55, 59)", "gridwidth": 2, "linecolor": "rgb(55, 55, 59)", "linewidth": 2, "automargin": true, "zerolinecolor": "rgb(177, 177, 184)", "zerolinewidth": 4, "showticklabels": true }, "images": [ { "x": 0.5, "y": 0.5, "sizex": 0.1, "sizey": 0.1 }, { "x": 0.5, "y": 0.5, "sizex": 0.1, "sizey": 0.1 } ], "legend": { "x": 0.8, "y": 0.5, "font": { "size": 30, "color": "rgb(68, 68, 68)" }, "title": { "font": { "size": 12, "color": "rgb(68, 68, 68)" }, "text": "<br>" }, "valign": "middle", "itemsizing": "trace", "traceorder": "normal", "orientation": "v" }, "shapes": [ { "x0": -180, "x1": 3400, "y0": 0.25, "y1": 0.25, "line": { "dash": "dash", "color": "#444444", "width": 4 }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": -100, "x1": -100, "y0": -6.5, "y1": 6, "line": { "color": "#444444", "width": 3 }, "type": "line", "yref": "y", "opacity": 1, "visible": true, "fillcolor": "rgb(68, 68, 68)" } ], "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, "annotations": [ { "x": 2972, "y": 3.554686, "ax": -10, "ay": -65, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Vps11", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 1441, "y": 0.758182889, "ax": 5, "ay": -40, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "M6pr", "arrowsize": 1.1, "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 104, "y": 0.744159887, "ax": 15, "ay": -30, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Akr1b8", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 536, "y": 0.620995333, "ax": 10, "ay": -70, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Cryab", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 2487, "y": 0.582614283, "ax": 30, "ay": -70, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Snx1", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 1295, "y": 0.503864921, "ax": 10, "ay": -85, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Irgm1", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 1117, "y": 0.465465264, "ax": -10, "ay": -55, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Hps6", "showarrow": true, "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 3018, "y": 0.332112902, "ax": 25, "ay": -40, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Wdr83", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 155, "y": 3.935898437, "ax": 70, "ay": -60, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Ap3m1", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 1797, "y": 3.848366578, "ax": -10, "ay": -40, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Parp10", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 2507, "y": 3.6644323, "ax": -30, "ay": -50, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Spast", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 2659, "y": 3.659638069, "ax": 1, "ay": -30, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Syap1", "textangle": 0, "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 987, "y": 3.488039618, "ax": 20, "ay": -60, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Golga3", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 2103, "y": 3.288175867, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Rab33b", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 847, "y": 2.948029337, "ax": -30, "ay": -35, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Fam114a1", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 2907, "y": 1.042882515, "ax": 20, "ay": -65, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Ubxn2b", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 2350, "y": 0.565714158, "ax": 15, "ay": -45, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Scfd1", "arrowsize": 0.3, "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 1704, "y": 0.371679026, "ax": 5, "ay": -30, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Nrbp1", "arrowsize": 1.1, "arrowcolor": "rgb(68, 68, 68)" }, { "x": 1883, "y": 0.434771345, "ax": 1, "ay": -70, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Pitpnb", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 78, "y": 3.781121929, "ax": -5, "ay": -30, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Agfg2", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 1341, "y": 3.883506397, "ax": 20, "ay": -30, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Kif3c", "arrowsize": 1.1, "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 2097, "y": 0.51638214, "ax": -2, "ay": -30, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Rab23", "arrowsize": 1, "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 2754, "y": 0.427419199, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Tnk2", "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 }, { "x": 809, "y": 0.443356715, "font": { "size": 28 }, "text": "Eps15l1", "arrowwidth": 2 }, { "x": 190, "y": 2.875017401, "ax": 30, "ay": -30, "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "text": "Arl6", "arrowsize": 1, "arrowcolor": "rgb(68, 68, 68)", "arrowwidth": 2 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ChenRongrong", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-21 03:14:58", "mapbox_access_tokens": null, "has_password": null, "username": "ChenRongrong", "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-08-22T23:46:01.302095Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pablo.pineda/2.embed", "fid": "pablo.pineda:2", "filename": "cp", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pablo.pineda/2/9_8UXIJQRRDL1AYL334MA9GEYC6VDO0L.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pablo.pineda/2/2_RXVP0AEO0NGGL9DNDL14IROYITSQ7I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pablo.pineda/2/8_ZZVRVC58ZAFNL7E4EQLAF0XN285M5L.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pablo.pineda/2/9_8UXIJQRRDL1AYL334MA9GEYC6VDO0L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pablo.pineda:2", "plots": "https://api.plotly.com/v2/plots/pablo.pineda:2", "parent": "https://api.plotly.com/v2/folders/home?user=pablo.pineda" }, "owner": "pablo.pineda", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~pablo.pineda/2/", "world_readable": true, "date_modified": "2025-08-26T22:37:52.590Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pablo.pineda/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "WOBA", "y": "ROPA", "marker": { "color": "ROP" } } }, "mode": "markers", "type": "scatter", "xsrc": "pablo.pineda:1:4dfec6", "ysrc": "pablo.pineda:1:695901", "marker": { "meta": { "columnNames": { "color": "ROPA" } }, "colorbar": { "title": { "text": "ROP" } }, "colorsrc": "pablo.pineda:1:695901", "showscale": true, "colorscale": [ [ 0, "#000004" ], [ 0.1111111111111111, "#1b0c41" ], [ 0.2222222222222222, "#4a0c6b" ], [ 0.3333333333333333, "#781c6d" ], [ 0.4444444444444444, "#a52c60" ], [ 0.5555555555555556, "#cf4446" ], [ 0.6666666666666666, "#ed6925" ], [ 0.7777777777777778, "#fb9b06" ], [ 0.8888888888888888, "#f7d13d" ], [ 1, "#fcffa4" ] ] }, "autocolorscale": false } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -3.97794878563886, 71.14794878563886 ], "title": { "text": "WOB" }, "autorange": true, "rangeslider": { "range": [ -3.97794878563886, 71.14794878563886 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "range": [ -13.603513027852651, 223.16351302785264 ], "title": { "text": "ROP" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pablo.pineda", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-22 23:23:56", "mapbox_access_tokens": null, "has_password": null, "username": "pablo.pineda", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "