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=cD0yMDI1LTA4LTE0KzExJTNBNTMlM0EyOC43NjQ5MTMlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA4LTE0KzA2JTNBMTQlM0ExNS4zMjQwMTclMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOC0xNCsxMSUzQTQ5JTNBNTUuNjYwMTk2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-14T11:49:55.660196Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Smjames388/266.embed", "fid": "Smjames388:266", "filename": "Test copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Smjames388/266/9_1ERM6SO8C9L0WC3NQ63P7R9IJ3JT0R.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Smjames388/266/2_HKK8YH2AI75QBPYPX3UNY0ZA15UP1M.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/266/8_HTR7KLJS7DUY0OZBGQ1O6NJPJLAJMU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/266/9_1ERM6SO8C9L0WC3NQ63P7R9IJ3JT0R.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Smjames388:266", "plots": "https://api.plotly.com/v2/plots/Smjames388:266", "parent": "https://api.plotly.com/v2/folders/home?user=Smjames388" }, "owner": "Smjames388", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~Smjames388/266/", "world_readable": true, "date_modified": "2025-08-14T11:49:59.470Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Smjames388/266/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A", "marker": { "color": "E" } } }, "mode": "markers", "name": "NBS", "type": "scatter3d", "xsrc": "Smjames388:256:49c5bb", "ysrc": "Smjames388:256:6eb1ba", "zsrc": "Smjames388:256:ebfcc6", "marker": { "line": { "width": 0 }, "meta": { "columnNames": { "color": "E" } }, "size": 8, "color": "rgb(32, 46, 223)", "symbol": "circle", "opacity": 1 }, "textsrc": "Smjames388:256:c0c375", "textfont": { "size": 6, "color": "rgb(10, 10, 10)" }, "hoverlabel": { "align": "auto" }, "showlegend": true, "legendgroup": 1, "textposition": "top right", "texttemplate": "" }, { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A", "marker": { "color": "A" } } }, "mode": "markers", "name": "LBS", "type": "scatter3d", "xsrc": "Smjames388:257:259204", "ysrc": "Smjames388:257:d9290a", "zsrc": "Smjames388:257:7ad989", "marker": { "meta": { "columnNames": { "color": "A" } }, "size": 8, "color": "rgb(6, 83, 25)", "opacity": 1 }, "opacity": 1, "textsrc": "Smjames388:257:481961", "textfont": { "size": 6, "color": "rgb(10, 10, 10)" }, "legendgroup": 2 }, { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A" } }, "mode": "markers", "name": "Oxr", "type": "scatter3d", "xsrc": "Smjames388:258:de5fc2", "ysrc": "Smjames388:258:6db51e", "zsrc": "Smjames388:256:ebfcc6", "marker": { "line": { "color": "rgb(115, 177, 202)", "width": 1 }, "size": 6, "color": "rgb(58, 199, 214)", "symbol": "diamond", "opacity": 1 }, "textsrc": "Smjames388:258:97d818", "textfont": { "size": 6 }, "legendgroup": 1 }, { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A" } }, "mode": "markers", "name": "Thio", "type": "scatter3d", "xsrc": "Smjames388:259:849d5e", "ysrc": "Smjames388:259:6f80b9", "zsrc": "Smjames388:259:001bea", "marker": { "line": { "color": "rgb(48, 92, 174)", "width": 2 }, "size": 9, "color": "rgb(48, 92, 174)", "symbol": "cross", "opacity": 1 }, "textsrc": "Smjames388:259:93ccf0", "textfont": { "size": 6, "color": "rgb(10, 10, 10)" }, "legendgroup": 1 }, { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A" } }, "mode": "markers", "name": "Vit", "type": "scatter3d", "xsrc": "Smjames388:260:2036d9", "ysrc": "Smjames388:260:299a33", "zsrc": "Smjames388:260:f774b9", "marker": { "size": 8, "color": "rgb(169, 169, 226)", "symbol": "square", "opacity": 1 }, "textsrc": "Smjames388:260:14d36e", "textfont": { "size": 6, "color": "rgb(10, 10, 10)" }, "legendgroup": 1, "textposition": "middle left" }, { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A" } }, "mode": "markers", "name": "Cys", "type": "scatter3d", "xsrc": "Smjames388:261:31b456", "ysrc": "Smjames388:261:71bb29", "zsrc": "Smjames388:261:f0f527", "marker": { "line": { "color": "rgb(4, 2, 74)", "width": 2 }, "size": 8, "color": "rgb(4, 2, 74)", "symbol": "square-open", "opacity": 1 }, "textsrc": "Smjames388:261:fc00e6", "textfont": { "size": 6, "color": "rgb(10, 10, 10)" }, "legendgroup": 1, "textposition": "middle left" }, { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A" } }, "mode": "markers", "name": "L-Oxr", "type": "scatter3d", "xsrc": "Smjames388:262:c9e4d9", "ysrc": "Smjames388:262:b84a27", "zsrc": "Smjames388:262:e6a7b7", "marker": { "line": { "color": "rgb(113, 150, 105)", "width": 1 }, "size": 6, "color": "rgb(81, 187, 18)", "symbol": "diamond", "opacity": 1 }, "textsrc": "Smjames388:262:b2d7d0", "textfont": { "size": 12, "color": "rgb(10, 10, 10)" }, "legendgroup": 2 }, { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A" } }, "mode": "markers", "name": "L-Thio", "type": "scatter3d", "xsrc": "Smjames388:263:d51e94", "ysrc": "Smjames388:263:b8452a", "zsrc": "Smjames388:263:e20473", "marker": { "line": { "color": "rgb(52, 231, 126)", "width": 2 }, "size": 9, "color": "rgb(52, 231, 126)", "symbol": "cross", "opacity": 1 }, "textsrc": "Smjames388:263:b01509", "textfont": { "size": 12, "color": "rgb(10, 10, 10)" }, "legendgroup": 2, "textposition": "middle left" }, { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A" } }, "mode": "markers", "name": "L-Vit", "type": "scatter3d", "xsrc": "Smjames388:264:f7d06f", "ysrc": "Smjames388:264:863fd7", "zsrc": "Smjames388:264:de9c1a", "marker": { "size": 8, "color": "rgb(13, 204, 86)", "symbol": "square", "opacity": 1 }, "opacity": 1, "textsrc": "Smjames388:264:eba8de", "textfont": { "size": 12, "color": "rgb(10, 10, 10)" }, "legendgroup": 2 }, { "meta": { "columnNames": { "x": "B", "y": "C", "z": "D", "text": "A" } }, "mode": "markers", "name": "L-Cys", "type": "scatter3d", "xsrc": "Smjames388:265:7ec140", "ysrc": "Smjames388:265:ad727a", "zsrc": "Smjames388:265:87d956", "marker": { "line": { "color": "rgb(9, 66, 32)", "width": 2 }, "size": 8, "color": "rgb(9, 66, 32)", "symbol": "square-open", "opacity": 1 }, "opacity": 1, "textsrc": "Smjames388:265:e9e38d", "textfont": { "size": 12, "color": "rgb(10, 10, 10)" }, "legendgroup": 2, "textposition": "bottom left" } ], "frames": [], "layout": { "font": { "family": "PT Sans Narrow" }, "scene": { "xaxis": { "type": "linear", "ticks": "outside", "title": { "font": { "size": 16 }, "text": "Max Value (O.D.)" }, "mirror": "ticks", "nticks": 0, "showgrid": true, "showline": true, "tickfont": { "size": 16 }, "gridcolor": "rgb(141, 149, 159)", "linecolor": "rgb(179, 181, 185)", "linewidth": 2, "zerolinecolor": "rgb(16, 16, 16)", "zerolinewidth": 2, "spikethickness": 3 }, "yaxis": { "type": "linear", "ticks": "outside", "title": { "font": { "size": 16 }, "text": "Corresponding Time (hour)" }, "mirror": "ticks", "nticks": 0, "showline": true, "tickfont": { "size": 14 }, "gridcolor": "rgb(189, 194, 200)", "linecolor": "rgb(138, 141, 144)", "linewidth": 2, "zerolinecolor": "rgb(26, 26, 26)", "zerolinewidth": 2, "spikethickness": 3 }, "zaxis": { "type": "linear", "ticks": "outside", "title": { "font": { "size": 16 }, "text": "Exponential Slope" }, "mirror": "ticks", "nticks": 0, "showline": false, "tickfont": { "size": 16 }, "gridcolor": "rgb(175, 178, 181)", "gridwidth": 2, "linewidth": 2, "zerolinecolor": "rgb(30, 30, 31)", "zerolinewidth": 2, "spikethickness": 3 }, "camera": { "up": { "x": 0.3190754799337131, "y": -0.37182092226389574, "z": 0.8717453985378397 }, "eye": { "x": -1.2859134139972872, "y": 2.273404234518593, "z": 1.3905365757971084 }, "center": { "x": -0.030937131021215647, "y": 0.1070071543805251, "z": 0.007169457203228841 }, "projection": { "type": "perspective" } }, "dragmode": "orbit", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "<br>" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "x": 0.6760652551662735, "y": 1.055552723499656, "font": { "size": 15 }, "itemsizing": "constant", "traceorder": "grouped", "orientation": "h", "tracegroupgap": 24 }, "shapes": [ { "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" } ], "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d1e5f0" ], [ 0.7, "#92c5de" ], [ 0.8, "#4393c3" ], [ 0.9, "#2166ac" ], [ 1, "#053061" ] ], "sequential": [ [ 0, "#f7fbff" ], [ 0.125, "#deebf7" ], [ 0.25, "#c6dbef" ], [ 0.375, "#9ecae1" ], [ 0.5, "#6baed6" ], [ 0.625, "#4292c6" ], [ 0.75, "#2171b5" ], [ 0.875, "#08519c" ], [ 1, "#08306b" ] ], "sequentialminus": [ [ 0, "#ffffe5" ], [ 0.125, "#f7fcb9" ], [ 0.25, "#d9f0a3" ], [ 0.375, "#addd8e" ], [ 0.5, "#78c679" ], [ 0.625, "#41ab5d" ], [ 0.75, "#238443" ], [ 0.875, "#006837" ], [ 1, "#004529" ] ] }, "separators": ".,", "uniformtext": { "mode": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Smjames388", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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-05-27 12:55:58", "mapbox_access_tokens": null, "has_password": null, "username": "Smjames388", "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-14T10:25:21.450024Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~aj0358/1.embed", "fid": "aj0358:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/aj0358/1/9_WGW1GL4DV565SW3VM0N948DXGAOEVZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/aj0358/1/2_BWSH7DNEHJPSOPLRPP37W4J96E76OK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aj0358/1/8_T2ZE5YIX7LSSSQX53OAZWILFKD68VZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aj0358/1/9_WGW1GL4DV565SW3VM0N948DXGAOEVZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/aj0358:1", "plots": "https://api.plotly.com/v2/plots/aj0358:1", "parent": "https://api.plotly.com/v2/folders/home?user=aj0358" }, "owner": "aj0358", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~aj0358/1/", "world_readable": true, "date_modified": "2025-08-20T11:43:52.736Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~aj0358/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "GDP", "type": "scatter", "xsrc": "aj0358:0:1a6162", "ysrc": "aj0358:0:4f6758" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "EURUSD", "type": "scatter", "xsrc": "aj0358:0:1a6162", "ysrc": "aj0358:0:96cbac", "yaxis": "y2", "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "Unemployment", "type": "scatter", "xsrc": "aj0358:0:1a6162", "ysrc": "aj0358:0:0b294b", "yaxis": "y", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-01-01", "2025-12-01" ], "autorange": true }, "yaxis": { "type": "category", "range": [ -0.33333333333333326, 6.333333333333333 ], "title": { "text": "Click to enter Y axis title" }, "autorange": false, "fixedrange": false }, "legend": { "x": -7.377160984462965e-06, "y": 1.2259124148077962 }, "yaxis2": { "side": "right", "type": "linear", "range": [ 0.953134328358209, 1.180399115533444 ], "title": { "text": "EUR/USD" }, "autorange": false, "overlaying": "y" }, "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" }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~aj0358", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-14 10:23:48", "mapbox_access_tokens": null, "has_password": null, "username": "aj0358", "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-14T09:02:09.273903Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cs42/7.embed", "fid": "cs42:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/cs42/7/9_1XDW1KJT2ZCVTRNGEKCWV8BHYGR4O5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cs42/7/2_KSNY6YT0D3XTKM6ABRF9JY78VOXOAT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cs42/7/8_VQRSB5OHHS38RSY2O3R7PLB3OR9IPC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cs42/7/9_1XDW1KJT2ZCVTRNGEKCWV8BHYGR4O5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cs42:7", "plots": "https://api.plotly.com/v2/plots/cs42:7", "parent": "https://api.plotly.com/v2/folders/home?user=cs42" }, "owner": "cs42", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cs42/7/", "world_readable": true, "date_modified": "2025-08-14T09:02:09.286Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cs42/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "hole": 0.42, "meta": { "columnNames": { "labels": "A", "values": "B" } }, "mode": "markers", "sort": true, "type": "pie", "title": { "text": "<br>" }, "textinfo": "label+percent", "direction": "clockwise", "hoverinfo": "percent+label+value", "labelssrc": "cs42:6:07c000", "valuessrc": "cs42:6:6724ef", "showlegend": false, "textposition": "outside", "insidetextorientation": "tangential" } ], "frames": [], "layout": { "font": { "family": "Old Standard TT" }, "title": { "x": 0.5, "text": "2025 SySTEAM mini-conference registrants by sector" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "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" }, "piecolorway": [ "#4c78a8", "#f58518", "#e45756", "#72b7b2", "#54a24b", "#eeca3b", "#b279a2", "#ff9da6", "#9d755d", "#bab0ac" ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cs42", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.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-14 04:21:29", "mapbox_access_tokens": null, "has_password": null, "username": "cs42", "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-14T08:49:26.672040Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Aselles/1.embed", "fid": "Aselles:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Aselles/1/9_9QYIYO1JLPY9PYB6KSMWATGJ4WA100.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Aselles/1/2_0LV70K1SKZDXM1C4F6BJUCFFYL7SZI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Aselles/1/8_WJ2IZQDCBG65Q1SMIG3T0KPAUZPPFH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Aselles/1/9_9QYIYO1JLPY9PYB6KSMWATGJ4WA100.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Aselles:1", "plots": "https://api.plotly.com/v2/plots/Aselles:1", "parent": "https://api.plotly.com/v2/folders/home?user=Aselles" }, "owner": "Aselles", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Aselles/1/", "world_readable": true, "date_modified": "2025-08-14T08:49:26.685Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Aselles/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "ids": "", "labels": "Labels", "values": "Values", "parents": "Parents" } }, "mode": "markers", "type": "sunburst", "labelssrc": "Aselles:0:0dea12", "valuessrc": "Aselles:0:878b92", "parentssrc": "Aselles:0:fbae9b", "branchvalues": "total" } ], "frames": [], "layout": { "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "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" }, "colorscale": { "sequential": [ [ 0, "#f7fbff" ], [ 0.125, "#deebf7" ], [ 0.25, "#c6dbef" ], [ 0.375, "#9ecae1" ], [ 0.5, "#6baed6" ], [ 0.625, "#4292c6" ], [ 0.75, "#2171b5" ], [ 0.875, "#08519c" ], [ 1, "#08306b" ] ] }, "paper_bgcolor": "rgb(252, 252, 252)", "sunburstcolorway": [ "#c4dff1", "#82c6c2", "#56aa80", "#448a4a", "#3c6926", "#364911", "#2b2a06" ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Aselles", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-13 11:16:31", "mapbox_access_tokens": null, "has_password": null, "username": "Aselles", "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-14T08:29:03.069098Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~FredRam/5.embed", "fid": "FredRam:5", "filename": "T1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/FredRam/5/9_J3F1FQJW8IOEB8XC1TP86FCFNFGXAS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/FredRam/5/2_M4BT3IJARHPMDOKVTOCYDBI0S5CDDE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/FredRam/5/8_OIJOATMDQ016D266R56MJRTIHCGDDM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/FredRam/5/9_J3F1FQJW8IOEB8XC1TP86FCFNFGXAS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/FredRam:5", "plots": "https://api.plotly.com/v2/plots/FredRam:5", "parent": "https://api.plotly.com/v2/folders/home?user=FredRam" }, "owner": "FredRam", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~FredRam/5/", "world_readable": true, "date_modified": "2025-08-14T08:29:03.079Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~FredRam/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1da2cb", "line": { "color": "rgb(52, 168, 83)", "width": 3 }, "meta": { "columnNames": { "x": "Torque", "y": "Speed" } }, "mode": "lines", "name": "Torque", "type": "scatter", "xsrc": "FredRam:4:894dbe", "ysrc": "FredRam:4:4bbd26", "marker": { "line": { "color": "#444", "width": "" }, "size": 6, "color": "#c50131", "symbol": "circle", "opacity": 1, "gradient": { "type": "none" }, "maxdisplayed": 0 }, "opacity": 1, "selected": { "marker": { "opacity": 1 } }, "hoverinfo": "x+y+z+text", "cliponaxis": true, "hoverlabel": { "namelength": 15 }, "showlegend": true, "unselected": { "marker": { "opacity": 0.2 } }, "hovertemplate": "Speed: %{y:.0f}; Torque: %{x:.1f}" }, { "uid": "390e8d", "line": { "color": "rgb(197, 1, 49)", "width": 3 }, "meta": { "columnNames": { "x": "Torque", "y": "Current" } }, "mode": "lines", "name": "Current", "type": "scatter", "xsrc": "FredRam:4:894dbe", "ysrc": "FredRam:4:19802d", "yaxis": "y2", "visible": true, "stackgroup": null }, { "uid": "90bcdf", "line": { "color": "rgb(255, 153, 0)", "shape": "spline", "smoothing": 1 }, "meta": { "columnNames": { "x": "Torque", "y": "PowerOut" } }, "mode": "lines", "name": "Power Out", "type": "scatter", "xsrc": "FredRam:4:894dbe", "ysrc": "FredRam:4:b2e9cd", "yaxis": "y3", "stackgroup": null }, { "line": { "color": "rgb(153, 0, 255)" }, "meta": { "columnNames": { "x": "Torque", "y": "Efficiency" } }, "mode": "lines", "name": "Efficiency", "type": "scatter", "xsrc": "FredRam:4:894dbe", "ysrc": "FredRam:4:3ef245", "yaxis": "y4", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 14, "color": "rgb(73, 73, 73)", "family": "Open Sans" }, "title": { "text": "<b>110-108</b>" }, "xaxis": { "side": "bottom", "type": "linear", "dtick": 0.5, "range": [ 0, 2.6284 ], "tick0": 0, "ticks": "inside", "title": { "text": "<b>Torque</b> [mN·m]" }, "anchor": "y", "domain": [ 0, 0.8 ], "mirror": false, "nticks": 0, "ticklen": 8, "showgrid": true, "showline": true, "tickfont": { "color": "rgb(0, 0, 0)" }, "tickmode": "auto", "autorange": true, "linecolor": "rgb(73, 73, 73)", "linewidth": 2, "tickcolor": "rgb(73, 73, 73)", "tickwidth": 2, "showspikes": false, "rangeslider": { "range": [ 0, 2.6546 ], "yaxis": {}, "yaxis2": {}, "yaxis3": {}, "yaxis4": {}, "visible": false, "autorange": true }, "zerolinecolor": "rgb(73, 73, 73)", "zerolinewidth": 0, "exponentformat": "none" }, "yaxis": { "type": "linear", "dtick": 5000, "range": [ 0, 18647.368421052633 ], "tick0": 0, "ticks": "inside", "title": { "text": "<b>Speed</b> [rpm]" }, "domain": [ 0, 1 ], "nticks": 0, "ticklen": 6, "showgrid": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(235, 240, 248)", "rangemode": "tozero", "tickwidth": 2, "exponentformat": "none", "constraintoward": "right" }, "legend": { "x": 1, "y": 1.25, "font": { "size": 14 }, "valign": "top", "xanchor": "right", "yanchor": "top", "borderwidth": 0, "orientation": "h" }, "shapes": [], "yaxis2": { "side": "right", "type": "linear", "dtick": 100, "range": [ 0, 671.4612631578947 ], "tick0": 0, "ticks": "inside", "title": { "text": "<b>Current</b> [mA]" }, "nticks": 0, "ticklen": 6, "showgrid": false, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(235, 240, 248)", "linecolor": "rgb(73, 73, 73)", "linewidth": 2, "rangemode": "tozero", "tickwidth": 2, "overlaying": "y" }, "yaxis3": { "side": "right", "type": "linear", "range": [ 0, 1426.1182105263158 ], "ticks": "inside", "title": { "text": "<b>Power</b> [mW]" }, "anchor": "free", "domain": [ 0, "" ], "nticks": 0, "ticklen": 6, "position": 0.9, "showgrid": false, "showline": true, "autorange": true, "gridcolor": "#EBF0F8", "gridwidth": 1, "linecolor": "rgb(73, 73, 73)", "rangemode": "tozero", "tickwidth": 2, "fixedrange": false, "overlaying": "y" }, "yaxis4": { "side": "right", "type": "linear", "range": [ 0, 69.15231578947368 ], "ticks": "inside", "title": { "text": "<b>Efficiency</b> [%]" }, "anchor": "free", "ticklen": 6, "position": 1, "showgrid": false, "showline": true, "autorange": true, "linecolor": "rgb(73, 73, 73)", "linewidth": 2, "rangemode": "tozero", "tickwidth": 2, "overlaying": "y" }, "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~FredRam", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-14 03:20:24", "mapbox_access_tokens": null, "has_password": null, "username": "FredRam", "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-14T08:16:23.260492Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~FredRam/3.embed", "fid": "FredRam:3", "filename": "Motor Performance Chart", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/FredRam/3/9_2BJ0M7D1E1DU6XFH9EU436GH7KHEKK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/FredRam/3/2_9R8ZXQN6YCO4HFND2P9LYU7RAEZWW2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/FredRam/3/8_7FLZXBGFITCW7LF8V29FXBDEVQBRJO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/FredRam/3/9_2BJ0M7D1E1DU6XFH9EU436GH7KHEKK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/FredRam:3", "plots": "https://api.plotly.com/v2/plots/FredRam:3", "parent": "https://api.plotly.com/v2/folders/home?user=FredRam" }, "owner": "FredRam", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~FredRam/3/", "world_readable": true, "date_modified": "2025-08-14T08:16:32.381Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~FredRam/3/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1da2cb", "line": { "color": "rgb(52, 168, 83)", "width": 3 }, "meta": { "columnNames": { "x": "Torque", "y": "Speed" } }, "mode": "lines", "name": "Torque", "type": "scatter", "xsrc": "FredRam:2:c5626a", "ysrc": "FredRam:2:737df8", "marker": { "line": { "color": "#444", "width": "" }, "size": 6, "color": "#c50131", "symbol": "circle", "opacity": 1, "gradient": { "type": "none" }, "maxdisplayed": 0 }, "opacity": 1, "selected": { "marker": { "opacity": 1 } }, "hoverinfo": "x+y+z+text", "cliponaxis": true, "hoverlabel": { "namelength": 15 }, "showlegend": true, "unselected": { "marker": { "opacity": 0.2 } }, "hovertemplate": "Speed: %{y:.0f}; Torque: %{x:.1f}" }, { "uid": "390e8d", "line": { "color": "rgb(197, 1, 49)", "width": 3 }, "meta": { "columnNames": { "x": "Torque", "y": "Current" } }, "mode": "lines", "name": "Current", "type": "scatter", "xsrc": "FredRam:2:c5626a", "ysrc": "FredRam:2:f7d710", "yaxis": "y2", "visible": true, "stackgroup": null }, { "uid": "90bcdf", "line": { "color": "rgb(255, 153, 0)", "shape": "spline", "smoothing": 1 }, "meta": { "columnNames": { "x": "Torque", "y": "PowerOut" } }, "mode": "lines", "name": "Power Out", "type": "scatter", "xsrc": "FredRam:2:c5626a", "ysrc": "FredRam:2:1f3eb2", "yaxis": "y3", "stackgroup": null }, { "line": { "color": "rgb(153, 0, 255)" }, "meta": { "columnNames": { "x": "Torque", "y": "Efficiency" } }, "mode": "lines", "name": "Efficiency", "type": "scatter", "xsrc": "FredRam:2:c5626a", "ysrc": "FredRam:2:eebc0f", "yaxis": "y4", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 14, "color": "rgb(73, 73, 73)", "family": "Open Sans" }, "title": { "text": "<b>110-108</b>" }, "xaxis": { "side": "bottom", "type": "linear", "dtick": 0.5, "range": [ 0, 2.6546 ], "tick0": 0, "ticks": "inside", "title": { "text": "<b>Torque</b> [mN·m]" }, "anchor": "y", "domain": [ 0, 0.8 ], "mirror": false, "nticks": 0, "ticklen": 8, "showgrid": true, "showline": true, "tickfont": { "color": "rgb(0, 0, 0)" }, "tickmode": "auto", "autorange": true, "linecolor": "rgb(73, 73, 73)", "linewidth": 2, "tickcolor": "rgb(73, 73, 73)", "tickwidth": 2, "showspikes": false, "rangeslider": { "range": [ 0, 2.6546 ], "yaxis": {}, "yaxis2": {}, "yaxis3": {}, "yaxis4": {}, "visible": false, "autorange": true }, "zerolinecolor": "rgb(73, 73, 73)", "zerolinewidth": 0, "exponentformat": "none" }, "yaxis": { "type": "linear", "dtick": 5000, "range": [ 0, 19235.27947368421 ], "tick0": 0, "ticks": "inside", "title": { "text": "<b>Speed</b> [rpm]" }, "domain": [ 0, 1 ], "nticks": 0, "ticklen": 6, "showgrid": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(235, 240, 248)", "rangemode": "tozero", "tickwidth": 2, "exponentformat": "none", "constraintoward": "right" }, "legend": { "x": 1, "y": 1.25, "font": { "size": 14 }, "valign": "top", "xanchor": "right", "yanchor": "top", "borderwidth": 0, "orientation": "h" }, "shapes": [], "yaxis2": { "side": "right", "type": "linear", "dtick": 100, "range": [ 0, 680.4748421052632 ], "tick0": 0, "ticks": "inside", "title": { "text": "<b>Current</b> [mA]" }, "nticks": 0, "ticklen": 6, "showgrid": false, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(235, 240, 248)", "linecolor": "rgb(73, 73, 73)", "linewidth": 2, "rangemode": "tozero", "tickwidth": 2, "overlaying": "y" }, "yaxis3": { "side": "right", "type": "linear", "range": [ 0, 1306.9471347368421 ], "ticks": "inside", "title": { "text": "<b>Power</b> [mW]" }, "anchor": "free", "domain": [ 0, "" ], "nticks": 0, "ticklen": 6, "position": 0.9, "showgrid": false, "showline": true, "autorange": true, "gridcolor": "#EBF0F8", "gridwidth": 1, "linecolor": "rgb(73, 73, 73)", "rangemode": "tozero", "tickwidth": 2, "fixedrange": false, "overlaying": "y" }, "yaxis4": { "side": "right", "type": "linear", "range": [ 0, 68.88705263157895 ], "ticks": "inside", "title": { "text": "<b>Efficiency</b> [%]" }, "anchor": "free", "ticklen": 6, "position": 1, "showgrid": false, "showline": true, "autorange": true, "linecolor": "rgb(73, 73, 73)", "linewidth": 2, "rangemode": "tozero", "tickwidth": 2, "overlaying": "y" }, "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~FredRam", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-14 03:20:24", "mapbox_access_tokens": null, "has_password": null, "username": "FredRam", "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-14T08:16:00.956487Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~FredRam/1.embed", "fid": "FredRam:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/FredRam/1/9_0Z598UCW3FRSCGDTZVGJTU9BNIFBSQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/FredRam/1/2_JP9S7N9XFZT3DDIAHG8KRKVBPHQI9V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/FredRam/1/8_0FWHJA5C7XIF1YF6ABFCMLQUGUP9AJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/FredRam/1/9_0Z598UCW3FRSCGDTZVGJTU9BNIFBSQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/FredRam:1", "plots": "https://api.plotly.com/v2/plots/FredRam:1", "parent": "https://api.plotly.com/v2/folders/home?user=FredRam" }, "owner": "FredRam", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~FredRam/1/", "world_readable": true, "date_modified": "2025-08-14T08:16:00.967Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~FredRam/1/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1da2cb", "line": { "color": "rgb(52, 168, 83)", "width": 3 }, "meta": { "columnNames": { "x": "Torque", "y": "Speed" } }, "mode": "lines", "name": "Torque", "type": "scatter", "xsrc": "FredRam:0:7b41dc", "ysrc": "FredRam:0:3d52d0", "marker": { "line": { "color": "#444", "width": "" }, "size": 6, "color": "#c50131", "symbol": "circle", "opacity": 1, "gradient": { "type": "none" }, "maxdisplayed": 0 }, "opacity": 1, "selected": { "marker": { "opacity": 1 } }, "hoverinfo": "x+y+z+text", "cliponaxis": true, "hoverlabel": { "namelength": 15 }, "showlegend": true, "unselected": { "marker": { "opacity": 0.2 } }, "hovertemplate": "Speed: %{y:.0f}; Torque: %{x:.1f}" }, { "uid": "390e8d", "line": { "color": "rgb(197, 1, 49)", "width": 3 }, "meta": { "columnNames": { "x": "Torque", "y": "Current" } }, "mode": "lines", "name": "Current", "type": "scatter", "xsrc": "FredRam:0:7b41dc", "ysrc": "FredRam:0:a987d0", "yaxis": "y2", "visible": true, "stackgroup": null }, { "uid": "90bcdf", "line": { "color": "rgb(255, 153, 0)", "shape": "spline", "smoothing": 1 }, "meta": { "columnNames": { "x": "Torque", "y": "PowerOut" } }, "mode": "lines", "name": "Power Out", "type": "scatter", "xsrc": "FredRam:0:7b41dc", "ysrc": "FredRam:0:ce663d", "yaxis": "y3", "stackgroup": null }, { "line": { "color": "rgb(153, 0, 255)" }, "meta": { "columnNames": { "x": "Torque", "y": "Efficiency" } }, "mode": "lines", "name": "Efficiency", "type": "scatter", "xsrc": "FredRam:0:7b41dc", "ysrc": "FredRam:0:e0d013", "yaxis": "y4", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 14, "color": "rgb(73, 73, 73)", "family": "Open Sans" }, "title": { "text": "<b>110-108</b>" }, "xaxis": { "side": "bottom", "type": "linear", "dtick": 0.5, "range": [ 0, 2.6546 ], "tick0": 0, "ticks": "inside", "title": { "text": "<b>Torque</b> [mN·m]" }, "anchor": "y", "domain": [ 0, 0.8 ], "mirror": false, "nticks": 0, "ticklen": 8, "showgrid": true, "showline": true, "tickfont": { "color": "rgb(0, 0, 0)" }, "tickmode": "auto", "autorange": true, "linecolor": "rgb(73, 73, 73)", "linewidth": 2, "tickcolor": "rgb(73, 73, 73)", "tickwidth": 2, "showspikes": false, "rangeslider": { "range": [ 0, 2.6546 ], "yaxis": {}, "yaxis2": {}, "yaxis3": {}, "yaxis4": {}, "visible": false, "autorange": true }, "zerolinecolor": "rgb(73, 73, 73)", "zerolinewidth": 0, "exponentformat": "none" }, "yaxis": { "type": "linear", "dtick": 5000, "range": [ 0, 19235.27947368421 ], "tick0": 0, "ticks": "inside", "title": { "text": "<b>Speed</b> [rpm]" }, "domain": [ 0, 1 ], "nticks": 0, "ticklen": 6, "showgrid": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(235, 240, 248)", "rangemode": "tozero", "tickwidth": 2, "exponentformat": "none", "constraintoward": "right" }, "legend": { "x": 1, "y": 1.25, "font": { "size": 14 }, "valign": "top", "xanchor": "right", "yanchor": "top", "borderwidth": 0, "orientation": "h" }, "shapes": [], "yaxis2": { "side": "right", "type": "linear", "dtick": 100, "range": [ 0, 680.4748421052632 ], "tick0": 0, "ticks": "inside", "title": { "text": "<b>Current</b> [mA]" }, "nticks": 0, "ticklen": 6, "showgrid": false, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(235, 240, 248)", "linecolor": "rgb(73, 73, 73)", "linewidth": 2, "rangemode": "tozero", "tickwidth": 2, "overlaying": "y" }, "yaxis3": { "side": "right", "type": "linear", "range": [ 0, 1306.9471347368421 ], "ticks": "inside", "title": { "text": "<b>Power</b> [mW]" }, "anchor": "free", "domain": [ 0, "" ], "nticks": 0, "ticklen": 6, "position": 0.9, "showgrid": false, "showline": true, "autorange": true, "gridcolor": "#EBF0F8", "gridwidth": 1, "linecolor": "rgb(73, 73, 73)", "rangemode": "tozero", "tickwidth": 2, "fixedrange": false, "overlaying": "y" }, "yaxis4": { "side": "right", "type": "linear", "range": [ 0, 68.88705263157895 ], "ticks": "inside", "title": { "text": "<b>Efficiency</b> [%]" }, "anchor": "free", "ticklen": 6, "position": 1, "showgrid": false, "showline": true, "autorange": true, "linecolor": "rgb(73, 73, 73)", "linewidth": 2, "rangemode": "tozero", "tickwidth": 2, "overlaying": "y" }, "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~FredRam", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-14 03:20:24", "mapbox_access_tokens": null, "has_password": null, "username": "FredRam", "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-14T08:10:57.888983Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RABZSTONE/3.embed", "fid": "RABZSTONE:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/RABZSTONE/3/9_H11U35RLY1B3ZUIT7A5A4AR8ZNAHJ0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/RABZSTONE/3/2_SYQV9E9Q3ZG0O64GKTYAUA241UJ79Z.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RABZSTONE/3/8_7I7MBHFXIFBXWWIWXNRZLOIAVURH18.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RABZSTONE/3/9_H11U35RLY1B3ZUIT7A5A4AR8ZNAHJ0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RABZSTONE:3", "plots": "https://api.plotly.com/v2/plots/RABZSTONE:3", "parent": "https://api.plotly.com/v2/folders/home?user=RABZSTONE" }, "owner": "RABZSTONE", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~RABZSTONE/3/", "world_readable": true, "date_modified": "2025-08-14T08:11:49.781Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RABZSTONE/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year - Technology Category", "y": "Technology Category - Key Innovation/Event" } }, "mode": "lines", "type": "bar", "xsrc": "RABZSTONE:2:8bea7a,9316a8*", "ysrc": "RABZSTONE:2:9316a8,0c734b*", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Evolution of Technology 2000 - 2025" }, "xaxis": { "type": "multicategory", "range": [ -0.5, 14.5 ], "autorange": true }, "yaxis": { "type": "multicategory", "range": [ -1.5, 28.5 ], "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/~RABZSTONE", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-12 07:27:07", "mapbox_access_tokens": null, "has_password": null, "username": "RABZSTONE", "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-14T07:30:16.588892Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kaushikkotakonda/12.embed", "fid": "kaushikkotakonda:12", "filename": "Plot 12", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kaushikkotakonda/12/9_92O9INKS904Y2TQGC67XWFXN55U7PK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kaushikkotakonda/12/2_I65B1P9BZE1JNQ73KBKDS26MAE9G4I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kaushikkotakonda/12/8_TBP0IVCAFIB3EIMPPL3LQM77QUPVCX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kaushikkotakonda/12/9_92O9INKS904Y2TQGC67XWFXN55U7PK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kaushikkotakonda:12", "plots": "https://api.plotly.com/v2/plots/kaushikkotakonda:12", "parent": "https://api.plotly.com/v2/folders/home?user=kaushikkotakonda" }, "owner": "kaushikkotakonda", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~kaushikkotakonda/12/", "world_readable": true, "date_modified": "2025-08-14T08:27:45.127Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kaushikkotakonda/12/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 5 }, "meta": { "columnNames": { "x": "A - E", "y": "F", "text": "", "marker": { "size": "E", "color": "A" } } }, "mode": "markers", "type": "box", "xsrc": "kaushikkotakonda:11:f84b2c,894f2f*", "ysrc": "kaushikkotakonda:11:d23637", "marker": { "meta": { "columnNames": { "size": "E", "color": "A" } }, "sizeref": null, "sizesrc": "kaushikkotakonda:11:894f2f", "colorsrc": "kaushikkotakonda:11:f84b2c", "sizemode": "area" }, "notched": false, "boxpoints": "outliers", "hoverinfo": "x+y", "whiskerwidth": 0.42 } ], "frames": [], "layout": { "font": { "size": 20, "family": "Arial" }, "title": { "text": "Cmax Data obtained in BE Studies TAFA-125-23 and S-25-879" }, "xaxis": { "type": "multicategory", "range": [ 0.5, 4.5 ], "title": { "font": { "size": 24 } }, "autorange": true, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 1768.8017777777777, 9530.586222222222 ], "title": { "text": "Cmax Distribution" }, "autorange": true }, "boxgap": 0.39, "boxmode": "group", "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": false, "boxgroupgap": 0.63, "uniformtext": { "mode": "show" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kaushikkotakonda", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2014-09-24 08:28:23", "mapbox_access_tokens": null, "has_password": null, "username": "kaushikkotakonda", "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-14T06:14:15.324017Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~brukmars/2.embed", "fid": "brukmars:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/brukmars/2/9_K3BA68IFIV6GXRHP0TTD4MOZ5LURI6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/brukmars/2/2_EF8YYKQMJL34866WUA241XH30C4SF7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/brukmars/2/8_UCH0YAWA7FI6T8O562V6NMSWOVN9X9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/brukmars/2/9_K3BA68IFIV6GXRHP0TTD4MOZ5LURI6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/brukmars:2", "plots": "https://api.plotly.com/v2/plots/brukmars:2", "parent": "https://api.plotly.com/v2/folders/home?user=brukmars" }, "owner": "brukmars", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~brukmars/2/", "world_readable": true, "date_modified": "2025-08-14T06:14:15.334Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~brukmars/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "ids": "Catagory", "labels": "Count", "values": "Channel", "parents": "Catagory" } }, "mode": "markers", "type": "sunburst", "idssrc": "brukmars:1:4f2bbc", "labelssrc": "brukmars:1:8dba9e", "valuessrc": "brukmars:1:6405e2", "parentssrc": "brukmars:1:4f2bbc", "branchvalues": "total" } ], "frames": [], "layout": { "title": { "text": "new" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "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/~brukmars", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/76.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-14 06:11:41", "mapbox_access_tokens": null, "has_password": null, "username": "brukmars", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "