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=cj0xJnA9MjAyNC0wNC0xNysyMCUzQTA0JTNBMTAuNzU1OTkyJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTE3KzIwJTNBMDclM0ExNy4yNDczNjYlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xNysyMSUzQTAwJTNBMjguNzI5ODkyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-17T21:00:28.729892Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~louuu2/3.embed", "fid": "louuu2:3", "filename": "Plot 1 copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/louuu2/3/9_NUC4CN1LH0J7Q6SXC1VZSGQ1Q7KKP5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/louuu2/3/2_6DY2UJ5DDSEZ0CTA5Z1ZRW37VMRL5D.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/louuu2/3/8_CCI71ETA3EQ865N22RIXTCYC6IODP7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/louuu2/3/9_NUC4CN1LH0J7Q6SXC1VZSGQ1Q7KKP5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/louuu2:3", "plots": "https://api.plotly.com/v2/plots/louuu2:3", "parent": "https://api.plotly.com/v2/folders/home?user=louuu2" }, "owner": "louuu2", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~louuu2/3/", "world_readable": true, "date_modified": "2024-04-17T21:00:29.064Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~louuu2/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "723fe8", "meta": { "columnNames": { "x": "title length", "y": "Avg per project" } }, "mode": "lines", "name": "Avg per project", "type": "scatter", "xsrc": "louuu2:2:1be3f3", "ysrc": "louuu2:2:d6321b", "marker": { "color": "rgb(255, 127, 14)", "sizeref": 0.028149617325, "sizemode": "area" } } ], "frames": [], "layout": { "title": { "text": "Project reads by the length of the project's title" }, "xaxis": { "type": "linear", "range": [ 23.580104138819706, 60.45083073183911 ], "title": { "text": "Project title length by characters" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ -10.698990981894807, -10.439987231052756 ], "title": { "text": "Average number of project reads" }, "autorange": false }, "bargap": 0.38, "autosize": true, "dragmode": "pan", "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~louuu2", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.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-17 20:59:03", "mapbox_access_tokens": null, "has_password": null, "username": "louuu2", "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-17T20:59:32.618321Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~louuu2/1.embed", "fid": "louuu2:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/louuu2/1/9_H7HTEZ0BBG3XZMZU4VDV4C8VTMARGL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/louuu2/1/2_HBCGJ815AVN9SBS6929Y0M1OKEEF1H.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/louuu2/1/8_879F35W1Y9Z5DI8OARI86B0J3LQIZ2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/louuu2/1/9_H7HTEZ0BBG3XZMZU4VDV4C8VTMARGL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/louuu2:1", "plots": "https://api.plotly.com/v2/plots/louuu2:1", "parent": "https://api.plotly.com/v2/folders/home?user=louuu2" }, "owner": "louuu2", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~louuu2/1/", "world_readable": true, "date_modified": "2024-04-17T20:59:32.630Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~louuu2/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "723fe8", "meta": { "columnNames": { "x": "title length", "y": "Avg per project" } }, "mode": "lines", "name": "Avg per project", "type": "scatter", "xsrc": "louuu2:0:1be3f3", "ysrc": "louuu2:0:d6321b", "marker": { "color": "rgb(255, 127, 14)", "sizeref": 0.028149617325, "sizemode": "area" } } ], "frames": [], "layout": { "title": { "text": "Project reads by the length of the project's title" }, "xaxis": { "type": "linear", "range": [ 23.580104138819706, 60.45083073183911 ], "title": { "text": "Project title length by characters" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ -10.698990981894807, -10.439987231052756 ], "title": { "text": "Average number of project reads" }, "autorange": false }, "bargap": 0.38, "autosize": true, "dragmode": "pan", "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~louuu2", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.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-17 20:59:03", "mapbox_access_tokens": null, "has_password": null, "username": "louuu2", "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-17T20:55:48.628222Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~DORITOS12/92.embed", "fid": "DORITOS12:92", "filename": "urban en conjunto FINAL", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/DORITOS12/92/9_XXA41753DVSTC5RVVCS7SBMGMHW1E7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/DORITOS12/92/2_Z0IFHRWNUAEI2HD9X9XJLXGWWJLL47.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/DORITOS12/92/8_IDKURPMI1EVJ2XSRTQBZMUZFHB6EJ7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/DORITOS12/92/9_XXA41753DVSTC5RVVCS7SBMGMHW1E7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/DORITOS12:92", "plots": "https://api.plotly.com/v2/plots/DORITOS12:92", "parent": "https://api.plotly.com/v2/folders/home?user=DORITOS12" }, "owner": "DORITOS12", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~DORITOS12/92/", "world_readable": true, "date_modified": "2024-04-17T21:52:38.527Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~DORITOS12/92/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(76, 114, 176)" }, "meta": { "columnNames": { "x": "month", "y": "Humedad relativa 2000", "text": "" } }, "mode": "lines", "name": "hr 2000", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:397a83", "hoverinfo": "x+y+name", "hoverlabel": { "align": "auto" }, "connectgaps": false, "hovertemplate": "" }, { "line": { "color": "rgb(221, 132, 82)" }, "meta": { "columnNames": { "x": "month", "y": "Humedad relativa 2018" } }, "mode": "lines", "name": "hr 2018", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:d027f5", "stackgroup": null }, { "line": { "color": "rgb(76, 114, 176)" }, "meta": { "columnNames": { "x": "month", "y": "T máxima 2000" } }, "mode": "lines", "name": "TMAX 2000", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:d61b2f", "xaxis": "x2", "yaxis": "y2", "stackgroup": null }, { "line": { "color": "rgb(221, 132, 82)" }, "meta": { "columnNames": { "x": "month", "y": "T máxima 2018" } }, "mode": "lines", "name": "TMAX 2018", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:53dc9d", "xaxis": "x2", "yaxis": "y2", "stackgroup": null }, { "line": { "color": "rgb(76, 114, 176)" }, "meta": { "columnNames": { "x": "month", "y": "Velocidad del Viento 2000" } }, "mode": "lines", "name": "VV 2000", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:7f9265", "xaxis": "x3", "yaxis": "y3", "stackgroup": null }, { "line": { "color": "rgb(221, 132, 82)" }, "meta": { "columnNames": { "x": "month", "y": "Velocidad del Viento 2018" } }, "mode": "lines", "name": "VV 2018", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:4a3c64", "xaxis": "x3", "yaxis": "y3", "stackgroup": null }, { "line": { "color": "rgb(76, 114, 176)" }, "meta": { "columnNames": { "x": "month", "y": "T media 2000" } }, "mode": "lines", "name": "T media 2000", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:f567c1", "xaxis": "x4", "yaxis": "y4", "stackgroup": null }, { "line": { "color": "rgb(221, 132, 82)" }, "meta": { "columnNames": { "x": "month", "y": "T media 2018" } }, "mode": "lines", "name": "T. media2018", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:454ce3", "xaxis": "x4", "yaxis": "y4", "stackgroup": null }, { "line": { "color": "rgb(76, 114, 176)" }, "meta": { "columnNames": { "x": "month", "y": "T mínima 2000" } }, "mode": "lines", "name": "TMIN 2000", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:31eaf5", "xaxis": "x5", "yaxis": "y5" }, { "line": { "color": "rgb(76, 114, 176)" }, "meta": { "columnNames": { "x": "month", "y": "NDVI 2000" } }, "mode": "lines", "name": "NDVI 2000", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:64df78", "xaxis": "x6", "yaxis": "y6", "stackgroup": null }, { "line": { "color": "rgb(221, 132, 82)" }, "meta": { "columnNames": { "x": "month", "y": "T mínima 2018" } }, "mode": "lines", "name": "TMIN 2018", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:979938", "xaxis": "x5", "yaxis": "y5", "stackgroup": null }, { "line": { "color": "rgb(221, 132, 82)" }, "meta": { "columnNames": { "x": "month", "y": "NDVI 2018" } }, "mode": "lines", "name": "2018 NDVI ", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:f86d13", "xaxis": "x6", "yaxis": "y6", "stackgroup": null }, { "line": { "color": "rgb(76, 114, 176)" }, "meta": { "columnNames": { "x": "month", "y": "Albedo NIR 2000" } }, "mode": "lines", "name": "2000 NIR", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:bed04c", "xaxis": "x7", "yaxis": "y7", "stackgroup": null }, { "line": { "color": "rgb(221, 132, 82)" }, "meta": { "columnNames": { "x": "month", "y": "Albedo NIR 2018" } }, "mode": "lines", "name": "NIR 2018", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:d16e73", "xaxis": "x7", "yaxis": "y7", "stackgroup": null }, { "line": { "color": "rgb(76, 114, 176)" }, "meta": { "columnNames": { "x": "month", "y": "Albedo VIS 2000" } }, "mode": "lines", "name": "VIS 2000", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:4630cc", "xaxis": "x8", "yaxis": "y8", "stackgroup": null }, { "line": { "color": "rgb(221, 132, 82)" }, "meta": { "columnNames": { "x": "month", "y": "Albedo VIS 2018" } }, "mode": "lines", "name": "VIS 2018", "type": "scatter", "xsrc": "DORITOS12:91:9bdd4c", "ysrc": "DORITOS12:91:6d0ef8", "xaxis": "x8", "yaxis": "y8", "stackgroup": null } ], "frames": [], "layout": { "title": { "x": 0.5, "font": { "color": "rgb(22, 22, 22)" }, "text": "Urbanización" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ 1, 12 ], "ticks": "", "title": { "text": "<br>" }, "domain": [ 0, 0.49 ], "showgrid": true, "showline": false, "tickmode": "auto", "zeroline": true, "autorange": false, "automargin": true, "fixedrange": false, "showspikes": false, "rangeslider": { "range": [ 1, 12 ], "yaxis": {}, "yaxis2": {}, "visible": false, "autorange": true }, "showticklabels": false }, "yaxis": { "type": "linear", "range": [ 57, 78 ], "ticks": "outside", "title": { "text": "HR (%)" }, "domain": [ 0.78, 1 ], "autorange": false, "fixedrange": false }, "legend": { "x": 0, "y": -0.15999999999999992, "title": { "text": "<br>" }, "valign": "bottom", "xanchor": "auto", "itemsizing": "trace", "traceorder": "reversed", "orientation": "h" }, "margin": { "b": 88, "l": 55, "r": 25, "t": 31, "pad": 0 }, "xaxis2": { "side": "bottom", "type": "linear", "range": [ 1, 12 ], "ticks": "", "title": { "text": "<br>" }, "anchor": "free", "domain": [ 0, 0.5 ], "showline": false, "autorange": true, "fixedrange": false, "overlaying": "x", "showticklabels": false }, "xaxis3": { "side": "top", "type": "linear", "range": [ 1, 12 ], "ticks": "", "title": { "text": "" }, "anchor": "y3", "domain": [ 0.5, 0.96 ], "showgrid": true, "showline": false, "autorange": true, "fixedrange": false, "overlaying": "x2", "showticklabels": false }, "xaxis4": { "side": "bottom", "type": "linear", "range": [ 1, 12 ], "ticks": "", "title": { "text": "<br>" }, "anchor": "y4", "domain": [ 0.5, 0.96 ], "autorange": true, "overlaying": "x3", "showspikes": false, "showticklabels": false }, "xaxis5": { "side": "bottom", "type": "linear", "range": [ 1, 12 ], "ticks": "", "title": { "text": "" }, "anchor": "y5", "domain": [ 0, 0.49 ], "showline": false, "autorange": true, "overlaying": "x4", "showticklabels": false }, "xaxis6": { "side": "bottom", "type": "linear", "range": [ 1, 12 ], "ticks": "", "title": { "text": "" }, "anchor": "y6", "domain": [ 0.5, 0.96 ], "showline": false, "autorange": true, "overlaying": "x5", "showticklabels": false }, "xaxis7": { "side": "bottom", "type": "linear", "range": [ 1, 12 ], "ticks": "outside", "title": { "text": "mes" }, "anchor": "y7", "domain": [ 0, 0.49 ], "autorange": true, "overlaying": "x6", "showticklabels": true }, "xaxis8": { "side": "bottom", "type": "linear", "range": [ 1, 12 ], "ticks": "outside", "title": { "text": "mes" }, "anchor": "y8", "domain": [ 0.5, 0.96 ], "autorange": true, "overlaying": "x7", "showticklabels": true }, "yaxis2": { "side": "left", "type": "linear", "range": [ 27.5, 31 ], "ticks": "outside", "title": { "text": "T. max(°C)" }, "anchor": "x", "domain": [ 0.53, 0.75 ], "autorange": false, "overlaying": false }, "yaxis3": { "side": "right", "type": "linear", "range": [ 0.5, 5.5 ], "ticks": "outside", "title": { "text": "V V (m/s)" }, "anchor": "x3", "domain": [ 0.78, 1 ], "mirror": false, "showgrid": true, "showline": true, "zeroline": true, "autorange": false, "automargin": true, "overlaying": false, "zerolinewidth": 1, "showticklabels": true, "separatethousands": false }, "yaxis4": { "side": "right", "type": "linear", "range": [ 27.5, 31 ], "ticks": "outside", "title": { "text": "T. med (°C)" }, "anchor": "x4", "domain": [ 0.53, 0.75 ], "autorange": false, "fixedrange": false, "overlaying": false }, "yaxis5": { "side": "left", "type": "linear", "range": [ 27.5, 31 ], "ticks": "outside", "title": { "text": "T. min(°C)" }, "anchor": "x5", "domain": [ 0.26, 0.5 ], "autorange": false, "overlaying": false }, "yaxis6": { "side": "right", "type": "linear", "range": [ 0.02, 0.9 ], "ticks": "outside", "title": { "text": "NDVI" }, "anchor": "x6", "domain": [ 0.26, 0.5 ], "autorange": false, "overlaying": false }, "yaxis7": { "side": "left", "type": "linear", "range": [ 0.1, 0.3 ], "ticks": "outside", "title": { "text": "NIR" }, "anchor": "x7", "domain": [ 0.01, 0.23 ], "autorange": false, "overlaying": false }, "yaxis8": { "side": "right", "type": "linear", "range": [ 0.02, 0.08 ], "ticks": "outside", "title": { "text": "VIS" }, "anchor": "x8", "domain": [ 0.01, 0.23 ], "autorange": false, "overlaying": false }, "modebar": { "color": "rgba(252, 250, 250, 0.3)", "activecolor": "rgba(253, 251, 251, 0.7)" }, "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": "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 }, "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": "#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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_GRAY" }, "hovermode": "x", "hoverlabel": { "align": "auto", "bgcolor": "#FFF", "bordercolor": "rgb(12, 12, 12)" }, "showlegend": true, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~DORITOS12", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.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": "2024-02-24 22:37:07", "mapbox_access_tokens": null, "has_password": null, "username": "DORITOS12", "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-17T20:29:29.240527Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ethan_project94/11.embed", "fid": "ethan_project94:11", "filename": "playoff_team_pp_percentage", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/11/9_UNMI18UTH3IG2I1VKH12PDEX08XNM1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/11/2_6ZBJ0DLZHBOOP0Q1CSPOOTNEIS8M3W.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/11/8_P34W67YLIM8JOF69WX2NOS3F9EF8CB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/11/9_UNMI18UTH3IG2I1VKH12PDEX08XNM1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ethan_project94:11", "plots": "https://api.plotly.com/v2/plots/ethan_project94:11", "parent": "https://api.plotly.com/v2/folders/home?user=ethan_project94" }, "owner": "ethan_project94", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~ethan_project94/11/", "world_readable": true, "date_modified": "2024-04-17T20:29:29.252Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ethan_project94/11/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(218,165,32,1)" }, "mode": "lines", "name": "Boston Bruins", "type": "scatter", "xsrc": "ethan_project94:10:d363a3", "ysrc": "ethan_project94:10:9393e2", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(218,165,32,1)" }, "color": "rgba(218,165,32,1)" }, "error_x": { "color": "rgba(218,165,32,1)" }, "error_y": { "color": "rgba(218,165,32,1)" }, "textsrc": "ethan_project94:10:62d257", "textfont": { "color": "rgba(218,165,32,1)" }, "hoverinfosrc": "ethan_project94:10:d869d8" }, { "line": { "color": "rgba(136,8,8,1)" }, "mode": "lines", "name": "Carolina Hurricanes", "type": "scatter", "xsrc": "ethan_project94:10:e202c9", "ysrc": "ethan_project94:10:4d0738", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(136,8,8,1)" }, "color": "rgba(136,8,8,1)" }, "error_x": { "color": "rgba(136,8,8,1)" }, "error_y": { "color": "rgba(136,8,8,1)" }, "textsrc": "ethan_project94:10:4e1794", "textfont": { "color": "rgba(136,8,8,1)" }, "hoverinfosrc": "ethan_project94:10:706967" }, { "line": { "color": "rgba(111,38,61,1)" }, "mode": "lines", "name": "Colorado Avalanche", "type": "scatter", "xsrc": "ethan_project94:10:1b1ce0", "ysrc": "ethan_project94:10:f601c6", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(111,38,61,1)" }, "color": "rgba(111,38,61,1)" }, "error_x": { "color": "rgba(111,38,61,1)" }, "error_y": { "color": "rgba(111,38,61,1)" }, "textsrc": "ethan_project94:10:42c0df", "textfont": { "color": "rgba(111,38,61,1)" }, "hoverinfosrc": "ethan_project94:10:6e667f" }, { "line": { "color": "rgba(0,132,61,1)" }, "mode": "lines", "name": "Dallas Stars", "type": "scatter", "xsrc": "ethan_project94:10:736fef", "ysrc": "ethan_project94:10:719bc0", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,132,61,1)" }, "color": "rgba(0,132,61,1)" }, "error_x": { "color": "rgba(0,132,61,1)" }, "error_y": { "color": "rgba(0,132,61,1)" }, "textsrc": "ethan_project94:10:9ee6ad", "textfont": { "color": "rgba(0,132,61,1)" }, "hoverinfosrc": "ethan_project94:10:d91214" }, { "line": { "color": "rgba(207,69,2,1)" }, "mode": "lines", "name": "Edmonton Oilers", "type": "scatter", "xsrc": "ethan_project94:10:472165", "ysrc": "ethan_project94:10:0c09dc", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(207,69,2,1)" }, "color": "rgba(207,69,2,1)" }, "error_x": { "color": "rgba(207,69,2,1)" }, "error_y": { "color": "rgba(207,69,2,1)" }, "textsrc": "ethan_project94:10:50d63c", "textfont": { "color": "rgba(207,69,2,1)" }, "hoverinfosrc": "ethan_project94:10:c678d1" }, { "line": { "color": "rgba(185,151,91,1)" }, "mode": "lines", "name": "Florida Panthers", "type": "scatter", "xsrc": "ethan_project94:10:ac25a3", "ysrc": "ethan_project94:10:f5080a", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(185,151,91,1)" }, "color": "rgba(185,151,91,1)" }, "error_x": { "color": "rgba(185,151,91,1)" }, "error_y": { "color": "rgba(185,151,91,1)" }, "textsrc": "ethan_project94:10:ece638", "textfont": { "color": "rgba(185,151,91,1)" }, "hoverinfosrc": "ethan_project94:10:02ae3b" }, { "line": { "color": "rgba(162,170,173,1)" }, "mode": "lines", "name": "Los Angeles Kings", "type": "scatter", "xsrc": "ethan_project94:10:b2ad6d", "ysrc": "ethan_project94:10:34abe5", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(162,170,173,1)" }, "color": "rgba(162,170,173,1)" }, "error_x": { "color": "rgba(162,170,173,1)" }, "error_y": { "color": "rgba(162,170,173,1)" }, "textsrc": "ethan_project94:10:b9ddb0", "textfont": { "color": "rgba(162,170,173,1)" }, "hoverinfosrc": "ethan_project94:10:eb6dcd" }, { "line": { "color": "rgba(255,184,28,1)" }, "mode": "lines", "name": "Nashville Predators", "type": "scatter", "xsrc": "ethan_project94:10:603f59", "ysrc": "ethan_project94:10:f12dd2", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,184,28,1)" }, "color": "rgba(255,184,28,1)" }, "error_x": { "color": "rgba(255,184,28,1)" }, "error_y": { "color": "rgba(255,184,28,1)" }, "textsrc": "ethan_project94:10:340d10", "textfont": { "color": "rgba(255,184,28,1)" }, "hoverinfosrc": "ethan_project94:10:2e2751" }, { "line": { "color": "rgba(252,76,2,1)" }, "mode": "lines", "name": "New York Islanders", "type": "scatter", "xsrc": "ethan_project94:10:951f08", "ysrc": "ethan_project94:10:0a1fb2", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(252,76,2,1)" }, "color": "rgba(252,76,2,1)" }, "error_x": { "color": "rgba(252,76,2,1)" }, "error_y": { "color": "rgba(252,76,2,1)" }, "textsrc": "ethan_project94:10:62d694", "textfont": { "color": "rgba(252,76,2,1)" }, "hoverinfosrc": "ethan_project94:10:556eb4" }, { "line": { "color": "rgba(0,51,160,1)" }, "mode": "lines", "name": "New York Rangers", "type": "scatter", "xsrc": "ethan_project94:10:6e2930", "ysrc": "ethan_project94:10:13469b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,51,160,1)" }, "color": "rgba(0,51,160,1)" }, "error_x": { "color": "rgba(0,51,160,1)" }, "error_y": { "color": "rgba(0,51,160,1)" }, "textsrc": "ethan_project94:10:8c7e69", "textfont": { "color": "rgba(0,51,160,1)" }, "hoverinfosrc": "ethan_project94:10:4033c1" }, { "line": { "color": "rgba(0,32,91,1)" }, "mode": "lines", "name": "Tampa Bay Lightning", "type": "scatter", "xsrc": "ethan_project94:10:1bf2fd", "ysrc": "ethan_project94:10:e41bf6", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,32,91,1)" }, "color": "rgba(0,32,91,1)" }, "error_x": { "color": "rgba(0,32,91,1)" }, "error_y": { "color": "rgba(0,32,91,1)" }, "textsrc": "ethan_project94:10:59e1c3", "textfont": { "color": "rgba(0,32,91,1)" }, "hoverinfosrc": "ethan_project94:10:7d8c7b" }, { "line": { "color": "rgba(0,0,139,1)" }, "mode": "lines", "name": "Toronto Maple Leafs", "type": "scatter", "xsrc": "ethan_project94:10:54bcfd", "ysrc": "ethan_project94:10:51254e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,0,139,1)" }, "color": "rgba(0,0,139,1)" }, "error_x": { "color": "rgba(0,0,139,1)" }, "error_y": { "color": "rgba(0,0,139,1)" }, "textsrc": "ethan_project94:10:dfdfa1", "textfont": { "color": "rgba(0,0,139,1)" }, "hoverinfosrc": "ethan_project94:10:4b844d" }, { "line": { "color": "rgba(5,28,44,1)" }, "mode": "lines", "name": "Vancouver Canucks", "type": "scatter", "xsrc": "ethan_project94:10:71411d", "ysrc": "ethan_project94:10:e2b882", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(5,28,44,1)" }, "color": "rgba(5,28,44,1)" }, "error_x": { "color": "rgba(5,28,44,1)" }, "error_y": { "color": "rgba(5,28,44,1)" }, "textsrc": "ethan_project94:10:4f51db", "textfont": { "color": "rgba(5,28,44,1)" }, "hoverinfosrc": "ethan_project94:10:2ea398" }, { "line": { "color": "rgba(198,146,20,1)" }, "mode": "lines", "name": "Vegas Golden Knights", "type": "scatter", "xsrc": "ethan_project94:10:cddb19", "ysrc": "ethan_project94:10:1ae677", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(198,146,20,1)" }, "color": "rgba(198,146,20,1)" }, "error_x": { "color": "rgba(198,146,20,1)" }, "error_y": { "color": "rgba(198,146,20,1)" }, "textsrc": "ethan_project94:10:56e9b4", "textfont": { "color": "rgba(198,146,20,1)" }, "hoverinfosrc": "ethan_project94:10:bb5c2f" }, { "line": { "color": "rgba(4,30,66,1)" }, "mode": "lines", "name": "Washington Capitals", "type": "scatter", "xsrc": "ethan_project94:10:6aa561", "ysrc": "ethan_project94:10:5ac799", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(4,30,66,1)" }, "color": "rgba(4,30,66,1)" }, "error_x": { "color": "rgba(4,30,66,1)" }, "error_y": { "color": "rgba(4,30,66,1)" }, "textsrc": "ethan_project94:10:20150f", "textfont": { "color": "rgba(4,30,66,1)" }, "hoverinfosrc": "ethan_project94:10:2060b3" }, { "line": { "color": "rgba(0,76,151,1)" }, "mode": "lines", "name": "Winnipeg Jets", "type": "scatter", "xsrc": "ethan_project94:10:05f16f", "ysrc": "ethan_project94:10:b990c5", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,76,151,1)" }, "color": "rgba(0,76,151,1)" }, "error_x": { "color": "rgba(0,76,151,1)" }, "error_y": { "color": "rgba(0,76,151,1)" }, "textsrc": "ethan_project94:10:8f1eb1", "textfont": { "color": "rgba(0,76,151,1)" }, "hoverinfosrc": "ethan_project94:10:576c22" }, { "line": { "color": "rgba(218,165,32,1)" }, "mode": "text", "name": "Boston Bruins", "text": "BOS", "type": "scatter", "xsrc": "ethan_project94:10:195571", "ysrc": "ethan_project94:10:b73fc6", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(218,165,32,1)" }, "color": "rgba(218,165,32,1)" }, "error_x": { "color": "rgba(218,165,32,1)" }, "error_y": { "color": "rgba(218,165,32,1)" }, "textfont": { "color": "rgba(218,165,32,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(136,8,8,1)" }, "mode": "text", "name": "Carolina Hurricanes", "text": "CAR", "type": "scatter", "xsrc": "ethan_project94:10:3f20e1", "ysrc": "ethan_project94:10:00f130", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(136,8,8,1)" }, "color": "rgba(136,8,8,1)" }, "error_x": { "color": "rgba(136,8,8,1)" }, "error_y": { "color": "rgba(136,8,8,1)" }, "textfont": { "color": "rgba(136,8,8,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(111,38,61,1)" }, "mode": "text", "name": "Colorado Avalanche", "text": "COL", "type": "scatter", "xsrc": "ethan_project94:10:066174", "ysrc": "ethan_project94:10:5cce2e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(111,38,61,1)" }, "color": "rgba(111,38,61,1)" }, "error_x": { "color": "rgba(111,38,61,1)" }, "error_y": { "color": "rgba(111,38,61,1)" }, "textfont": { "color": "rgba(111,38,61,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(0,132,61,1)" }, "mode": "text", "name": "Dallas Stars", "text": "DAL", "type": "scatter", "xsrc": "ethan_project94:10:713ec6", "ysrc": "ethan_project94:10:edd78c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,132,61,1)" }, "color": "rgba(0,132,61,1)" }, "error_x": { "color": "rgba(0,132,61,1)" }, "error_y": { "color": "rgba(0,132,61,1)" }, "textfont": { "color": "rgba(0,132,61,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(207,69,2,1)" }, "mode": "text", "name": "Edmonton Oilers", "text": "EDM", "type": "scatter", "xsrc": "ethan_project94:10:5abc36", "ysrc": "ethan_project94:10:0a8819", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(207,69,2,1)" }, "color": "rgba(207,69,2,1)" }, "error_x": { "color": "rgba(207,69,2,1)" }, "error_y": { "color": "rgba(207,69,2,1)" }, "textfont": { "color": "rgba(207,69,2,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(185,151,91,1)" }, "mode": "text", "name": "Florida Panthers", "text": "FLA", "type": "scatter", "xsrc": "ethan_project94:10:6eaaaf", "ysrc": "ethan_project94:10:f30b8c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(185,151,91,1)" }, "color": "rgba(185,151,91,1)" }, "error_x": { "color": "rgba(185,151,91,1)" }, "error_y": { "color": "rgba(185,151,91,1)" }, "textfont": { "color": "rgba(185,151,91,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(162,170,173,1)" }, "mode": "text", "name": "Los Angeles Kings", "text": "LAK", "type": "scatter", "xsrc": "ethan_project94:10:388c84", "ysrc": "ethan_project94:10:29c417", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(162,170,173,1)" }, "color": "rgba(162,170,173,1)" }, "error_x": { "color": "rgba(162,170,173,1)" }, "error_y": { "color": "rgba(162,170,173,1)" }, "textfont": { "color": "rgba(162,170,173,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(255,184,28,1)" }, "mode": "text", "name": "Nashville Predators", "text": "NSH", "type": "scatter", "xsrc": "ethan_project94:10:a9ddde", "ysrc": "ethan_project94:10:10ac5a", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,184,28,1)" }, "color": "rgba(255,184,28,1)" }, "error_x": { "color": "rgba(255,184,28,1)" }, "error_y": { "color": "rgba(255,184,28,1)" }, "textfont": { "color": "rgba(255,184,28,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(252,76,2,1)" }, "mode": "text", "name": "New York Islanders", "text": "NYI", "type": "scatter", "xsrc": "ethan_project94:10:b0f03e", "ysrc": "ethan_project94:10:54dc61", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(252,76,2,1)" }, "color": "rgba(252,76,2,1)" }, "error_x": { "color": "rgba(252,76,2,1)" }, "error_y": { "color": "rgba(252,76,2,1)" }, "textfont": { "color": "rgba(252,76,2,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(0,51,160,1)" }, "mode": "text", "name": "New York Rangers", "text": "NYR", "type": "scatter", "xsrc": "ethan_project94:10:a2f650", "ysrc": "ethan_project94:10:f720cc", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,51,160,1)" }, "color": "rgba(0,51,160,1)" }, "error_x": { "color": "rgba(0,51,160,1)" }, "error_y": { "color": "rgba(0,51,160,1)" }, "textfont": { "color": "rgba(0,51,160,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(0,32,91,1)" }, "mode": "text", "name": "Tampa Bay Lightning", "text": "TBL", "type": "scatter", "xsrc": "ethan_project94:10:b9d589", "ysrc": "ethan_project94:10:85c89b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,32,91,1)" }, "color": "rgba(0,32,91,1)" }, "error_x": { "color": "rgba(0,32,91,1)" }, "error_y": { "color": "rgba(0,32,91,1)" }, "textfont": { "color": "rgba(0,32,91,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(0,0,139,1)" }, "mode": "text", "name": "Toronto Maple Leafs", "text": "TOR", "type": "scatter", "xsrc": "ethan_project94:10:a6c8bc", "ysrc": "ethan_project94:10:df5edb", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,0,139,1)" }, "color": "rgba(0,0,139,1)" }, "error_x": { "color": "rgba(0,0,139,1)" }, "error_y": { "color": "rgba(0,0,139,1)" }, "textfont": { "color": "rgba(0,0,139,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(5,28,44,1)" }, "mode": "text", "name": "Vancouver Canucks", "text": "VAN", "type": "scatter", "xsrc": "ethan_project94:10:851c16", "ysrc": "ethan_project94:10:0f9f89", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(5,28,44,1)" }, "color": "rgba(5,28,44,1)" }, "error_x": { "color": "rgba(5,28,44,1)" }, "error_y": { "color": "rgba(5,28,44,1)" }, "textfont": { "color": "rgba(5,28,44,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(198,146,20,1)" }, "mode": "text", "name": "Vegas Golden Knights", "text": "VGK", "type": "scatter", "xsrc": "ethan_project94:10:00d63c", "ysrc": "ethan_project94:10:e6b70a", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(198,146,20,1)" }, "color": "rgba(198,146,20,1)" }, "error_x": { "color": "rgba(198,146,20,1)" }, "error_y": { "color": "rgba(198,146,20,1)" }, "textfont": { "color": "rgba(198,146,20,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(4,30,66,1)" }, "mode": "text", "name": "Washington Capitals", "text": "WSH", "type": "scatter", "xsrc": "ethan_project94:10:e88285", "ysrc": "ethan_project94:10:d4e07e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(4,30,66,1)" }, "color": "rgba(4,30,66,1)" }, "error_x": { "color": "rgba(4,30,66,1)" }, "error_y": { "color": "rgba(4,30,66,1)" }, "textfont": { "color": "rgba(4,30,66,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true }, { "line": { "color": "rgba(0,76,151,1)" }, "mode": "text", "name": "Winnipeg Jets", "text": "WPJ", "type": "scatter", "xsrc": "ethan_project94:10:f32738", "ysrc": "ethan_project94:10:b12b82", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,76,151,1)" }, "color": "rgba(0,76,151,1)" }, "error_x": { "color": "rgba(0,76,151,1)" }, "error_y": { "color": "rgba(0,76,151,1)" }, "textfont": { "color": "rgba(0,76,151,1)" }, "hoverinfo": "text", "showarrow": true, "auto_highlight": true } ], "layout": { "title": "Moving Powerplay Percentage<br>Playoff Teams", "xaxis": { "title": "Date", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Powerplay Percentage", "domain": [ 0, 1 ], "automargin": true, "tickformat": ".001%" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ethan_project94", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-06 01:40:14", "mapbox_access_tokens": null, "has_password": null, "username": "ethan_project94", "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-17T20:23:32.027908Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~s11007702/1.embed", "fid": "s11007702:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/s11007702/1/9_D0CW13MGAJGL5TRIXUGPXFUPEWK313.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/s11007702/1/2_COVPT7Y5J8SDPRLXIFWZILJX7DBIPU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/s11007702/1/8_C51INC33KRZUXELH6Y73GLVSLDI602.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/s11007702/1/9_D0CW13MGAJGL5TRIXUGPXFUPEWK313.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/s11007702:1", "plots": "https://api.plotly.com/v2/plots/s11007702:1", "parent": "https://api.plotly.com/v2/folders/home?user=s11007702" }, "owner": "s11007702", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~s11007702/1/", "world_readable": true, "date_modified": "2024-04-17T20:39:16.695Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~s11007702/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "SHem" } }, "mode": "markers", "type": "bar", "xsrc": "s11007702:0:ee1e6f", "ysrc": "s11007702:0:3baf17", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "South Hemisphere Temperatures 1880 - 2014." }, "xaxis": { "type": "linear", "range": [ 1879.5, 2014.5 ], "title": { "text": "Year " }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -52.9, 64.88888888888889 ], "title": { "text": "SHem" }, "autorange": false, "showspikes": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~s11007702", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-26 01:26:20", "mapbox_access_tokens": null, "has_password": null, "username": "s11007702", "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-17T20:23:27.312830Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Jokerishere/1.embed", "fid": "Jokerishere:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Jokerishere/1/9_D2GN4L0E2QY7ZO6PQUK0AVQDC5LU3X.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Jokerishere/1/2_UP31659SQ2LIRFHTC6YD9G8WZKWTXW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jokerishere/1/8_4GQ0FNX22PJ1STHDHTKCSZ6UADWNID.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jokerishere/1/9_D2GN4L0E2QY7ZO6PQUK0AVQDC5LU3X.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Jokerishere:1", "plots": "https://api.plotly.com/v2/plots/Jokerishere:1", "parent": "https://api.plotly.com/v2/folders/home?user=Jokerishere" }, "owner": "Jokerishere", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Jokerishere/1/", "world_readable": true, "date_modified": "2024-04-17T20:23:27.328Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Jokerishere/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Column 0", "y": "Column 1", "z": "Column 2", "text": "Column 0" } }, "mode": "markers", "name": "Column 2", "type": "scatter3d", "xsrc": "Jokerishere:0:ae4467", "ysrc": "Jokerishere:0:eea854", "zsrc": "Jokerishere:0:c691a6", "marker": { "cmax": 2, "cmin": 1, "meta": { "columnNames": { "color": "Column 3" } }, "cauto": true, "colorsrc": "Jokerishere:0:56b7af", "colorscale": [ [ 0, "rgb(220,220,220)" ], [ 0.2, "rgb(245,195,157)" ], [ 0.4, "rgb(245,160,105)" ], [ 1, "rgb(178,10,28)" ] ], "autocolorscale": false }, "textsrc": "Jokerishere:0:ae4467", "hoverinfo": "x+y+z+text" } ], "frames": [], "layout": { "scene": { "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -1.8387208740100944, "y": 0.8582106257189855, "z": 0.7550364689090086 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "dragmode": "turntable", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "3D Scatter Plot " }, "xaxis": { "title": { "text": "Column 0" } }, "yaxis": { "title": { "text": "Column 2" } }, "shapes": [], "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Jokerishere", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-17 14:25:26", "mapbox_access_tokens": null, "has_password": null, "username": "Jokerishere", "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-17T20:14:34.818815Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sinujami/45.embed", "fid": "Sinujami:45", "filename": "Plot 45", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sinujami/45/9_3Z7HMQG0UGW9MFEMUV88F26HILBC88.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sinujami/45/2_4VJTUZ6355ECUYUCOFV9YZ5GJN4HNT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sinujami/45/8_F8G0DCDJZSUDGA7OG7TSKIUJ5P1BFI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sinujami/45/9_3Z7HMQG0UGW9MFEMUV88F26HILBC88.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sinujami:45", "plots": "https://api.plotly.com/v2/plots/Sinujami:45", "parent": "https://api.plotly.com/v2/folders/home?user=Sinujami" }, "owner": "Sinujami", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Sinujami/45/", "world_readable": true, "date_modified": "2024-04-17T20:39:35.212Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sinujami/45/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "4c4987", "line": { "width": 1 }, "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "markers+lines", "name": "Matavimų rezultatai", "type": "scatter", "xsrc": "Sinujami:44:772229", "ysrc": "Sinujami:44:76369c", "marker": { "opacity": 1 } }, { "uid": "254f1a", "meta": { "columnNames": { "x": "E", "y": "F" } }, "mode": "lines", "name": "t= 560s", "type": "scatter", "xsrc": "Sinujami:44:31f44c", "ysrc": "Sinujami:44:9d11b1", "visible": true }, { "uid": "7a5f90", "line": { "width": 1 }, "meta": { "columnNames": { "x": "H", "y": "I" } }, "mode": "markers+lines", "name": "T= °64.8", "type": "scatter", "xsrc": "Sinujami:44:085707", "ysrc": "Sinujami:44:7d1383", "marker": { "size": 14, "symbol": "triangle-sw" }, "visible": true, "stackgroup": null }, { "uid": "84cde1", "visible": false, "transforms": [ { "rms": "", "type": "fit", "inputUid": "4c4987", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.00014249098353200264, "value": -0.01605654761904764 }, { "hold": false, "name": "b", "error": 0.1024218476063035, "value": 74.16617063492065 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Temperatūros priklausomybė nuo laiko" }, "xaxis": { "type": "linear", "range": [ -76.08580582253795, 1316.0858058225378 ], "title": { "text": "t, s" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 53.70056497175141, 76.29943502824858 ], "title": { "text": "T, °C" }, "autorange": true }, "legend": { "x": 0.45846153846153836, "y": 0.8267440398755189 }, "autosize": true, "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" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Sinujami", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.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": "2022-11-27 20:42:25", "mapbox_access_tokens": null, "has_password": null, "username": "Sinujami", "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-17T20:09:26.441752Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~markfs33/66.embed", "fid": "markfs33:66", "filename": "new 160", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/markfs33/66/9_KVS7LBSVORU9MWQC5ABQ52IC4KDDW6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/markfs33/66/2_34FIRECVUIJF80K5H2C78ZX15EGMIG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/66/8_N38S8PRGDFXZL2A39UNCGXXKI74HG9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/66/9_KVS7LBSVORU9MWQC5ABQ52IC4KDDW6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/markfs33:66", "plots": "https://api.plotly.com/v2/plots/markfs33:66", "parent": "https://api.plotly.com/v2/folders/home?user=markfs33" }, "owner": "markfs33", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~markfs33/66/", "world_readable": true, "date_modified": "2024-04-19T19:37:45.778Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~markfs33/66/", "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:65:4e4557", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "y": "External_Temperature1" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:65:568d23", "stackgroup": null }, { "meta": { "columnNames": { "y": "External_Temperature2" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:65:a309bb", "stackgroup": null }, { "meta": { "columnNames": { "y": "Heater_PID_Output" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:65:139bc1", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "New Cylinder. 160°C, 120 seconds." }, "xaxis": { "range": [ 0, 3008.1139095592443 ], "title": { "text": "Time (100ms)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 8.769313725490196, 200 ], "title": { "text": "Temperature" }, "autorange": false }, "yaxis2": { "side": "right", "type": "linear", "range": [ -5.392156862745098, 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-17T20:09:22.536903Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Jmccarthy/1.embed", "fid": "Jmccarthy:1", "filename": "Happiness to GDP", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Jmccarthy/1/9_RUH931P4PIGFDL6WU7213L2X6VK3MY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Jmccarthy/1/2_W8DWYJCJA7MP4FE9MX7DWLQWCPA8QF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jmccarthy/1/8_SXKRB5DTEMXPJW281B8TVX2KD2UKBK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jmccarthy/1/9_RUH931P4PIGFDL6WU7213L2X6VK3MY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Jmccarthy:1", "plots": "https://api.plotly.com/v2/plots/Jmccarthy:1", "parent": "https://api.plotly.com/v2/folders/home?user=Jmccarthy" }, "owner": "Jmccarthy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Jmccarthy/1/", "world_readable": true, "date_modified": "2024-04-24T21:02:48.790Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [ { "profile_url": "https://chart-studio.plotly.com/~aj.ashby03", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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": "2024-04-24 20:03:07", "mapbox_access_tokens": null, "has_password": null, "username": "aj.ashby03", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null }, { "profile_url": "https://chart-studio.plotly.com/~fcorbish", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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-17 21:41:26", "mapbox_access_tokens": null, "has_password": null, "username": "fcorbish", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null }, { "type": "email", "email": "mcclai27@purdue.edu", "readonly": false }, { "type": "email", "email": "lthai@purdue.edu", "readonly": false } ], "count": 4 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Jmccarthy/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8498a9", "meta": { "columnNames": { "x": "C", "y": "D", "text": "A", "marker": { "color": "A" } } }, "mode": "none", "name": "World", "type": "scatter", "xsrc": "Jmccarthy:4:ec20fe", "ysrc": "Jmccarthy:4:6d9f5d", "marker": { "meta": { "columnNames": { "color": "A" } }, "size": 8, "color": "#636efa" }, "textsrc": "Jmccarthy:4:1ccc8c", "hoverinfo": "none", "cliponaxis": true, "showlegend": false, "textposition": "middle center", "hovertemplate": "" }, { "uid": "3db4a8", "meta": { "columnNames": { "x": "C", "y": "D", "text": "A" } }, "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "Jmccarthy:2:0c01e8", "ysrc": "Jmccarthy:2:704211", "marker": { "size": 8 }, "textsrc": "Jmccarthy:2:91d019", "hoverinfo": "x+y+text", "stackgroup": null }, { "uid": "9c3b06", "meta": { "columnNames": { "x": "C", "y": "D", "text": "A" } }, "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "Jmccarthy:3:ab61ef", "ysrc": "Jmccarthy:3:ad9f59", "marker": { "size": 8 }, "textsrc": "Jmccarthy:3:ecc4cf", "hoverinfo": "x+y+text", "stackgroup": null }, { "uid": "7dbb10", "meta": { "columnNames": { "x": "C", "y": "D", "text": "A" } }, "mode": "markers", "name": "Australia", "type": "scatter", "xsrc": "Jmccarthy:5:37bac6", "ysrc": "Jmccarthy:5:4d05b9", "marker": { "size": 8 }, "textsrc": "Jmccarthy:5:a4fa5d", "hoverinfo": "x+y+text", "stackgroup": null }, { "uid": "37101e", "meta": { "columnNames": { "x": "C", "y": "D", "text": "A" } }, "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "Jmccarthy:6:2fe261", "ysrc": "Jmccarthy:6:c6f9da", "marker": { "size": 8 }, "textsrc": "Jmccarthy:6:ca22a9", "hoverinfo": "x+y+text", "stackgroup": null }, { "uid": "863c70", "meta": { "columnNames": { "x": "C", "y": "D", "text": "A" } }, "mode": "markers", "name": "North America", "type": "scatter", "xsrc": "Jmccarthy:7:613f50", "ysrc": "Jmccarthy:7:221366", "marker": { "size": 8 }, "textsrc": "Jmccarthy:7:3d2ea2", "hoverinfo": "x+y+text", "stackgroup": null }, { "uid": "f73e13", "meta": { "columnNames": { "x": "C", "y": "D", "text": "A" } }, "mode": "markers", "name": "South America", "type": "scatter", "xsrc": "Jmccarthy:8:f31091", "ysrc": "Jmccarthy:8:a887b8", "marker": { "size": 8 }, "textsrc": "Jmccarthy:8:bad852", "hoverinfo": "x+y+text", "stackgroup": null }, { "uid": "d53a99", "hoverinfo": "x+y", "transforms": [ { "rms": "", "type": "fit", "inputUid": "8498a9", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 2.865615341853114e-06, "value": 3.6423460106662195e-05 }, { "hold": false, "name": "b", "error": 0.0900294091830586, "value": 4.74384285473177 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "font": { "family": "Balto" }, "title": { "text": "Self Reported Happiness vs GDP per Capita" }, "xaxis": { "type": "linear", "range": [ -5868.712742779175, 122738.77954277919 ], "title": { "text": "GDP per Capita (2017 USD standard)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 1.9362432443396864, 9.326972673435625 ], "title": { "text": "Self-Reported Happiness (cantril ladder score)" }, "autorange": true }, "legend": { "borderwidth": 0, "orientation": "v" }, "modebar": { "bgcolor": "rgba(5, 26, 221, 0.5)", "orientation": "h" }, "autosize": true, "colorway": [ "#FD3216", "#00FE35", "#6A76FC", "#FED4C4", "#FE00CE", "#0DF9FF", "#F6F926", "#FF9616", "#479B55", "#EEA6FB", "#DC587D", "#D626FF", "#6E899C", "#00B5F7", "#B68E00", "#C9FBE5", "#FF0092", "#22FFA7", "#E3EE9E", "#86CE00", "#BC7196", "#7E7DCD", "#FC6955", "#E48F72" ], "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "clickmode": "none", "hoverlabel": { "font": { "family": "Balto" } }, "showlegend": true, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Jmccarthy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-17 20:08:22", "mapbox_access_tokens": null, "has_password": null, "username": "Jmccarthy", "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-17T20:07:17.247366Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~markfs33/64.embed", "fid": "markfs33:64", "filename": "new 170", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/markfs33/64/9_S0DN5M4A621UKZ0EAX10UFWQUWIU1W.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/markfs33/64/2_HUG6MA9130ZRHAAIUB5SGK41YAGWAG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/64/8_BPW7PHCNC5X32MIVLQVWKCJH4KVPDP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/markfs33/64/9_S0DN5M4A621UKZ0EAX10UFWQUWIU1W.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/markfs33:64", "plots": "https://api.plotly.com/v2/plots/markfs33:64", "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/64/", "world_readable": true, "date_modified": "2024-04-19T19:36:56.823Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~markfs33/64/", "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:63:78cb51", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "y": "External_Temperature1" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:63:a0c893", "stackgroup": null }, { "meta": { "columnNames": { "y": "External_Temperature2" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:63:f0cb4d", "stackgroup": null }, { "meta": { "columnNames": { "y": "Heater_PID_Output" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "markfs33:63:415b2b", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "New Cylinder. 170°C, 120 seconds." }, "xaxis": { "range": [ 0, 2999.7698912421292 ], "title": { "text": "Time (100ms)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ -8.897617647058825, 200 ], "title": { "text": "Temperature" }, "autorange": false }, "yaxis2": { "side": "right", "type": "linear", "range": [ -5.555555555555556, 105.55555555555556 ], "title": { "text": "Power %" }, "autorange": true, "overlaying": "y" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "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": "