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=cD0yMDI0LTA0LTI2KzIxJTNBNTMlM0EwOC4wNDg1NzUlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTI2KzE5JTNBNDglM0E1NC4xNDQ1NjUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yNisyMSUzQTQxJTNBNTMuMTczODgzJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-26T21:41:53.173883Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Candela098/3.embed", "fid": "Candela098:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Candela098/3/9_53DP1SR8M2Q045Y585963HXEBJHGZM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Candela098/3/2_KN6XKW6967NLVDJMZAIXSCG4L9UIV1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Candela098/3/8_89OSGCY9QFDP5K46NSHG11OEZQ010L.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Candela098/3/9_53DP1SR8M2Q045Y585963HXEBJHGZM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Candela098:3", "plots": "https://api.plotly.com/v2/plots/Candela098:3", "parent": "https://api.plotly.com/v2/folders/home?user=Candela098" }, "owner": "Candela098", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~Candela098/3/", "world_readable": true, "date_modified": "2024-04-26T21:41:53.187Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Candela098/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "L0*ΔT (mm*°C)", "y": "ΔL (mm)", "error_x": { "array": " δ L0*ΔT" }, "error_y": { "array": "δΔL (mm)" } } }, "mode": "markers", "type": "scatter", "xsrc": "Candela098:2:8f4d98", "ysrc": "Candela098:2:ced77b", "error_x": { "meta": { "columnNames": { "array": " δ L0*ΔT" } }, "type": "data", "visible": true, "arraysrc": "Candela098:2:c10562", "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "δΔL (mm)" } }, "type": "data", "visible": true, "arraysrc": "Candela098:2:07d5a9", "symmetric": true } } ], "frames": [], "layout": { "font": { "family": "Droid Serif" }, "title": { "text": "Variación del coeficiente lineal en función de la temperatura." }, "xaxis": { "type": "linear", "range": [ -3.32832021957914, 43.218084172003664 ], "title": { "font": { "family": "Droid Serif" }, "text": "[mm* °C]" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.06434049726085124, 0.9443404972608512 ], "title": { "font": { "family": "Droid Serif" }, "text": "[mm]" }, "autorange": true }, "legend": { "font": { "family": "Droid Serif" }, "orientation": "v" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Candela098", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.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": "2024-04-25 01:22:53", "mapbox_access_tokens": null, "has_password": null, "username": "Candela098", "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": "2024-04-26T21:29:43.094100Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~muterius/78.embed", "fid": "muterius:78", "filename": "fairness 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/muterius/78/9_N0RFK1GQIY923N8LF8RX75M39DAZN2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/muterius/78/2_H154KQ3FJST1F6ZW47UDH3O8RF5CG3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/muterius/78/8_OPZ6FBB0AH9VINODRWIJ4EJ7UGIL4R.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/muterius/78/9_N0RFK1GQIY923N8LF8RX75M39DAZN2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/muterius:78", "plots": "https://api.plotly.com/v2/plots/muterius:78", "parent": "https://api.plotly.com/v2/folders/home?user=muterius" }, "owner": "muterius", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~muterius/78/", "world_readable": true, "date_modified": "2024-04-26T21:29:43.106Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~muterius/78/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Group", "y": "score", "text": "score", "marker": { "color": "D" } } }, "mode": "markers+text", "type": "scatter", "xsrc": "muterius:77:84d28c", "ysrc": "muterius:77:1cb3f2", "marker": { "meta": { "columnNames": { "color": "D" } }, "size": 10, "symbol": "star-triangle-up", "opacity": 0.9, "colorsrc": "muterius:77:65af9d" }, "textsrc": "muterius:77:1cb3f2", "legendgroup": "", "orientation": "v", "textposition": "top center" }, { "line": { "color": "rgba(32, 101, 132, 0.7)", "width": 1 }, "meta": { "columnNames": { "x": "Group", "y": "F", "marker": { "color": "D" } } }, "mode": "markers+lines", "type": "bar", "xsrc": "muterius:77:84d28c", "ysrc": "muterius:77:9c0aae", "yaxis": "y2", "marker": { "line": { "color": "rgb(171, 149, 149)" }, "meta": { "columnNames": { "color": "D" } }, "color": "rgb(0, 150, 255)" }, "opacity": 0.24, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "side": "bottom", "type": "category", "range": [ -0.5, 7.5 ], "title": { "text": "Groups" }, "anchor": "y2", "domain": [ 0, 1 ], "autorange": false, "fixedrange": true }, "yaxis": { "type": "linear", "range": [ 0, 0.07 ], "title": { "text": "Score" }, "domain": [ 0, 1 ], "autorange": false, "fixedrange": true }, "bargap": 0.35, "yaxis2": { "side": "right", "type": "linear", "range": [ 0, 315.7894736842105 ], "title": { "text": "number of observations" }, "autorange": true, "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" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~muterius", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.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": "2020-02-04 14:00:10", "mapbox_access_tokens": null, "has_password": null, "username": "muterius", "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": "2024-04-26T21:03:09.609674Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~PabloWeihmuller/1.embed", "fid": "PabloWeihmuller:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/PabloWeihmuller/1/9_5A0ZLS8SLTFKBQ0K00B9E0IOUN98OZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/PabloWeihmuller/1/2_AZUTJ36917106QTPIYEKU4GZ7C8ZVX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PabloWeihmuller/1/8_0RS2244HW8TZMT6ZDICEOMY2EU1M9Z.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PabloWeihmuller/1/9_5A0ZLS8SLTFKBQ0K00B9E0IOUN98OZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/PabloWeihmuller:1", "plots": "https://api.plotly.com/v2/plots/PabloWeihmuller:1", "parent": "https://api.plotly.com/v2/folders/home?user=PabloWeihmuller" }, "owner": "PabloWeihmuller", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~PabloWeihmuller/1/", "world_readable": true, "date_modified": "2024-04-26T21:20:29.892Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~PabloWeihmuller/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "be7f15", "meta": { "columnNames": { "x": "Tₓ [K]", "y": "ΔL [m]", "error_x": { "array": "±Tₓ [K]" }, "error_y": { "array": "±ΔL [m]" } } }, "mode": "markers", "type": "scatter", "xsrc": "PabloWeihmuller:0:7c2928", "ysrc": "PabloWeihmuller:0:9ae076", "error_x": { "meta": { "columnNames": { "array": "±Tₓ [K]" } }, "type": "data", "visible": true, "arraysrc": "PabloWeihmuller:0:870c72", "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "±ΔL [m]" } }, "type": "data", "visible": true, "arraysrc": "PabloWeihmuller:0:6552fb", "symmetric": true } }, { "uid": "2e2547", "transforms": [ { "rms": "", "type": "fit", "inputUid": "be7f15", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 6.393465575608854e-07, "value": 1.259841120552921e-05 }, { "hold": false, "name": "b", "error": 0.00020885602464294404, "value": -0.003751716474899191 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "font": { "family": "Old Standard TT" }, "title": { "text": "Dilatación lineal en función de la temperatura" }, "xaxis": { "type": "linear", "range": [ 292.62413793103445, 368.99770114942527 ], "title": { "text": "Tₓ [K]" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ -8.361568290728076e-05, 0.0009605850571100318 ], "title": { "text": "ΔL [m]" }, "autorange": false }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~PabloWeihmuller", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.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": "2024-04-26 20:16:14", "mapbox_access_tokens": null, "has_password": null, "username": "PabloWeihmuller", "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": "2024-04-26T20:24:56.211822Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kgong623/1.embed", "fid": "kgong623:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kgong623/1/9_RW4ZK73Y6UBF32PX2NQOJRHVELQWUT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kgong623/1/2_GN8ONSOOFB2N0KK40ZI7HLBDWFH07N.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kgong623/1/8_T68ADT50GN83CEZ42HG5FU8WDGLH23.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kgong623/1/9_RW4ZK73Y6UBF32PX2NQOJRHVELQWUT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kgong623:1", "plots": "https://api.plotly.com/v2/plots/kgong623:1", "parent": "https://api.plotly.com/v2/folders/home?user=kgong623" }, "owner": "kgong623", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~kgong623/1/", "world_readable": true, "date_modified": "2024-04-26T20:24:56.221Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kgong623/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "4fcfe6", "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "markers", "type": "scatter", "xsrc": "kgong623:0:b6a5e4", "ysrc": "kgong623:0:9ee4a9" }, { "uid": "91e589", "transforms": [ { "rms": 0.10512630835409362, "type": "fit", "xmid": 0.33250000000000013, "ymid": 3.7077330679970064, "inputUid": "4fcfe6", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.31360040842962583, "value": 9.517335762335026 }, { "hold": false, "name": "b", "error": 0.10984817709404242, "value": 0.39308660402557677 } ], "regressand": "y", "correlation": 0.9986083462832624, "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": " Force and Wheel Position" }, "xaxis": { "type": "linear", "range": [ -0.010598591549295776, 0.6755985915492958 ], "title": { "text": "Distance (meters)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.08918872706959691, 6.800093601038389 ], "title": { "text": "Force (Newtons)" }, "autorange": true }, "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" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kgong623", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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": "2024-04-26 20:24:23", "mapbox_access_tokens": null, "has_password": null, "username": "kgong623", "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": "2024-04-26T20:10:46.418899Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~krvitale/1.embed", "fid": "krvitale:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/krvitale/1/9_9NCSD0JGC3780NR7UESLIDI5GTV6W3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/krvitale/1/2_BZ210OM9PK43X117QOGIDWDGR5DGYU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/krvitale/1/8_I9LKW57YL3QFIRA8AVDJW3HH03FL9X.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/krvitale/1/9_9NCSD0JGC3780NR7UESLIDI5GTV6W3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/krvitale:1", "plots": "https://api.plotly.com/v2/plots/krvitale:1", "parent": "https://api.plotly.com/v2/folders/home?user=krvitale" }, "owner": "krvitale", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~krvitale/1/", "world_readable": true, "date_modified": "2024-04-26T20:10:46.431Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~krvitale/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "b7f844", "meta": { "columnNames": { "x": "Displacement ", "y": "Force" } }, "mode": "markers", "type": "scatter", "xsrc": "krvitale:0:fc67ed", "ysrc": "krvitale:0:af6e42" }, { "uid": "6a02d9", "transforms": [ { "rms": "", "type": "fit", "inputUid": "b7f844", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0538222685647128, "value": 3.167056317246322 }, { "hold": false, "name": "b", "error": 0.021406025447737263, "value": 0.06540475526315193 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Hooke's Law (Force vs Displacement)" }, "xaxis": { "type": "linear", "range": [ 0.0685894726822768, 0.6084105273177232 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.234334085778781, 1.9856659142212192 ], "autorange": true }, "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" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~krvitale", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.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": "2024-04-26 19:30:10", "mapbox_access_tokens": null, "has_password": null, "username": "krvitale", "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": "2024-04-26T19:56:12.236036Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~svenjalovespride/7.embed", "fid": "svenjalovespride:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/svenjalovespride/7/9_EXBA4IGVKOPBD280ZUSGKUKKG67W4D.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/svenjalovespride/7/2_7OJOWY2GQPGTG9HP434M9US4VSR0YW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/svenjalovespride/7/8_O8I9U45O23ZK0TGSUKFXKQWCYJ9F4X.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/svenjalovespride/7/9_EXBA4IGVKOPBD280ZUSGKUKKG67W4D.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/svenjalovespride:7", "plots": "https://api.plotly.com/v2/plots/svenjalovespride:7", "parent": "https://api.plotly.com/v2/folders/home?user=svenjalovespride" }, "owner": "svenjalovespride", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~svenjalovespride/7/", "world_readable": true, "date_modified": "2024-05-07T12:52:59.106Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~svenjalovespride/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "Ohne Spalt", "type": "scatter", "xsrc": "svenjalovespride:1:983f34", "ysrc": "svenjalovespride:1:3309da", "xaxis": "x", "marker": { "color": "rgb(236, 115, 23)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "0.075mm", "type": "scatter", "xsrc": "svenjalovespride:0:a7c91a", "ysrc": "svenjalovespride:0:001371", "marker": { "color": "rgb(232, 200, 52)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "0.125mm", "type": "scatter", "xsrc": "svenjalovespride:2:9fe655", "ysrc": "svenjalovespride:2:c6ae10", "marker": { "color": "rgb(42, 213, 81)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "0.2mm", "type": "scatter", "xsrc": "svenjalovespride:3:232260", "ysrc": "svenjalovespride:3:7dec58", "marker": { "color": "rgb(39, 142, 214)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "0.5mm", "type": "scatter", "xsrc": "svenjalovespride:4:d5f31b", "ysrc": "svenjalovespride:4:965908", "marker": { "color": "rgb(105, 93, 216)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "0.75mm", "type": "scatter", "xsrc": "svenjalovespride:6:79e865", "ysrc": "svenjalovespride:6:7ad2df", "marker": { "color": "rgb(147, 49, 174)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "1mm", "type": "scatter", "xsrc": "svenjalovespride:5:ea374a", "ysrc": "svenjalovespride:5:eff6cb", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Project reads by the length of the project's title" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ -10.581801801801802, 10.521801801801804 ], "title": { "font": { "size": 17 }, "text": "<b>H [A/m]</b>" }, "anchor": "free", "autorange": false, "automargin": false }, "yaxis": { "type": "linear", "range": [ -1.388471337579618, 1.248471337579618 ], "title": { "font": { "size": 17 }, "text": "<b>M [A/m]</b>" }, "autorange": false }, "bargap": 0.38, "legend": { "font": { "size": 13 }, "itemsizing": "trace" }, "autosize": true, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~svenjalovespride", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.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": "2024-04-26 19:55:45", "mapbox_access_tokens": null, "has_password": null, "username": "svenjalovespride", "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": "2024-04-26T19:53:41.577317Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Franc2502/1.embed", "fid": "Franc2502:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Franc2502/1/9_2WPLIW1INVBI3K4N9YDQUTRQDJYMUZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Franc2502/1/2_U4RY8WW3N0707OTOCKP5VWFZDKJJPO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Franc2502/1/8_G4T9XR903OGZYL628IYNOTZOXXHGKG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Franc2502/1/9_2WPLIW1INVBI3K4N9YDQUTRQDJYMUZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Franc2502:1", "plots": "https://api.plotly.com/v2/plots/Franc2502:1", "parent": "https://api.plotly.com/v2/folders/home?user=Franc2502" }, "owner": "Franc2502", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Franc2502/1/", "world_readable": true, "date_modified": "2024-04-26T19:53:41.590Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Franc2502/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Ŀ∆T", "y": "∆L", "error_x": { "array": "Error Ŀ∆" } } }, "mode": "markers", "type": "scatter", "xsrc": "Franc2502:0:97d2a0", "ysrc": "Franc2502:0:9736e5", "error_x": { "meta": { "columnNames": { "array": "Error Ŀ∆" } }, "type": "data", "visible": true, "arraysrc": "Franc2502:0:7b0c6c", "symmetric": true }, "error_y": { "type": "percent", "color": "#F8766D", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 } } ], "frames": [], "layout": { "font": { "family": "Open Sans" }, "title": { "x": 0.5, "font": { "family": "Balto" }, "text": "Incremento long. en funcion de la temperatura." }, "xaxis": { "type": "linear", "range": [ -2545.7817772778403, 43712.93588301462 ], "title": { "text": "(mm,C)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.0748936170212766, 0.9548936170212766 ], "title": { "text": "(mm)" }, "autorange": true }, "metasrc": "Franc2502:0:9736e5", "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "hoverlabel": { "font": { "family": "Gravitas One" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Franc2502", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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": "2024-04-22 22:23:06", "mapbox_access_tokens": null, "has_password": null, "username": "Franc2502", "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": "2024-04-26T19:50:22.761362Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~markfs33/138.embed", "fid": "markfs33:138", "filename": "4,0,0.04,90 50deg", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/markfs33/138/9_4FN9RQLTLVKH31SPKJUUONKW25G4FR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/markfs33/138/2_WPKMW8COKWOHHN1XYY0SD1R2D97QRV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/138/8_DHH18E2BAZMKXJ614HDTIZSQTX51LC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/138/9_4FN9RQLTLVKH31SPKJUUONKW25G4FR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/markfs33:138", "plots": "https://api.plotly.com/v2/plots/markfs33:138", "parent": "https://api.plotly.com/v2/folders/home?user=markfs33" }, "owner": "markfs33", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~markfs33/138/", "world_readable": true, "date_modified": "2024-04-26T19:50:22.771Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~markfs33/138/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "Setpoint" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:137:82e1eb", "stackgroup": null }, { "meta": { "columnNames": { "y": "Water Temperature" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:137:5b0519", "stackgroup": null }, { "meta": { "columnNames": { "y": "Water PID Output" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:137:860fb5", "stackgroup": null }, { "meta": { "columnNames": { "y": "Cylinder PID Setpoint" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:137:44c5fe", "stackgroup": null }, { "meta": { "columnNames": { "y": "Cylinder PID Output" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:137:4bbf69", "stackgroup": null }, { "meta": { "columnNames": { "y": "External Temperature" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:137:661fe7", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "4,0,0.04,90 50deg" }, "xaxis": { "range": [ 0, 2833 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -8.52, 161.88000000000002 ], "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/~markfs33", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.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": "2024-02-12 16:55:11", "mapbox_access_tokens": null, "has_password": null, "username": "markfs33", "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": "2024-04-26T19:49:23.484560Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~markfs33/136.embed", "fid": "markfs33:136", "filename": "6,0,0.1,90 14deg", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/markfs33/136/9_DPCKEAYLQMC09VE1RQRAREPQWMHTSB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/markfs33/136/2_MNWPQMO8T4PZN5KRQC2015G9Y82NHX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/136/8_JL8QI82EZIGF5S5D85DHMFZ0TL3T3M.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/136/9_DPCKEAYLQMC09VE1RQRAREPQWMHTSB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/markfs33:136", "plots": "https://api.plotly.com/v2/plots/markfs33:136", "parent": "https://api.plotly.com/v2/folders/home?user=markfs33" }, "owner": "markfs33", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~markfs33/136/", "world_readable": true, "date_modified": "2024-04-26T19:49:23.495Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~markfs33/136/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "Setpoint" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:135:5ce30c", "stackgroup": null }, { "meta": { "columnNames": { "y": "Water Temperature" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:135:bcab80", "stackgroup": null }, { "meta": { "columnNames": { "y": "Water PID Output" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:135:877f63", "stackgroup": null }, { "meta": { "columnNames": { "y": "Cylinder PID Setpoint" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:135:fd8ae7", "stackgroup": null }, { "meta": { "columnNames": { "y": "Cylinder PID Output" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:135:7ba9c4", "stackgroup": null }, { "meta": { "columnNames": { "y": "External Temperature" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:135:0a3d77", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "6,0,0.1,90 14deg" }, "xaxis": { "range": [ 0, 3126 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -9.675555555555555, 211.03555555555556 ], "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/~markfs33", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.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": "2024-02-12 16:55:11", "mapbox_access_tokens": null, "has_password": null, "username": "markfs33", "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": "2024-04-26T19:48:54.144565Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Yonem/25.embed", "fid": "Yonem:25", "filename": "BRRTL0021_plot_2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Yonem/25/9_MBZV9X0R4NYRWIISCNL1LLZYFGU8L9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Yonem/25/2_KMIY9M6QW9S21NAU8IRE9T65DMO940.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Yonem/25/8_CNISZD7UNCS6QVVDD6E2E8FI35M6CE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Yonem/25/9_MBZV9X0R4NYRWIISCNL1LLZYFGU8L9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Yonem:25", "plots": "https://api.plotly.com/v2/plots/Yonem:25", "parent": "https://api.plotly.com/v2/folders/home?user=Yonem" }, "owner": "Yonem", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~Yonem/25/", "world_readable": true, "date_modified": "2024-04-26T20:20:23.331Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Yonem/25/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "date", "y": "OOML PROD" } }, "mode": "lines", "name": "OOML PROD", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:4d326c" }, { "meta": { "columnNames": { "x": "date", "y": "original usando o dessaz da FS" } }, "mode": "lines", "name": "Original calculado", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:031df0", "stackgroup": null }, { "meta": { "columnNames": { "x": "date", "y": "SOML PROD" } }, "mode": "lines", "name": "SOML PROD", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:a95619", "stackgroup": null }, { "meta": { "columnNames": { "x": "date", "y": "dessaz usando o X13 do python(sem calendario e sem parametros)" } }, "mode": "lines", "name": "Python(sem parâmetro e calendário)", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:3f2d7f", "stackgroup": null }, { "meta": { "columnNames": { "x": "date", "y": "dessaz usando o X13 do python ajustado(sem calendario e sem parametros)" } }, "mode": "lines", "name": "Python ajustado(sem parâmetro e calendário)", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:0d3846", "stackgroup": null }, { "meta": { "columnNames": { "x": "date", "y": "dessaz usando o X13 do R(com parametros e calendario)" } }, "mode": "lines", "name": "R(com parâmetro e calendário)", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:ac4976", "stackgroup": null }, { "meta": { "columnNames": { "x": "date", "y": "dessaz usando o X13 do R ajustado(com parametros e calendario)" } }, "mode": "lines", "name": "R ajustado(com parâmetro e calendário)", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:2a6f93", "stackgroup": null }, { "meta": { "columnNames": { "x": "date", "y": "dessaz usando o X13 do R(com parametros e sem calendario)" } }, "mode": "lines", "name": "R(com parâmetro e sem calendário)", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:7057da", "stackgroup": null }, { "meta": { "columnNames": { "x": "date", "y": "dessaz usando o X13 do R ajustado(com parametros e sem calendario)" } }, "mode": "lines", "name": "R ajustado(com parâmetro e sem calendário)", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:cab7f9", "stackgroup": null }, { "meta": { "columnNames": { "x": "date", "y": "dessaz usando o X13 do R(sem parametros e sem calendario)" } }, "mode": "lines", "name": "R(sem parâmetro e calendário)", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:f3d3d9", "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "date", "y": "dessaz usando o X13 do R ajustado(sem parametros e sem calendario)" } }, "mode": "lines", "name": "R ajustado(sem parâmetro e calendário)", "type": "scatter", "xsrc": "Yonem:26:4c0db1", "ysrc": "Yonem:26:72fa28", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "2) BRRTL0021 (BRA - Vendas - Comércio Geral - PMC)" }, "xaxis": { "type": "date", "range": [ "2000-01-01", "2050-12-01" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 33.42977575273199, 231.3192606980922 ], "autorange": true }, "legend": { "x": 0, "y": -0.2, "xanchor": "auto", "yanchor": "auto", "orientation": "h" }, "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/~Yonem", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.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": "2024-04-26 12:25:37", "mapbox_access_tokens": null, "has_password": null, "username": "Yonem", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "