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=cD0yMDI0LTA0LTIyKzIxJTNBMDYlM0ExNy4zOTkyNDQlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTIyKzIwJTNBMDElM0EyMi45Mzg3NDMlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0yMisyMCUzQTM4JTNBNDIuMDk3ODgxJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-22T20:38:42.097881Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nmitchell1219/3.embed", "fid": "nmitchell1219:3", "filename": ",InteractiveBubbleChart", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nmitchell1219/3/9_LTQ88FOLTMYN926L2TWNJO137S4MN7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nmitchell1219/3/2_K4VHYIECT8566IZ4JN92L0II8GFNFK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nmitchell1219/3/8_PQCSDS47LL6P6JI1I0ZQJ9HRS3D35P.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nmitchell1219/3/9_LTQ88FOLTMYN926L2TWNJO137S4MN7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nmitchell1219:3", "plots": "https://api.plotly.com/v2/plots/nmitchell1219:3", "parent": "https://api.plotly.com/v2/folders/home?user=nmitchell1219" }, "owner": "nmitchell1219", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~nmitchell1219/3/", "world_readable": true, "date_modified": "2024-04-24T21:21:12.568Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nmitchell1219/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Melanoma", "type": "scatter", "xsrc": "nmitchell1219:5:b00415", "ysrc": "nmitchell1219:5:11f291", "xaxis": "x", "yaxis": "y", "marker": { "color": "#1d0200", "symbol": "circle", "sizeref": 0.1479, "sizesrc": "nmitchell1219:5:179d23", "sizemode": "area" }, "showlegend": true, "legendgroup": "Melanoma", "orientation": "h", "hovertextsrc": "nmitchell1219:5:c72260", "hovertemplate": "<b>%{hovertext}</b><br><br>Diagnosis=Melanoma<br>Average Age=%{x}<br>Localization=%{y}<br>Frequency of Diagnoses=%{marker.size}<extra></extra>" }, { "mode": "markers", "name": "Basal Cell Carcinoma", "type": "scatter", "xsrc": "nmitchell1219:5:e94399", "ysrc": "nmitchell1219:5:e767fe", "xaxis": "x", "yaxis": "y", "marker": { "color": "#840000", "symbol": "circle", "sizeref": 0.1479, "sizesrc": "nmitchell1219:5:d73dc0", "sizemode": "area" }, "showlegend": true, "legendgroup": "Basal Cell Carcinoma", "orientation": "h", "hovertextsrc": "nmitchell1219:5:44d8f8", "hovertemplate": "<b>%{hovertext}</b><br><br>Diagnosis=Basal Cell Carcinoma<br>Average Age=%{x}<br>Localization=%{y}<br>Frequency of Diagnoses=%{marker.size}<extra></extra>" }, { "mode": "markers", "name": "Actinic Keratosis", "type": "scatter", "xsrc": "nmitchell1219:5:209b36", "ysrc": "nmitchell1219:5:5b6c5e", "xaxis": "x", "yaxis": "y", "marker": { "color": "#c44240", "symbol": "circle", "sizeref": 0.1479, "sizesrc": "nmitchell1219:5:5d7971", "sizemode": "area" }, "showlegend": true, "legendgroup": "Actinic Keratosis", "orientation": "h", "hovertextsrc": "nmitchell1219:5:0369ff", "hovertemplate": "<b>%{hovertext}</b><br><br>Diagnosis=Actinic Keratosis<br>Average Age=%{x}<br>Localization=%{y}<br>Frequency of Diagnoses=%{marker.size}<extra></extra>" }, { "mode": "markers", "name": "Vascular Lesions", "type": "scatter", "xsrc": "nmitchell1219:5:ef046f", "ysrc": "nmitchell1219:5:d2d312", "xaxis": "x", "yaxis": "y", "marker": { "color": "#fdd5b1", "symbol": "circle", "sizeref": 0.1479, "sizesrc": "nmitchell1219:5:998a80", "sizemode": "area" }, "showlegend": true, "legendgroup": "Vascular Lesions", "orientation": "h", "hovertextsrc": "nmitchell1219:5:188b29", "hovertemplate": "<b>%{hovertext}</b><br><br>Diagnosis=Vascular Lesions<br>Average Age=%{x}<br>Localization=%{y}<br>Frequency of Diagnoses=%{marker.size}<extra></extra>" }, { "mode": "markers", "name": "Benign Keratosis", "type": "scatter", "xsrc": "nmitchell1219:5:7dc2f2", "ysrc": "nmitchell1219:5:8fecce", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ff9a8a", "symbol": "circle", "sizeref": 0.1479, "sizesrc": "nmitchell1219:5:4a4a4c", "sizemode": "area" }, "showlegend": true, "legendgroup": "Benign Keratosis", "orientation": "h", "hovertextsrc": "nmitchell1219:5:c47cde", "hovertemplate": "<b>%{hovertext}</b><br><br>Diagnosis=Benign Keratosis<br>Average Age=%{x}<br>Localization=%{y}<br>Frequency of Diagnoses=%{marker.size}<extra></extra>" }, { "mode": "markers", "name": "Dermatofibroma", "type": "scatter", "xsrc": "nmitchell1219:5:da00a0", "ysrc": "nmitchell1219:5:31deb4", "xaxis": "x", "yaxis": "y", "marker": { "color": "#bd6c48", "symbol": "circle", "sizeref": 0.1479, "sizesrc": "nmitchell1219:5:889afb", "sizemode": "area" }, "showlegend": true, "legendgroup": "Dermatofibroma", "orientation": "h", "hovertextsrc": "nmitchell1219:5:f7e95b", "hovertemplate": "<b>%{hovertext}</b><br><br>Diagnosis=Dermatofibroma<br>Average Age=%{x}<br>Localization=%{y}<br>Frequency of Diagnoses=%{marker.size}<extra></extra>" }, { "mode": "markers", "name": "Melanocytic Nevi", "type": "scatter", "xsrc": "nmitchell1219:5:d957c3", "ysrc": "nmitchell1219:5:4f08c7", "xaxis": "x", "yaxis": "y", "marker": { "color": "#8b4225", "symbol": "circle", "sizeref": 0.1479, "sizesrc": "nmitchell1219:5:7395c7", "sizemode": "area" }, "showlegend": true, "legendgroup": "Melanocytic Nevi", "orientation": "h", "hovertextsrc": "nmitchell1219:5:d6a5f1", "hovertemplate": "<b>%{hovertext}</b><br><br>Diagnosis=Melanocytic Nevi<br>Average Age=%{x}<br>Localization=%{y}<br>Frequency of Diagnoses=%{marker.size}<extra></extra>" } ], "layout": { "title": { "x": 0.5, "y": 0.95, "text": "Diagnosis Frequency by Localization and Average Age", "xanchor": "center", "yanchor": "top" }, "width": 1200, "xaxis": { "title": { "text": "Average Age" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "Localization" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 800, "legend": { "title": { "text": "Diagnosis" }, "itemsizing": "constant", "tracegroupgap": 0 }, "margin": { "b": 50, "l": 50, "r": 50, "t": 100 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "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.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": 800, "width": 1200, "user": { "profile_url": "https://chart-studio.plotly.com/~nmitchell1219", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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": "2024-04-22 19:57:54", "mapbox_access_tokens": null, "has_password": null, "username": "nmitchell1219", "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-22T20:28:02.078990Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~esc1/13.embed", "fid": "esc1:13", "filename": "TUCW_nf", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/esc1/13/9_6DQWRVB2YB0ZIRYMOEN6K1VRGVH7FG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/esc1/13/2_DCBQEKKDLG7UQ2TZP09WG39CSOVKPQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/esc1/13/8_6WPYX8Q2IRNX7SCL54WCQD6BQ91F01.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/esc1/13/9_6DQWRVB2YB0ZIRYMOEN6K1VRGVH7FG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/esc1:13", "plots": "https://api.plotly.com/v2/plots/esc1:13", "parent": "https://api.plotly.com/v2/folders/home?user=esc1" }, "owner": "esc1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~esc1/13/", "world_readable": true, "date_modified": "2024-04-25T16:35:55.374Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~esc1/13/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(0,0,0,1)", "width": 5.669291338582678 }, "mode": "lines", "text": "yintercept: 0", "type": "scatter", "xsrc": "esc1:12:96048e", "ysrc": "esc1:12:535eba", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "solid", "color": "rgba(190,190,190,1)", "width": 1.8897637795275593 }, "mode": "lines", "type": "scatter", "xsrc": "esc1:12:eb8e9f", "ysrc": "esc1:12:079900", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "esc1:12:a90fae", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "solid", "color": "rgba(190,190,190,1)", "width": 1.8897637795275593 }, "mode": "lines", "type": "scatter", "xsrc": "esc1:12:8f4d2a", "ysrc": "esc1:12:f49445", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "esc1:12:e2c11d", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "solid", "color": "rgba(165,0,38,1)", "width": 3.7795275590551185 }, "mode": "lines", "name": "2017", "type": "scatter", "xsrc": "esc1:12:aa7ea6", "ysrc": "esc1:12:b69b27", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "esc1:12:286525", "hoverinfo": "text", "showlegend": true, "legendgroup": "2017" }, { "line": { "dash": "solid", "color": "rgba(244,109,67,1)", "width": 3.7795275590551185 }, "mode": "lines", "name": "2018", "type": "scatter", "xsrc": "esc1:12:62872f", "ysrc": "esc1:12:d5d12d", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "esc1:12:6d93c7", "hoverinfo": "text", "showlegend": true, "legendgroup": "2018" }, { "line": { "dash": "solid", "color": "rgba(253,174,97,1)", "width": 3.7795275590551185 }, "mode": "lines", "name": "2019", "type": "scatter", "xsrc": "esc1:12:d763aa", "ysrc": "esc1:12:eb6d34", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "esc1:12:17df07", "hoverinfo": "text", "showlegend": true, "legendgroup": "2019" }, { "line": { "dash": "solid", "color": "rgba(217,239,139,1)", "width": 3.7795275590551185 }, "mode": "lines", "name": "2020", "type": "scatter", "xsrc": "esc1:12:b27fad", "ysrc": "esc1:12:d7aaf8", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "esc1:12:059d03", "hoverinfo": "text", "showlegend": true, "legendgroup": "2020" }, { "line": { "dash": "solid", "color": "rgba(102,189,99,1)", "width": 3.7795275590551185 }, "mode": "lines", "name": "2021", "type": "scatter", "xsrc": "esc1:12:fa8367", "ysrc": "esc1:12:3af247", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "esc1:12:744d02", "hoverinfo": "text", "showlegend": true, "legendgroup": "2021" }, { "line": { "dash": "solid", "color": "rgba(0,104,55,1)", "width": 3.7795275590551185 }, "mode": "lines", "name": "2022", "type": "scatter", "xsrc": "esc1:12:92ce3c", "ysrc": "esc1:12:cccb24", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "esc1:12:94c2cc", "hoverinfo": "text", "showlegend": true, "legendgroup": "2022" } ], "layout": { "font": { "size": 20, "color": "black", "family": "Arial" }, "xaxis": { "type": "linear", "range": [ 145, 255 ], "ticks": "outside", "title": "River Mile", "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": false, "showline": true, "tickfont": { "size": 16, "color": "black", "family": "" }, "tickmode": "array", "ticktext": [ "150", "175", "200", "225", "250" ], "tickvals": [ 150, 175, 200, 225, 250 ], "zeroline": false, "autorange": "reversed", "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "150", "175", "200", "225", "250" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -90, 1890 ], "ticks": "outside", "title": " TUCW (ft) <br /> ", "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": false, "showline": true, "tickfont": { "size": 16, "color": "black", "family": "" }, "tickmode": "array", "ticktext": [ "0", "500", "1000", "1500" ], "tickvals": [ 0, 500, 1000, 1500 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(0,0,0,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "500", "1000", "1500" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 15, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Year" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.8897637795275593 }, "margin": { "b": 100, "l": 150, "r": 100, "t": 70, "pad": 10 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 162.5, "y": 1500, "font": { "size": 20, "color": "black", "family": "Arial" }, "text": "Chapman", "showarrow": false, "textangle": 270 }, { "x": 181.5, "y": 1500, "font": { "size": 20, "color": "black", "family": "Arial" }, "text": "Crane Trust", "showarrow": false, "textangle": 270 }, { "x": 190.5, "y": 1500, "font": { "size": 20, "color": "black", "family": "Arial" }, "text": "Uridil Tract", "showarrow": false, "textangle": 270 }, { "x": 200, "y": 1500, "font": { "size": 20, "color": "black", "family": "Arial" }, "text": "Dippel", "showarrow": false, "textangle": 270 }, { "x": 206, "y": 1500, "font": { "size": 20, "color": "black", "family": "Arial" }, "text": "Rowe", "showarrow": false, "textangle": 270 }, { "x": 212, "y": 1500, "font": { "size": 20, "color": "black", "family": "Arial" }, "text": "Ft. Kearny", "showarrow": false, "textangle": 270 }, { "x": 219.5, "y": 1500, "font": { "size": 20, "color": "black", "family": "Arial" }, "text": "Pawnee", "showarrow": false, "textangle": 270 }, { "x": 231.5, "y": 1500, "font": { "size": 20, "color": "black", "family": "Arial" }, "text": "Elm Creek", "showarrow": false, "textangle": 270 }, { "x": 237, "y": 1500, "font": { "size": 20, "color": "black", "family": "Arial" }, "text": "Cottonwood Ranch", "showarrow": false, "textangle": 270 } ], "plot_bgcolor": "rgba(255,255,255,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~esc1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-07-10 20:22:51", "mapbox_access_tokens": null, "has_password": null, "username": "esc1", "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-22T20:27:23.760858Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dhivyaganesh/1.embed", "fid": "dhivyaganesh:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dhivyaganesh/1/9_1S482NONN950WELOW428H0GG2LE5JC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dhivyaganesh/1/2_KS138160YECD00P6YTKFNO4OK72RW8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dhivyaganesh/1/8_KVAX29FLK6QZNSUPWAY2QKBZ3CCYFZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dhivyaganesh/1/9_1S482NONN950WELOW428H0GG2LE5JC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dhivyaganesh:1", "plots": "https://api.plotly.com/v2/plots/dhivyaganesh:1", "parent": "https://api.plotly.com/v2/folders/home?user=dhivyaganesh" }, "owner": "dhivyaganesh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~dhivyaganesh/1/", "world_readable": true, "date_modified": "2024-04-22T20:32:48.062Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dhivyaganesh/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "0de508", "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "dhivyaganesh:0:cf9af7", "ysrc": "dhivyaganesh:0:bc62b9" }, { "uid": "7b7081", "transforms": [ { "rms": "", "type": "fit", "inputUid": "0de508", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.006072784733295983, "value": -0.2892242424242432 }, { "hold": false, "name": "b", "error": 0.05448611300656084, "value": 0.49860606060606755 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Relationship between the Force Applied to the Spring and How Far it is Stretched" }, "xaxis": { "type": "linear", "range": [ 3.4486019736842106, 13.55139802631579 ], "title": { "text": "Displacement (cm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -3.4928650393371026, -0.5091027969726843 ], "title": { "text": "Force (N)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": false, "annotations": [ { "text": "y = -0.289x + 0.499" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dhivyaganesh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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 20:27:00", "mapbox_access_tokens": null, "has_password": null, "username": "dhivyaganesh", "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-22T20:19:54.879356Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~clinhares/10.embed", "fid": "clinhares:10", "filename": "Prog 1.2.2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/clinhares/10/9_JDDSX41X8IT9B54YCRZZV46VLKNSD0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/clinhares/10/2_OA9XUPB9OBGJGJC2P6ZV7XCHKAD7TG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clinhares/10/8_OS9GJONIDKN5HWCEMUY1YX1O71AFK8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/clinhares/10/9_JDDSX41X8IT9B54YCRZZV46VLKNSD0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/clinhares:10", "plots": "https://api.plotly.com/v2/plots/clinhares:10", "parent": "https://api.plotly.com/v2/folders/home?user=clinhares" }, "owner": "clinhares", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~clinhares/10/", "world_readable": true, "date_modified": "2024-05-14T21:25:29.919Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~clinhares/10/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "T - U", "y": "B", "text": "K" } }, "name": "Ciências agrárias", "type": "bar", "xsrc": "clinhares:9:2df96c,bac269*", "ysrc": "clinhares:9:b03c46", "marker": { "color": "rgb(255, 160, 122)" }, "textsrc": "clinhares:9:4f9621", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "T - U", "y": "C", "text": "L" } }, "name": "Ciências biológicas", "type": "bar", "xsrc": "clinhares:9:2df96c,bac269*", "ysrc": "clinhares:9:a9218b", "marker": { "color": "rgb(255, 99, 71)" }, "textsrc": "clinhares:9:eba63d", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "T - U", "y": "D", "text": "M" } }, "name": "Ciências da saúde", "type": "bar", "xsrc": "clinhares:9:2df96c,bac269*", "ysrc": "clinhares:9:236ea2", "marker": { "color": "rgb(255, 215, 0)" }, "textsrc": "clinhares:9:0e529b", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "T - U", "y": "E", "text": "N" } }, "name": "Ciências exatas e da terra", "type": "bar", "xsrc": "clinhares:9:2df96c,bac269*", "ysrc": "clinhares:9:59b3ec", "marker": { "color": "rgb(50, 205, 50)" }, "textsrc": "clinhares:9:d6e66c", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "T - U", "y": "F", "text": "O" } }, "name": "Ciências humanas", "type": "bar", "xsrc": "clinhares:9:2df96c,bac269*", "ysrc": "clinhares:9:e95a15", "marker": { "color": "rgb(119, 136, 153)" }, "textsrc": "clinhares:9:e4e007", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "T - U", "y": "G", "text": "P" } }, "name": "Ciências sociais aplicadas", "type": "bar", "xsrc": "clinhares:9:2df96c,bac269*", "ysrc": "clinhares:9:08c3f7", "marker": { "color": "rgb(135, 206, 235)" }, "textsrc": "clinhares:9:f3afde", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "T - U", "y": "H", "text": "Q" } }, "name": "Engenharias", "type": "bar", "xsrc": "clinhares:9:2df96c,bac269*", "ysrc": "clinhares:9:2248e2", "marker": { "color": "rgb(0, 206, 209)" }, "textsrc": "clinhares:9:941133", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "T - U", "y": "I", "text": "R" } }, "name": "Linguística, letras e artes", "type": "bar", "xsrc": "clinhares:9:2df96c,bac269*", "ysrc": "clinhares:9:e53cc5", "marker": { "line": { "width": 0 }, "color": "rgb(147, 112, 219)" }, "textsrc": "clinhares:9:7a4338", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "orientation": "v", "textposition": "middle center" }, { "meta": { "columnNames": { "x": "T - U", "y": "J", "text": "S" } }, "name": "Multidisciplinar", "type": "bar", "xsrc": "clinhares:9:2df96c,bac269*", "ysrc": "clinhares:9:4e7ed9", "marker": { "color": "rgb(255, 20, 147)" }, "textsrc": "clinhares:9:5d12ed", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 13, "family": "Roboto" }, "title": { "font": { "size": 13 } }, "width": 900, "xaxis": { "side": "bottom", "type": "multicategory", "dtick": 1, "range": [ -0.5, 11.5 ], "ticks": "", "title": { "font": { "size": 13, "family": "Roboto" }, "text": "<br><b>Grande área do conhecimento</b>" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "tickson": "labels", "showgrid": true, "showline": true, "tickfont": { "size": 13, "family": "Roboto" }, "tickmode": "auto", "zeroline": true, "autorange": true, "gridwidth": 0, "linewidth": 1, "automargin": true, "rangeslider": { "range": [ -0.5, 7.5 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "side": "left", "type": "linear", "range": [ 0, 105.36842105263159 ], "ticks": "outside", "title": { "font": { "size": 13, "family": "Roboto" }, "text": "<b>Percentual</b><br><br>\n<br>" }, "domain": [ 0, 1 ], "autorange": true, "ticksuffix": "%" }, "height": 550, "legend": { "x": 0.52, "y": -0.4, "font": { "size": 13, "family": "Roboto" }, "xanchor": "center", "yanchor": "top", "orientation": "h" }, "margin": { "b": 80, "l": 0, "r": 20, "t": 25, "pad": 0 }, "barmode": "relative", "barnorm": "", "autosize": false, "dragmode": "select", "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" }, "hoverlabel": { "font": { "family": "Roboto" } } } }, "height": 550, "width": 900, "user": { "profile_url": "https://chart-studio.plotly.com/~clinhares", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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-22 17:32:30", "mapbox_access_tokens": null, "has_password": null, "username": "clinhares", "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-22T20:18:33.522892Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~apeixinho/1.embed", "fid": "apeixinho:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/apeixinho/1/9_IGS3D5CEQXDYFES7KGD0N3ZU7WI19N.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/apeixinho/1/2_9ZV5FSSB27VAE29KHS8RUMZE5GUGQL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/apeixinho/1/8_RMU77L0RDXZF0TE30E5LTS06LKV3OK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/apeixinho/1/9_IGS3D5CEQXDYFES7KGD0N3ZU7WI19N.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/apeixinho:1", "plots": "https://api.plotly.com/v2/plots/apeixinho:1", "parent": "https://api.plotly.com/v2/folders/home?user=apeixinho" }, "owner": "apeixinho", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~apeixinho/1/", "world_readable": true, "date_modified": "2024-04-23T15:51:24.959Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~apeixinho/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(51, 51, 216)", "width": 2 }, "meta": { "columnNames": { "x": "B", "y": "", "text": "A" } }, "mode": "markers", "name": "<br>", "type": "box", "xsrc": "apeixinho:0:f2ad9f", "width": 0, "jitter": 0, "marker": { "line": { "color": "rgb(27, 62, 239)", "width": 2 }, "size": 11, "color": "rgb(149, 149, 255)", "symbol": "circle-open" }, "boxmean": false, "hoveron": "boxes+points", "notched": false, "textsrc": "apeixinho:0:8a9bb6", "visible": true, "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(212, 219, 252, 0.5)", "hoverinfo": "x+y+text", "hoverlabel": { "align": "left", "namelength": 0 }, "showlegend": true, "legendgroup": "", "orientation": "h", "whiskerwidth": 0.61, "hovertemplate": "" } ], "frames": [], "layout": { "title": { "text": "US Hourly Rate and Years of Experience" }, "xaxis": { "range": [ 32, 50.5 ], "ticks": "outside", "title": { "text": "Hourly Rate ($)" }, "showline": false, "zeroline": true, "autorange": false, "showspikes": false, "rangeslider": { "range": [ 33.101111111111116, 50.87888888888889 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true, "spikethickness": 32 }, "yaxis": { "type": "category", "range": [ -1, 1 ], "autorange": false }, "boxgap": 0.31000000000000005, "legend": { "x": 0.7000000000000002, "y": 1.1653061224489796, "font": { "color": "rgb(218, 0, 255)" }, "title": { "font": { "size": 12, "color": "rgb(255, 0, 250)" }, "text": "<b>LEGEND:</b><br><br>\nPink= Breast Exp" }, "borderwidth": 0 }, "boxmode": "group", "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": true, "annotations": [ { "x": 33.99, "y": 0, "ax": -10, "ay": -56, "text": "1.4" }, { "x": 34.47, "y": 0, "ax": -10, "ay": -47, "text": "3.3" }, { "x": 35.12, "y": 0, "ax": -10, "ay": -44, "font": { "color": "rgb(236, 1, 250)" }, "text": "4.3", "arrowcolor": "rgb(255, 0, 201)", "arrowwidth": 2 }, { "x": 37.08, "y": 0, "font": { "color": "rgb(255, 6, 241)" }, "text": "9", "align": "center", "arrowcolor": "rgb(241, 3, 255)", "arrowwidth": 2 }, { "x": 37.57, "y": 0, "font": { "color": "rgb(250, 4, 255)" }, "text": "6", "arrowcolor": "rgb(255, 0, 216)", "arrowwidth": 2 }, { "x": 39.55, "y": 0, "ax": -30, "ay": -25, "text": "7" }, { "x": 39.63, "y": 0, "ax": 16, "ay": -63, "font": { "color": "rgb(97, 96, 97)" }, "text": "11.4", "arrowcolor": "rgb(99, 99, 100)", "arrowwidth": 1 }, { "x": 39.63, "y": 0, "ax": -10, "ay": -61, "text": "13" }, { "x": 40.27, "y": 0, "ax": -19, "ay": -30, "font": { "color": "rgb(250, 11, 255)" }, "text": "9", "arrowcolor": "rgb(255, 4, 250)", "arrowwidth": 2 }, { "x": 40.29, "y": 0, "ax": -4, "ay": -30, "font": { "color": "rgb(255, 0, 250)" }, "text": "10", "arrowsize": 1, "arrowcolor": "rgb(251, 0, 255)", "arrowwidth": 2 }, { "x": 40.71, "y": 0, "ax": -10, "ay": -30, "text": "14" }, { "x": 40.83, "y": 0, "ax": 2, "ay": -30, "font": { "color": "rgb(255, 3, 226)" }, "text": "8", "arrowcolor": "rgb(216, 0, 255)", "arrowwidth": 2 }, { "x": 41.51, "y": 0, "text": "14" }, { "x": 42.84, "y": 0, "text": "18" }, { "x": 41.56, "y": 0, "ax": 10, "ay": -30, "font": { "color": "rgb(245, 0, 250)" }, "text": "9.1", "arrowcolor": "rgb(251, 0, 212)", "arrowwidth": 2 }, { "x": 41.78, "y": 0, "ax": 13, "ay": -21, "text": "14" }, { "x": 43.95, "y": 0, "text": "29" }, { "x": 46.27, "y": 0, "ax": -33, "ay": -10, "font": { "color": "rgb(250, 6, 255)" }, "text": "28", "arrowcolor": "rgb(243, 0, 230)", "arrowwidth": 2 }, { "x": 46.27, "y": 0, "font": { "color": "rgb(247, 4, 229)" }, "text": "28", "arrowcolor": "rgb(255, 7, 236)", "arrowwidth": 2 }, { "x": 46.27, "y": 0, "ax": -26, "ay": -30, "text": "28" }, { "x": 46.27, "y": 0, "ax": -29, "ay": 9, "font": { "color": "rgb(255, 0, 241)" }, "text": "33", "arrowcolor": "rgb(240, 0, 255)" }, { "x": 46.34, "y": 0, "ax": 9, "ay": -40, "font": { "color": "rgb(250, 0, 222)" }, "text": "19", "arrowcolor": "rgb(236, 0, 255)", "arrowwidth": 2 }, { "x": 46.35, "y": 0, "ax": 23, "ay": -26, "font": { "color": "rgb(125, 125, 125)" }, "text": "25", "arrowcolor": "rgb(100, 100, 100)", "arrowwidth": 1 }, { "x": 46.71, "y": 0, "ax": 17, "ay": -30, "font": { "color": "rgb(255, 0, 227)" }, "text": "29", "arrowsize": 1, "arrowcolor": "rgb(250, 0, 255)", "arrowwidth": 2 }, { "x": 49.99, "y": 0, "ax": -10, "ay": -43, "text": "34" } ], "boxgroupgap": 0.52 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~apeixinho", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-22 20:18:06", "mapbox_access_tokens": null, "has_password": null, "username": "apeixinho", "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-22T20:13:09.288126Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~markfs33/118.embed", "fid": "markfs33:118", "filename": "200 og 4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/markfs33/118/9_9KINWSPLB19I2FCYM2OD31UGMKFDCB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/markfs33/118/2_SN2AJBH4T6PEBKAWRHJQPGB8DWMVBY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/118/8_I4647TZW8MZ8RWBN84BHVFEM05PX1C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/118/9_9KINWSPLB19I2FCYM2OD31UGMKFDCB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/markfs33:118", "plots": "https://api.plotly.com/v2/plots/markfs33:118", "parent": "https://api.plotly.com/v2/folders/home?user=markfs33" }, "owner": "markfs33", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~markfs33/118/", "world_readable": true, "date_modified": "2024-04-22T20:13:09.298Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~markfs33/118/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "External_Temperature" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:117:e66c75", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "y": "External_Temperature1" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:117:87e477", "stackgroup": null }, { "meta": { "columnNames": { "y": "External_Temperature2" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:117:088f2d", "stackgroup": null }, { "meta": { "columnNames": { "y": "Heater_PID_Output" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:117:19d986", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Original Cylinder. 200°C, 120 seconds." }, "xaxis": { "range": [ 0, 3023.8122495706925 ], "title": { "text": "Time (100ms)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 12.246, 200 ], "title": { "text": "Temperature" }, "autorange": false }, "yaxis2": { "side": "right", "type": "linear", "range": [ -5.000000000000001, 105.55555555555556 ], "title": { "text": "Power %" }, "autorange": false, "overlaying": "y" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "x" } }, "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-22T20:06:10.250725Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~momids/1.embed", "fid": "momids:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/momids/1/9_22YEI4QZ0JIX7EWQBYK831T9X9OA9M.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/momids/1/2_GLZSX3031HO9E1ZJ4DSAFP1IC58MXA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/momids/1/8_2PZA3CXK7Z3W0WMXCH43AKIX8Q0O03.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/momids/1/9_22YEI4QZ0JIX7EWQBYK831T9X9OA9M.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/momids:1", "plots": "https://api.plotly.com/v2/plots/momids:1", "parent": "https://api.plotly.com/v2/folders/home?user=momids" }, "owner": "momids", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~momids/1/", "world_readable": true, "date_modified": "2024-04-22T20:06:10.261Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~momids/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "shape": "spline", "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "B", "text": "B", "marker": { "color": "" } } }, "mode": "markers+lines+text", "name": "Rth = 150", "type": "scatter", "xsrc": "momids:0:4de136", "ysrc": "momids:0:fb2869", "marker": { "line": { "width": 2 }, "meta": { "columnNames": { "color": "A" } }, "size": 13, "color": "#636efa" }, "textsrc": "momids:0:fb2869", "textfont": { "size": 22, "family": "Balto" }, "hoverinfo": "x+y+text", "orientation": "v", "textposition": "top center", "texttemplate": "" }, { "line": { "shape": "spline", "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "C", "text": "C" } }, "mode": "markers+lines+text", "name": "Rth = 100", "type": "scatter", "xsrc": "momids:0:4de136", "ysrc": "momids:0:51c48e", "marker": { "size": 19 }, "textsrc": "momids:0:51c48e", "textfont": { "size": 20 }, "stackgroup": null, "textposition": "top center" } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "linear", "range": [ 3.5841792089604336, 325.0402520126006 ], "title": { "text": "(Blue) Rth = 150 | (Red) Rth = 100" }, "autorange": false, "showspikes": true }, "yaxis": { "side": "left", "type": "linear", "range": [ 66.24064316860466, 670.5138989825582 ], "autorange": false, "showspikes": true }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~momids", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-22 20:05:41", "mapbox_access_tokens": null, "has_password": null, "username": "momids", "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-22T20:05:55.553123Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kaanbaris532/23.embed", "fid": "kaanbaris532:23", "filename": "Plot 23", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kaanbaris532/23/9_4X6EOKE5752CO00CH5MFN9R5SJSYXT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kaanbaris532/23/2_X1CGYNLF3OHF78JJY69N7A8RJ3OFER.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kaanbaris532/23/8_QMOBBFD2NQXFAW57SAAUNR6IXSKP2I.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kaanbaris532/23/9_4X6EOKE5752CO00CH5MFN9R5SJSYXT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kaanbaris532:23", "plots": "https://api.plotly.com/v2/plots/kaanbaris532:23", "parent": "https://api.plotly.com/v2/folders/home?user=kaanbaris532" }, "owner": "kaanbaris532", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~kaanbaris532/23/", "world_readable": true, "date_modified": "2024-04-22T20:05:55.564Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kaanbaris532/23/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Elongation (inches) Load (Pounds)", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "kaanbaris532:22:f2bffa", "ysrc": "kaanbaris532:22:9594a7" } ], "frames": [], "layout": { "title": { "text": "Aluminium Engineering Stress vs Strain" }, "xaxis": { "type": "linear", "range": [ -0.017350549828178696, 0.2781805498281787 ], "title": { "text": "Strain" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -67.66453744493393, 540.5645374449339 ], "title": { "text": "Stress (MPa)" }, "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/~kaanbaris532", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-27 05:36:19", "mapbox_access_tokens": null, "has_password": null, "username": "kaanbaris532", "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-22T20:02:22.908315Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tspecht/12.embed", "fid": "tspecht:12", "filename": "Plot 12", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/tspecht/12/9_4RONVZ9STB6DEEF3O130LWQNKMGT0F.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/tspecht/12/2_3W7KJ1AV66BIM4DSR368TGAWTFA67X.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tspecht/12/8_SJ2EADUX713F91V7NGTOS9ZWXFBDJQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tspecht/12/9_4RONVZ9STB6DEEF3O130LWQNKMGT0F.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tspecht:12", "plots": "https://api.plotly.com/v2/plots/tspecht:12", "parent": "https://api.plotly.com/v2/folders/home?user=tspecht" }, "owner": "tspecht", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 8, "web_url": "https://chart-studio.plotly.com/~tspecht/12/", "world_readable": true, "date_modified": "2024-04-25T17:06:25.757Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tspecht/12/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "bar", "xsrc": "tspecht:11:28e120", "ysrc": "tspecht:11:76bfe3", "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2024-04-15 12:00", "2024-09-16 12:00" ], "autorange": true, "rangeslider": { "range": [ "2024-04-15 12:00", "2024-09-16 12:00" ], "yaxis": { "rangemode": "match" }, "visible": true, "autorange": true, "thickness": 0.04, "borderwidth": 2 } }, "yaxis": { "type": "linear", "range": [ 0, 631.578947368421 ], "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/~tspecht", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-10-18 20:49:06", "mapbox_access_tokens": null, "has_password": null, "username": "tspecht", "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-22T20:01:22.938743Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~markfs33/116.embed", "fid": "markfs33:116", "filename": "190 og 4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/markfs33/116/9_QZG5GGHTTS9LWFNBUWWQL32TPZL38W.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/markfs33/116/2_PGYE8ZYVXJ3HT9GOWCIW96PLNQGCRJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/116/8_TVW9YEGPHBVK1CGV4SIOUWUE4YYQJ1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/116/9_QZG5GGHTTS9LWFNBUWWQL32TPZL38W.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/markfs33:116", "plots": "https://api.plotly.com/v2/plots/markfs33:116", "parent": "https://api.plotly.com/v2/folders/home?user=markfs33" }, "owner": "markfs33", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~markfs33/116/", "world_readable": true, "date_modified": "2024-04-22T20:01:22.949Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~markfs33/116/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "External_Temperature" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:115:e2bdc6", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "y": "External_Temperature1" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:115:0e56a2", "stackgroup": null }, { "meta": { "columnNames": { "y": "External_Temperature2" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:115:82791d", "stackgroup": null }, { "meta": { "columnNames": { "y": "Heater_PID_Output" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:115:7931ec", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Original Cylinder. 190°C, 120 seconds." }, "xaxis": { "range": [ 0, 3011.8832283915285 ], "title": { "text": "Time (100ms)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 12.990574509803922, 200 ], "title": { "text": "Temperature" }, "autorange": false }, "yaxis2": { "side": "right", "type": "linear", "range": [ -5.522875816993465, 105.55555555555556 ], "title": { "text": "Power %" }, "autorange": false, "overlaying": "y" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "x" } }, "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 } } ] }{ "next": "