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=cj0xJnA9MjAyNS0wOC0yOCswNCUzQTM3JTNBMDIuNzUxNDE3JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTI4KzA1JTNBMTglM0E0Ny4yNDc0MzQlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0yOCsxMCUzQTMwJTNBNDguNDA2MDA1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-28T10:30:48.406005Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Marja/210.embed", "fid": "Marja:210", "filename": "E.DUN_excl. Moleton_28Aug2025", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Marja/210/9_IW4S7SDV8U044Y1Z0WA5J13ZVRJWPM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Marja/210/2_BKCCBC9QNLDIA4DR6YG2LCPZA71TKF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/210/8_RGMJNP7PEWXDL04HC9F7CPRSVYCGFQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Marja/210/9_IW4S7SDV8U044Y1Z0WA5J13ZVRJWPM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Marja:210", "plots": "https://api.plotly.com/v2/plots/Marja:210", "parent": "https://api.plotly.com/v2/folders/home?user=Marja" }, "owner": "Marja", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Marja/210/", "world_readable": true, "date_modified": "2025-08-28T10:31:24.688Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Marja/210/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "ACACIA CREEK", "type": "scatter3d", "xsrc": "Marja:209:e0c776", "ysrc": "Marja:209:96e716", "zsrc": "Marja:209:8f5354", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 5, "colorsrc": "Marja:209:b429e3" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" }, "hovertextsrc": "Marja:209:c0ef2a" }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "markers", "name": "BEAURY SF", "type": "scatter3d", "xsrc": "Marja:209:32aa6e", "ysrc": "Marja:209:8d889b", "zsrc": "Marja:209:a18b7a", "frame": null, "marker": { "line": { "color": "rgba(255,127,14,1)" }, "size": 5, "colorsrc": "Marja:209:ab3ce8" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" }, "hovertextsrc": "Marja:209:db00bc" }, { "line": { "color": "rgba(44,160,44,1)" }, "mode": "markers", "name": "BOOMI CREEK", "type": "scatter3d", "xsrc": "Marja:209:a73de1", "ysrc": "Marja:209:054c31", "zsrc": "Marja:209:d6db89", "frame": null, "marker": { "line": { "color": "rgba(44,160,44,1)" }, "size": 5, "colorsrc": "Marja:209:55faa6" }, "error_x": { "color": "rgba(44,160,44,1)" }, "error_y": { "color": "rgba(44,160,44,1)" }, "hovertextsrc": "Marja:209:904421" }, { "line": { "color": "rgba(214,39,40,1)" }, "mode": "markers", "name": "CONDOMINE", "type": "scatter3d", "xsrc": "Marja:209:9442a2", "ysrc": "Marja:209:adc2dc", "zsrc": "Marja:209:140ae7", "frame": null, "marker": { "line": { "color": "rgba(214,39,40,1)" }, "size": 5, "colorsrc": "Marja:209:44bc68" }, "error_x": { "color": "rgba(214,39,40,1)" }, "error_y": { "color": "rgba(214,39,40,1)" }, "hovertextsrc": "Marja:209:00f401" }, { "line": { "color": "rgba(148,103,189,1)" }, "mode": "markers", "name": "DALMAN", "type": "scatter3d", "xsrc": "Marja:209:4d3edf", "ysrc": "Marja:209:cde70a", "zsrc": "Marja:209:e7993e", "frame": null, "marker": { "line": { "color": "rgba(148,103,189,1)" }, "size": 5, "colorsrc": "Marja:209:5c54d8" }, "error_x": { "color": "rgba(148,103,189,1)" }, "error_y": { "color": "rgba(148,103,189,1)" }, "hovertextsrc": "Marja:209:78251c" }, { "line": { "color": "rgba(140,86,75,1)" }, "mode": "markers", "name": "KLIPKRAAL MIX", "type": "scatter3d", "xsrc": "Marja:209:245074", "ysrc": "Marja:209:974783", "zsrc": "Marja:209:7ab18d", "frame": null, "marker": { "line": { "color": "rgba(140,86,75,1)" }, "size": 5, "colorsrc": "Marja:209:1530dd" }, "error_x": { "color": "rgba(140,86,75,1)" }, "error_y": { "color": "rgba(140,86,75,1)" }, "hovertextsrc": "Marja:209:60c801" }, { "line": { "color": "rgba(227,119,194,1)" }, "mode": "markers", "name": "LEVUKA", "type": "scatter3d", "xsrc": "Marja:209:0df727", "ysrc": "Marja:209:447961", "zsrc": "Marja:209:938e96", "frame": null, "marker": { "line": { "color": "rgba(227,119,194,1)" }, "size": 5, "colorsrc": "Marja:209:121446" }, "error_x": { "color": "rgba(227,119,194,1)" }, "error_y": { "color": "rgba(227,119,194,1)" }, "hovertextsrc": "Marja:209:295a3c" }, { "line": { "color": "rgba(127,127,127,1)" }, "mode": "markers", "name": "LINDESAY", "type": "scatter3d", "xsrc": "Marja:209:5e0eaa", "ysrc": "Marja:209:eaad54", "zsrc": "Marja:209:582a75", "frame": null, "marker": { "line": { "color": "rgba(127,127,127,1)" }, "size": 5, "colorsrc": "Marja:209:1cc7b2" }, "error_x": { "color": "rgba(127,127,127,1)" }, "error_y": { "color": "rgba(127,127,127,1)" }, "hovertextsrc": "Marja:209:f6d6b2" }, { "line": { "color": "rgba(188,189,34,1)" }, "mode": "markers", "name": "LINDESAY CREEK", "type": "scatter3d", "xsrc": "Marja:209:895a21", "ysrc": "Marja:209:eed552", "zsrc": "Marja:209:e0907d", "frame": null, "marker": { "line": { "color": "rgba(188,189,34,1)" }, "size": 5, "colorsrc": "Marja:209:ef21e4" }, "error_x": { "color": "rgba(188,189,34,1)" }, "error_y": { "color": "rgba(188,189,34,1)" }, "hovertextsrc": "Marja:209:33c539" }, { "line": { "color": "rgba(23,190,207,1)" }, "mode": "markers", "name": "OAKY HILL", "type": "scatter3d", "xsrc": "Marja:209:0d29e2", "ysrc": "Marja:209:a3c0da", "zsrc": "Marja:209:718d39", "frame": null, "marker": { "line": { "color": "rgba(23,190,207,1)" }, "size": 5, "colorsrc": "Marja:209:26a4cc" }, "error_x": { "color": "rgba(23,190,207,1)" }, "error_y": { "color": "rgba(23,190,207,1)" }, "hovertextsrc": "Marja:209:e37a8c" }, { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "TOOLOOM", "type": "scatter3d", "xsrc": "Marja:209:e59dc9", "ysrc": "Marja:209:e8117b", "zsrc": "Marja:209:758dfd", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "size": 5, "colorsrc": "Marja:209:c17144" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" }, "hovertextsrc": "Marja:209:ab049a" }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "markers", "name": "WALLABY CREEK", "type": "scatter3d", "xsrc": "Marja:209:1ca95b", "ysrc": "Marja:209:d9cffb", "zsrc": "Marja:209:b447af", "frame": null, "marker": { "line": { "color": "rgba(255,127,14,1)" }, "size": 5, "colorsrc": "Marja:209:5ccca3" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" }, "hovertextsrc": "Marja:209:c6488d" } ], "layout": { "scene": { "xaxis": { "range": [ -0.00010911927540579745, -1.8987311056339147e-05 ], "title": "PC1 (EV = 74.06)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 }, "yaxis": { "range": [ -0.0011550322742597114, 0.000386611743872057 ], "title": "PC2 (EV = 35.07)", "ticklen": 5, "gridwith": 2, "zerolinewidth": 0.2 }, "zaxis": { "range": [ -0.0008187111666607006, 0.000654074322535373 ], "title": "PC3 (EV = 29.82)", "ticklen": 5, "gridwidth": 2, "zerolinewidth": 0.2 } }, "legend": { "x": 100, "y": 0.5 }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Marja", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.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": "2018-09-26 06:05:46", "mapbox_access_tokens": null, "has_password": null, "username": "Marja", "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-28T09:07:47.801310Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~machael/1.embed", "fid": "machael:1", "filename": "traning data", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/machael/1/9_APT8VXCX5NCF7W27NWFZ8AO4W0AXMZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/machael/1/2_67Q1V76AX0BNY8TC8F4RDUQS7XSGHJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/machael/1/8_Q5EOUI5CADRD7S0Y6P1QSKTQ0YZTAS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/machael/1/9_APT8VXCX5NCF7W27NWFZ8AO4W0AXMZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/machael:1", "plots": "https://api.plotly.com/v2/plots/machael:1", "parent": "https://api.plotly.com/v2/folders/home?user=machael" }, "owner": "machael", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~machael/1/", "world_readable": true, "date_modified": "2025-08-28T09:08:14.149Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~machael/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "month", "y": "Health & Safety" } }, "mode": "markers", "name": "health", "type": "bar", "xsrc": "machael:0:155461", "ysrc": "machael:0:81c178", "orientation": "v" }, { "meta": { "columnNames": { "x": "month", "y": "Cybersecurity" } }, "name": "cybersecurity", "type": "bar", "xsrc": "machael:0:155461", "ysrc": "machael:0:04b2fb", "orientation": "v" }, { "meta": { "columnNames": { "x": "month", "y": "Diversity & Inclusion" } }, "name": "diversity", "type": "bar", "xsrc": "machael:0:155461", "ysrc": "machael:0:875496", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "training data" }, "xaxis": { "type": "category", "range": [ -0.5, 5.5 ], "title": { "text": "month" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 55.78947368421053 ], "title": { "text": "no of participants" }, "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/~machael", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-28 09:02:49", "mapbox_access_tokens": null, "has_password": null, "username": "machael", "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-28T08:59:39.489443Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kez/3.embed", "fid": "kez:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kez/3/9_T8ZZHFZYOWV75IU6ZG7XEKC7LBWQYK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kez/3/2_CROGVR4MGI2SO24QXTGUS6HVZ4WVPZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kez/3/8_2FQT2M0JG48DUYEQSZMO2ELVTJNXZ5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kez/3/9_T8ZZHFZYOWV75IU6ZG7XEKC7LBWQYK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kez:3", "plots": "https://api.plotly.com/v2/plots/kez:3", "parent": "https://api.plotly.com/v2/folders/home?user=kez" }, "owner": "kez", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~kez/3/", "world_readable": true, "date_modified": "2025-08-28T09:58:58.896Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kez/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": " DATE ", "y": " Total Sales " } }, "mode": "markers", "name": "TOTAL SALES", "type": "bar", "xsrc": "kez:2:eec4bf", "ysrc": "kez:2:02dc24", "marker": { "opacity": 0.85 }, "opacity": 0.57, "orientation": "v", "hovertemplate": "" }, { "line": { "dash": "solid", "shape": "linear", "width": 2.5 }, "meta": { "columnNames": { "x": " DATE ", "y": " Total Quantity " } }, "mode": "markers+lines", "name": "TOTAL QUANTITY", "type": "scatter", "xsrc": "kez:2:eec4bf", "ysrc": "kez:2:e21b15", "yaxis": "y2", "marker": { "line": { "color": "rgb(255, 125, 14)", "width": 1 }, "symbol": "diamond" }, "hoveron": "points+fills", "connectgaps": false, "orientation": "v" }, { "line": { "dash": "dashdot" }, "meta": { "columnNames": { "x": " DATE ", "y": " Average Price " } }, "mode": "markers+lines", "name": "AVERAGE PRICE", "type": "scatter", "xsrc": "kez:2:eec4bf", "ysrc": "kez:2:9602b2", "yaxis": "y3", "marker": { "symbol": "star-triangle-up-open", "opacity": 1 } } ], "frames": [], "layout": { "title": { "font": { "size": 21 }, "text": "<b>REFINED SUGAR SALES</b>" }, "xaxis": { "type": "category", "range": [ -0.5521506946472529, 9.552150694647253 ], "title": { "font": { "size": 16, "family": "Arial" }, "text": "<b>DATE</b>" }, "domain": [ 0.08, 0.98 ], "tickson": "labels", "showgrid": false, "showline": false, "tickmode": "auto", "zeroline": false, "autorange": true, "gridwidth": 0, "zerolinecolor": "rgb(32, 95, 196)", "zerolinewidth": 0 }, "yaxis": { "range": [ 0, 559222707.5263158 ], "title": { "font": { "size": 16, "color": "rgb(31, 119, 180)" }, "text": "<b>TOTAL SALES</b>" }, "domain": [ 0, 1 ], "tickson": "labels", "showgrid": true, "showline": false, "tickmode": "auto", "autorange": true, "gridwidth": 0, "overlaying": "y2" }, "bargap": 0.25, "legend": { "x": 0.7359803107548493, "y": 1.221264367816092 }, "yaxis2": { "side": "right", "range": [ 18000, 190000 ], "title": { "font": { "size": 16, "color": "rgb(255, 127, 14)" }, "text": "<b>TOTAL QUANTITY</b>" }, "anchor": "x", "tickson": "labels", "showgrid": true, "showline": false, "tickmode": "auto", "autorange": false, "gridwidth": 0, "overlaying": false }, "yaxis3": { "side": "left", "range": [ 3041.8101357466066, 3820.4698642533936 ], "title": { "font": { "size": 16, "color": "rgb(44, 160, 44)" }, "text": "<b>AVERAGE PRICE</b>" }, "anchor": "free", "domain": [ 0, 1 ], "tickson": "labels", "showgrid": true, "showline": false, "tickmode": "auto", "autorange": true, "gridwidth": 0, "overlaying": "y2" }, "barmode": "group", "barnorm": "", "autosize": true, "colorway": [ "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" ], "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", "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" ] ] }, "bargroupgap": 0.2, "plot_bgcolor": "rgb(206, 207, 207)", "paper_bgcolor": "rgb(209, 209, 209)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kez", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-28 05:26:38", "mapbox_access_tokens": null, "has_password": null, "username": "kez", "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-28T07:46:05.716782Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cagataya/9.embed", "fid": "cagataya:9", "filename": "BASE COMPARISON-2P", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/cagataya/9/9_3ZQ3LK781PZX640S5YKFYYDZW5FPLG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cagataya/9/2_7A91H3L7PM4GYDS0SK6GVY0LOCCBMI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cagataya/9/8_ENM2TBOCS59R25MRKNK8T6T33KDJIQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cagataya/9/9_3ZQ3LK781PZX640S5YKFYYDZW5FPLG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cagataya:9", "plots": "https://api.plotly.com/v2/plots/cagataya:9", "parent": "https://api.plotly.com/v2/folders/home?user=cagataya" }, "owner": "cagataya", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cagataya/9/", "world_readable": true, "date_modified": "2025-09-05T06:00:27.952Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cagataya/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "025-X", "y": "025-Y" } }, "mode": "lines", "name": "025 WO-SH", "type": "scatter", "xsrc": "cagataya:8:89c302", "ysrc": "cagataya:8:24f724", "visible": true }, { "meta": { "columnNames": { "x": "025-X", "y": "025-Y" } }, "mode": "markers", "name": "025", "type": "scatter", "xsrc": "cagataya:8:89c302", "ysrc": "cagataya:8:24f724", "visible": "legendonly" }, { "meta": { "columnNames": { "x": "027-X", "y": "027-Y" } }, "mode": "lines", "name": "027 W-SH-SUR", "type": "scatter", "xsrc": "cagataya:8:33d520", "ysrc": "cagataya:8:120021", "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "027-X", "y": "027-Y" } }, "mode": "markers", "name": "027", "type": "scatter", "xsrc": "cagataya:8:33d520", "ysrc": "cagataya:8:120021", "visible": "legendonly" }, { "meta": { "columnNames": { "x": "029-X", "y": "029-Y" } }, "mode": "lines", "name": "029 WO-SH-2-RIB", "type": "scatter", "xsrc": "cagataya:8:312788", "ysrc": "cagataya:8:f725d9", "visible": true }, { "meta": { "columnNames": { "x": "029-X", "y": "029-Y" } }, "mode": "markers", "name": "029", "type": "scatter", "xsrc": "cagataya:8:312788", "ysrc": "cagataya:8:f725d9", "visible": "legendonly" }, { "meta": { "columnNames": { "x": "030-X", "y": "030-Y" } }, "mode": "lines", "name": "030 WO-SH-RIBALL", "type": "scatter", "xsrc": "cagataya:8:bb9987", "ysrc": "cagataya:8:6ee59f", "visible": true }, { "meta": { "columnNames": { "x": "030-X", "y": "030-Y" } }, "mode": "markers", "name": "030", "type": "scatter", "xsrc": "cagataya:8:bb9987", "ysrc": "cagataya:8:6ee59f", "visible": true }, { "meta": { "columnNames": { "x": "031-X", "y": "031-Y" } }, "mode": "lines", "name": "031 WO-SH-NOEXT", "type": "scatter", "xsrc": "cagataya:8:ab39a7", "ysrc": "cagataya:8:8c5476", "visible": true }, { "meta": { "columnNames": { "x": "031-X", "y": "031-Y" } }, "mode": "markers", "name": "031", "type": "scatter", "xsrc": "cagataya:8:ab39a7", "ysrc": "cagataya:8:8c5476", "visible": true }, { "meta": { "columnNames": { "x": "032-X", "y": "032-Y" } }, "mode": "lines", "name": "032 WO-SH-NO-INT", "type": "scatter", "xsrc": "cagataya:8:2d99d9", "ysrc": "cagataya:8:eb8d87" }, { "meta": { "columnNames": { "x": "032-X", "y": "032-Y" } }, "mode": "markers", "name": "032", "type": "scatter", "xsrc": "cagataya:8:2d99d9", "ysrc": "cagataya:8:eb8d87", "visible": true }, { "meta": { "columnNames": { "x": "033-X", "y": "033-Y" } }, "mode": "lines", "name": "033 W-SH-NO-INT", "type": "scatter", "xsrc": "cagataya:8:b69ba9", "ysrc": "cagataya:8:5356da" }, { "meta": { "columnNames": { "x": "033-X", "y": "033-Y" } }, "mode": "markers", "name": "033", "type": "scatter", "xsrc": "cagataya:8:b69ba9", "ysrc": "cagataya:8:5356da" }, { "meta": { "columnNames": { "x": "034-X", "y": "034-Y" } }, "mode": "lines", "name": "034 W-PRT-SH-NO-INT", "type": "scatter", "xsrc": "cagataya:8:bc1a01", "ysrc": "cagataya:8:0e216f" }, { "meta": { "columnNames": { "x": "034-X", "y": "034-Y" } }, "mode": "markers", "name": "034", "type": "scatter", "xsrc": "cagataya:8:bc1a01", "ysrc": "cagataya:8:0e216f" }, { "meta": { "columnNames": { "x": "035-X", "y": "035-Y" } }, "mode": "lines", "name": "035 W-SH05-NO-INT", "type": "scatter", "xsrc": "cagataya:8:9a9a64", "ysrc": "cagataya:8:c28f70" }, { "meta": { "columnNames": { "x": "035-X", "y": "035-Y" } }, "mode": "markers", "name": "035", "type": "scatter", "xsrc": "cagataya:8:9a9a64", "ysrc": "cagataya:8:c28f70" } ], "frames": [], "layout": { "title": { "text": "Stifness Graph" }, "xaxis": { "type": "linear", "range": [ -0.18247870525974647, 6.318357745259746 ], "title": { "text": "Displacement [mm]" }, "autorange": true, "showspikes": true }, "yaxis": { "type": "linear", "range": [ -84.70183486238533, 1599.7018348623853 ], "title": { "text": "Force [N]" }, "autorange": true, "showspikes": 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/~cagataya", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-25 17:43:03", "mapbox_access_tokens": null, "has_password": null, "username": "cagataya", "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-28T06:44:35.517398Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Tara2006/25.embed", "fid": "Tara2006:25", "filename": "one on r squared vs volt", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Tara2006/25/9_L976AJKMZNSQT5W1NFHFUE3CXQPDTG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Tara2006/25/2_1BZLAJ2QJEWFGP4LNI42S66TMSH5F4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/25/8_39173ZPY0YUR55U9Y2HZH14SCYIPOD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/25/9_L976AJKMZNSQT5W1NFHFUE3CXQPDTG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Tara2006:25", "plots": "https://api.plotly.com/v2/plots/Tara2006:25", "parent": "https://api.plotly.com/v2/folders/home?user=Tara2006" }, "owner": "Tara2006", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Tara2006/25/", "world_readable": true, "date_modified": "2025-08-28T06:44:35.527Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Tara2006/25/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c14a07", "meta": { "columnNames": { "x": "A", "y": "C", "error_x": { "array": "B" }, "error_y": { "array": "D" } } }, "mode": "markers", "type": "scatter", "xsrc": "Tara2006:24:c6b25c", "ysrc": "Tara2006:24:dbccf9", "error_x": { "meta": { "columnNames": { "array": "B" } }, "type": "data", "visible": true, "arraysrc": "Tara2006:24:656885", "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "D" } }, "type": "data", "visible": true, "arraysrc": "Tara2006:24:820fa3", "symmetric": true } }, { "uid": "6c05ca", "transforms": [ { "rms": "", "type": "fit", "inputUid": "c14a07", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 40.91075931523035, "value": 633.4142267749114 }, { "hold": false, "name": "b", "error": 16.608004793569272, "value": 28.132811452512588 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Graph 4: 1/r^2 vs voltage induced through coil" }, "xaxis": { "type": "linear", "range": [ -0.00703385085263427, 1.0530017816238229 ], "title": { "text": "1/r^2 (1/cm^2)" }, "nticks": 56, "autorange": true }, "yaxis": { "type": "linear", "range": [ 19.886195263704835, 495.2931162439629 ], "title": { "text": "Voltage (mV)" }, "nticks": 46, "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" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Tara2006", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-02-26 22:38:38", "mapbox_access_tokens": null, "has_password": null, "username": "Tara2006", "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-28T06:38:19.573823Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Tara2006/23.embed", "fid": "Tara2006:23", "filename": "Radius vs volt", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Tara2006/23/9_HZKQW31X66LHA56S12964YNUE5877K.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Tara2006/23/2_1SHIBPPTC4HTH5I0UUC3EXOU4F0VFW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/23/8_HXGUPRN2G3RUWE4O4B1U8FCDZ4AI4A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/23/9_HZKQW31X66LHA56S12964YNUE5877K.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Tara2006:23", "plots": "https://api.plotly.com/v2/plots/Tara2006:23", "parent": "https://api.plotly.com/v2/folders/home?user=Tara2006" }, "owner": "Tara2006", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Tara2006/23/", "world_readable": true, "date_modified": "2025-08-28T06:38:54.957Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Tara2006/23/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "dfafd5", "meta": { "columnNames": { "x": "A", "y": "B", "error_y": { "array": "C" } } }, "mode": "markers", "type": "scatter", "xsrc": "Tara2006:22:402e0d", "ysrc": "Tara2006:22:d1a805", "error_x": { "type": "constant", "value": 0.2, "visible": true, "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "C" } }, "type": "data", "visible": true, "arraysrc": "Tara2006:22:ba7cd8", "symmetric": true } }, { "uid": "1849b0", "transforms": [ { "rms": 83.04025338203184, "type": "fit", "xmid": 8.249999999999995, "ymid": -459.65151259086974, "inputUid": "dfafd5", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 32.887164583938194, "value": -120.00462697920949 }, { "hold": false, "name": "b", "error": 92.69463345271296, "value": 530.3866599876079 } ], "regressand": "y", "correlation": 0.9324213561623467, "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [ 0.9, 4.6 ], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Part 3: Radius of coil vs voltage induced through coil" }, "xaxis": { "type": "linear", "range": [ 0.7580555555555555, 4.796944444444444 ], "title": { "text": "Radius of coil (cm)" }, "nticks": 41, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -48.6249053846507, 491.18071997326007 ], "title": { "text": "Voltage (mV)" }, "nticks": 41, "autorange": true, "showspikes": false }, "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 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Tara2006", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-02-26 22:38:38", "mapbox_access_tokens": null, "has_password": null, "username": "Tara2006", "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-28T06:21:22.769684Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Tara2006/21.embed", "fid": "Tara2006:21", "filename": "Turns vs volt", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Tara2006/21/9_BFT7BDCR9J5005NYIB1UGTL4NXR6E7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Tara2006/21/2_C849TOWA8BVIXQY5QWFAYUD29A9IAS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/21/8_ULFIEJUD3ZE2UO9Y4QXLNXXT7DVQSE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/21/9_BFT7BDCR9J5005NYIB1UGTL4NXR6E7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Tara2006:21", "plots": "https://api.plotly.com/v2/plots/Tara2006:21", "parent": "https://api.plotly.com/v2/folders/home?user=Tara2006" }, "owner": "Tara2006", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Tara2006/21/", "world_readable": true, "date_modified": "2025-08-28T06:39:00.513Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Tara2006/21/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "91d633", "meta": { "columnNames": { "x": "A", "y": "B", "error_y": { "array": "C" } } }, "mode": "markers", "name": "<br>", "type": "scatter", "xsrc": "Tara2006:20:f5e994", "ysrc": "Tara2006:20:4db387", "error_y": { "meta": { "columnNames": { "array": "C" } }, "type": "data", "visible": true, "arraysrc": "Tara2006:20:210978", "symmetric": true } }, { "uid": "7f922c", "name": "<br>", "transforms": [ { "rms": "", "type": "fit", "inputUid": "91d633", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.9722685444092763, "value": 31.685714285710812 }, { "hold": false, "name": "b", "error": 21.74058557684743, "value": 42.85714285722869 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Part 2: Number of turns of coil vs voltage induced" }, "xaxis": { "type": "linear", "range": [ 3.119877049180327, 36.880122950819676 ], "title": { "text": "Number of turns (unitless)" }, "nticks": 36, "autorange": true }, "yaxis": { "type": "linear", "range": [ 133.67282321899737, 1224.5435356200528 ], "title": { "text": "Voltage (mV)" }, "nticks": 36, "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" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Tara2006", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-02-26 22:38:38", "mapbox_access_tokens": null, "has_password": null, "username": "Tara2006", "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-28T06:08:49.442494Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Tara2006/19.embed", "fid": "Tara2006:19", "filename": "Volt vs Vel", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Tara2006/19/9_ET3DKFDPERL9PNASHFMWYKKLBD0GOR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Tara2006/19/2_RRDK8E9U7AOILZN5C3I9WB154ZO4QV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/19/8_0HAA3LE1SSI4L8KL9O0ZX9S9RXQDZQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Tara2006/19/9_ET3DKFDPERL9PNASHFMWYKKLBD0GOR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Tara2006:19", "plots": "https://api.plotly.com/v2/plots/Tara2006:19", "parent": "https://api.plotly.com/v2/folders/home?user=Tara2006" }, "owner": "Tara2006", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Tara2006/19/", "world_readable": true, "date_modified": "2025-08-28T06:39:02.659Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Tara2006/19/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c7809d", "meta": { "columnNames": { "x": "A", "y": "C", "error_x": { "array": "B" }, "error_y": { "array": "D" } } }, "mode": "markers", "type": "scatter", "xsrc": "Tara2006:18:9aeb71", "ysrc": "Tara2006:18:6f79c8", "error_x": { "meta": { "columnNames": { "array": "B" } }, "type": "data", "visible": true, "arraysrc": "Tara2006:18:df6c26", "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "D" } }, "type": "data", "visible": true, "arraysrc": "Tara2006:18:4ca0b2", "symmetric": true }, "stackgroup": null }, { "uid": "d65ddd", "transforms": [ { "rms": 22.963060798620496, "type": "fit", "xmid": 32.099999999999994, "ymid": 1018.7638776791313, "inputUid": "c7809d", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 2.8766822400127126, "value": 34.75204017576979 }, { "hold": false, "name": "b", "error": 93.32131245286222, "value": -96.77661196307884 } ], "regressand": "y", "correlation": 0.9832977361637513, "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Part 1: Velocity of magnet vs voltage induced through copper coil" }, "xaxis": { "type": "linear", "range": [ 26.661111111111115, 37.43888888888889 ], "title": { "text": "Velocity (cm/s^2)" }, "nticks": 22, "autorange": true }, "yaxis": { "type": "linear", "range": [ 817.4444444444445, 1208.5555555555557 ], "title": { "text": "Voltage (V)" }, "nticks": 22, "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" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Tara2006", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-02-26 22:38:38", "mapbox_access_tokens": null, "has_password": null, "username": "Tara2006", "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-28T05:27:14.956867Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jdm2738/13.embed", "fid": "jdm2738:13", "filename": "Plot 13", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jdm2738/13/9_SDXZQKJIZY82BU3NDQQUZOSQQNDJ1A.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jdm2738/13/2_0UI9HTY0UZMAG75K19O7FTBAO71SSD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jdm2738/13/8_KZQLBKTGVGL4C6CVZTCETOYXFFHOFO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jdm2738/13/9_SDXZQKJIZY82BU3NDQQUZOSQQNDJ1A.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jdm2738:13", "plots": "https://api.plotly.com/v2/plots/jdm2738:13", "parent": "https://api.plotly.com/v2/folders/home?user=jdm2738" }, "owner": "jdm2738", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jdm2738/13/", "world_readable": true, "date_modified": "2025-09-02T07:49:04.115Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jdm2738/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Ref_H", "y": "Ref_S", "z": "Ref_V", "text": "Levels", "marker": { "color": "Ref_H" } } }, "mode": "markers+lines+text", "name": "Reference", "type": "scatter3d", "xsrc": "jdm2738:12:133082", "ysrc": "jdm2738:12:4e189e", "zsrc": "jdm2738:12:b20a8d", "scene": "scene", "marker": { "line": { "color": "transparent" }, "meta": { "columnNames": { "color": "Ref_H" } }, "size": 3, "color": "rgba(191,56,42,1)", "fillcolor": "rgba(191,56,42,0.5)" }, "error_x": { "type": "percent", "color": "rgba(191,56,42,1)", "value": 10, "width": 0, "visible": false, "symmetric": true, "thickness": 2 }, "textsrc": "jdm2738:12:a105c2", "textfont": { "size": 12 }, "hoverinfo": "x+y+z+text+name", "hoverlabel": { "align": "left", "namelength": 15 }, "hovertemplate": "", "autocolorscale": false }, { "meta": { "columnNames": { "x": "AB", "y": "AC", "z": "I" } }, "mode": "markers", "name": "Measured", "type": "scatter3d", "xsrc": "jdm2738:12:6a602c", "ysrc": "jdm2738:12:0bd5f1", "zsrc": "jdm2738:12:2ae9a4", "marker": { "line": { "color": "transparent" }, "size": 3, "color": "rgba(12,75,142,1)", "fillcolor": "rgba(12,75,142,0.5)" } }, { "meta": { "columnNames": { "x": "L", "y": "M", "z": "N", "text": "Levels" } }, "mode": "markers", "name": "Meas_Avg", "type": "scatter3d", "xsrc": "jdm2738:12:64c969", "ysrc": "jdm2738:12:c8aaec", "zsrc": "jdm2738:12:92bf94", "marker": { "size": 3 }, "error_x": { "type": "percent", "color": "#2ca02c", "value": 10, "width": 0, "visible": false, "symmetric": false, "thickness": 2, "valueminus": 10 }, "error_y": { "type": "percent", "color": "#2ca02c", "value": 10, "width": 0, "visible": false, "symmetric": true, "thickness": 2 }, "error_z": { "type": "percent", "color": "#2ca02c", "value": 10, "width": 0, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "textsrc": "jdm2738:12:a105c2", "hoverinfo": "x+y+z+text+name", "hoverlabel": { "align": "left", "namelength": 22 }, "showlegend": true, "hovertemplate": "" }, { "meta": { "columnNames": { "x": "Q", "y": "R", "z": "S" } }, "mode": "markers", "type": "scatter3d", "xsrc": "jdm2738:12:62c40e", "ysrc": "jdm2738:12:494d47", "zsrc": "jdm2738:12:b67230", "marker": { "size": 3, "color": "rgb(127, 52, 199)" } }, { "meta": { "columnNames": { "x": "V", "y": "W", "z": "X" } }, "mode": "markers", "type": "scatter3d", "xsrc": "jdm2738:12:06e9da", "ysrc": "jdm2738:12:691c27", "zsrc": "jdm2738:12:759ee9", "marker": { "size": 3, "color": "rgb(238, 219, 18)" } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "H" }, "autorange": true, "showspikes": true }, "yaxis": { "type": "linear", "title": { "text": "S" }, "showspikes": true }, "zaxis": { "type": "linear", "title": { "text": "V" }, "showspikes": true }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 0.01895860575917463, "y": 2.179065900571493, "z": 0.5591871934265141 }, "center": { "x": 0.05265336610240263, "y": -0.00944014708680891, "z": -0.12784101022976188 }, "projection": { "type": "perspective" } }, "hovermode": "closest", "aspectmode": "auto", "aspectratio": { "x": 0.8401362663662191, "y": 0.7623304950551689, "z": 1.5613741130035 } }, "title": { "text": "CH10 - Leucocytes" }, "xaxis": { "domain": [ 0, 1 ] }, "yaxis": { "domain": [ 0, 1 ] }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jdm2738", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-11 08:21:19", "mapbox_access_tokens": null, "has_password": null, "username": "jdm2738", "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-28T05:18:47.247434Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~DAVIDPINZON/3.embed", "fid": "DAVIDPINZON:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/DAVIDPINZON/3/9_JWF23N7U1H3EYTYYAFIGRGAWV22PCO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/DAVIDPINZON/3/2_72G2PF2E7Z0XV91DBPC35IEUGF0RTJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/DAVIDPINZON/3/8_B134OCXL47G5LN7YQZ0I835KON786E.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/DAVIDPINZON/3/9_JWF23N7U1H3EYTYYAFIGRGAWV22PCO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/DAVIDPINZON:3", "plots": "https://api.plotly.com/v2/plots/DAVIDPINZON:3", "parent": "https://api.plotly.com/v2/folders/home?user=DAVIDPINZON" }, "owner": "DAVIDPINZON", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~DAVIDPINZON/3/", "world_readable": true, "date_modified": "2025-08-28T05:18:47.257Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~DAVIDPINZON/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Otros, x", "y": "Otros, y" } }, "name": "Otros", "type": "bar", "xsrc": "DAVIDPINZON:2:cbb071", "ysrc": "DAVIDPINZON:2:3208e2", "marker": { "color": "rgb(153, 19, 241)" }, "hovertemplate": "Otros: %{y:.2f}%<extra></extra>" }, { "meta": { "columnNames": { "x": "Salud, x", "y": "Salud, y" } }, "name": "Salud", "type": "bar", "xsrc": "DAVIDPINZON:2:bb04ea", "ysrc": "DAVIDPINZON:2:a27b6a", "marker": { "color": "rgb(77, 114, 17)" }, "hovertemplate": "Salud: %{y:.2f}%<extra></extra>" }, { "x": [], "y": [], "name": "Industrial", "type": "bar", "marker": { "color": "rgb(131, 22, 66)" }, "hovertemplate": "Industrial: %{y:.2f}%<extra></extra>" }, { "meta": { "columnNames": { "x": "Hoteles, x", "y": "Hoteles, y" } }, "name": "Hoteles", "type": "bar", "xsrc": "DAVIDPINZON:2:ec0ee7", "ysrc": "DAVIDPINZON:2:018f04", "marker": { "color": "rgb(131, 122, 166)" }, "hovertemplate": "Hoteles: %{y:.2f}%<extra></extra>" }, { "meta": { "columnNames": { "x": "Educación, x", "y": "Educación, y" } }, "name": "Educación", "type": "bar", "xsrc": "DAVIDPINZON:2:975738", "ysrc": "DAVIDPINZON:2:3fd2af", "marker": { "color": "rgb(253, 219, 241)" }, "hovertemplate": "Educación: %{y:.2f}%<extra></extra>" }, { "meta": { "columnNames": { "x": "Bodegas, x", "y": "Bodegas, y" } }, "name": "Bodegas", "type": "bar", "xsrc": "DAVIDPINZON:2:3755bb", "ysrc": "DAVIDPINZON:2:033907", "marker": { "color": "rgb(253, 169, 41)" }, "hovertemplate": "Bodegas: %{y:.2f}%<extra></extra>" }, { "meta": { "columnNames": { "x": "Oficinas, x", "y": "Oficinas, y" } }, "name": "Oficinas", "type": "bar", "xsrc": "DAVIDPINZON:2:e9232c", "ysrc": "DAVIDPINZON:2:26f93f", "marker": { "color": "rgb(20, 116, 251)" }, "hovertemplate": "Oficinas: %{y:.2f}%<extra></extra>" }, { "meta": { "columnNames": { "x": "Comercio, x", "y": "Comercio, y" } }, "name": "Comercio", "type": "bar", "xsrc": "DAVIDPINZON:2:b3a4dd", "ysrc": "DAVIDPINZON:2:c7c8f3", "marker": { "color": "rgb(227, 11, 23)" }, "hovertemplate": "Comercio: %{y:.2f}%<extra></extra>" }, { "meta": { "columnNames": { "x": "Residencial, x", "y": "Residencial, y" } }, "name": "Residencial", "type": "bar", "xsrc": "DAVIDPINZON:2:5dd734", "ysrc": "DAVIDPINZON:2:bd958a", "marker": { "color": "rgb(255, 253, 56)" }, "hovertemplate": "Residencial: %{y:.2f}%<extra></extra>" } ], "frames": [], "layout": { "title": { "x": 0.5, "y": 0.9, "text": "Porcentaje del total de área construida según grupo económico para la vigencia<br> (2025)", "xanchor": "center", "yanchor": "top" }, "width": 1820, "xaxis": { "type": "category", "range": [ -0.5, 46.5 ], "autorange": true, "tickangle": -45 }, "yaxis": { "type": "linear", "range": [ 0, 105.26315789484212 ], "autorange": true, "showticklabels": false }, "height": 600, "legend": { "x": 0.5, "y": -0.5, "xanchor": "auto", "yanchor": "middle", "orientation": "h" }, "barmode": "stack", "automargin": true, "showlegend": true } }, "height": 600, "width": 1820, "user": { "profile_url": "https://chart-studio.plotly.com/~DAVIDPINZON", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-28 04:35:16", "mapbox_access_tokens": null, "has_password": null, "username": "DAVIDPINZON", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "