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=cD0yMDI0LTAzLTI4KzA0JTNBNDclM0E1Ny42MDY4NjMlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTAzLTI4KzA0JTNBMjIlM0ExOC4wMTU3NDUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wMy0yOCswNCUzQTQzJTNBMDguNTQ0NjE2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-03-28T04:43:08.544616Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pranavmithun82/1.embed", "fid": "pranavmithun82:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pranavmithun82/1/9_6YI1EL0FVGKZG5UFEEYCEE8VA3H691.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pranavmithun82/1/2_S0DMKLVNI1E0SY1HN000P2PYAB6Z3S.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pranavmithun82/1/8_BZYU3810U66H5V45N9PZ5IFGGDA7CF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pranavmithun82/1/9_6YI1EL0FVGKZG5UFEEYCEE8VA3H691.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pranavmithun82:1", "plots": "https://api.plotly.com/v2/plots/pranavmithun82:1", "parent": "https://api.plotly.com/v2/folders/home?user=pranavmithun82" }, "owner": "pranavmithun82", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~pranavmithun82/1/", "world_readable": true, "date_modified": "2024-03-28T04:43:08.558Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pranavmithun82/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "M1", "y": "M2" } }, "mode": "markers", "type": "scatter", "xsrc": "pranavmithun82:0:37356a", "ysrc": "pranavmithun82:0:eea71a" } ], "frames": [], "layout": { "title": { "text": "M1 V/S M2" }, "xaxis": { "type": "linear", "range": [ 1.5124223602484472, 10.487577639751553 ], "title": { "text": "M1" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.37337874265038445, 0.5914212573496156 ], "title": { "text": "M2" }, "autorange": false }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pranavmithun82", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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-03-28 04:42:32", "mapbox_access_tokens": null, "has_password": null, "username": "pranavmithun82", "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-03-28T04:42:04.666154Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ZaraZ/11.embed", "fid": "ZaraZ:11", "filename": "Forest ARea", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ZaraZ/11/9_SOV15YN0SVTICYRJWIJC0OE7VSW3C3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ZaraZ/11/2_7N60K8M3QKUEO5TF5ZL9YJQ8E2YL6T.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ZaraZ/11/8_U98NCTWYZH5H86VQ3R7HIZOTY659FQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ZaraZ/11/9_SOV15YN0SVTICYRJWIJC0OE7VSW3C3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ZaraZ:11", "plots": "https://api.plotly.com/v2/plots/ZaraZ:11", "parent": "https://api.plotly.com/v2/folders/home?user=ZaraZ" }, "owner": "ZaraZ", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ZaraZ/11/", "world_readable": true, "date_modified": "2024-03-28T04:42:04.675Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ZaraZ/11/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "longdash", "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Suriname" } }, "mode": "lines", "name": "Suriname", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:47c358", "stackgroup": null }, { "line": { "dash": "dash", "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Guyana" } }, "mode": "lines", "name": "Guyana", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:19430e", "stackgroup": null }, { "line": { "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Gabon" } }, "mode": "lines", "name": "Gabon", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:0ae959", "stackgroup": null }, { "line": { "dash": "dashdot", "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Liberia" } }, "mode": "lines", "name": "Liberia", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:94791f", "stackgroup": null }, { "line": { "dash": "dot", "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Finland" } }, "mode": "lines", "name": "Finland", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:f0c350", "stackgroup": null }, { "line": { "dash": "dot", "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "Brazil" } }, "mode": "lines", "name": "Brazil", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:c02b49", "stackgroup": null }, { "line": { "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "Russian Federation" } }, "mode": "lines", "name": "Russia", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:82b515" }, { "line": { "dash": "dash", "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "Canada" } }, "mode": "lines", "name": "Canada", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:41891b", "stackgroup": null }, { "line": { "dash": "longdash", "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "United States" } }, "mode": "lines", "name": "USA", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:171189", "stackgroup": null }, { "line": { "dash": "dashdot", "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "China" } }, "mode": "lines", "name": "China", "type": "scatter", "xsrc": "ZaraZ:10:ac6ad0", "ysrc": "ZaraZ:10:57c020", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Forest Area" }, "xaxis": { "type": "linear", "range": [ 1990, 2021 ], "title": { "text": "Year" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 0, 100 ], "title": { "text": "Forest Area (% of land area)" }, "autorange": false }, "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/~ZaraZ", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-20 17:44:22", "mapbox_access_tokens": null, "has_password": null, "username": "ZaraZ", "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-03-28T04:33:19.173340Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~swifty2205/26.embed", "fid": "swifty2205:26", "filename": "plot from API (13)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/swifty2205/26/9_XDA1MCA4PR601ZLYMQB33LE3XJDLAX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/swifty2205/26/2_KT4R59TZ4YU732TEJDXRYFF726ATR3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/26/8_3EI2LO0YHCE1LVFZA5TZDGSZB50ME8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/26/9_XDA1MCA4PR601ZLYMQB33LE3XJDLAX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/swifty2205:26", "plots": "https://api.plotly.com/v2/plots/swifty2205:26", "parent": "https://api.plotly.com/v2/folders/home?user=swifty2205" }, "owner": "swifty2205", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Predictions", "views": 2, "web_url": "https://chart-studio.plotly.com/~swifty2205/26/predictions/", "world_readable": true, "date_modified": "2024-03-28T04:33:19.509Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~swifty2205/26/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "mode": "lines", "name": "Predictions", "ysrc": "swifty2205:27:d2ba22" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~swifty2205", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-27 02:23:05", "mapbox_access_tokens": null, "has_password": null, "username": "swifty2205", "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-03-28T04:33:17.644356Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~swifty2205/24.embed", "fid": "swifty2205:24", "filename": "plot from API (12)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/swifty2205/24/9_C3THS9AO7ES0CQ3CIK0Q7F0MSSD03M.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/swifty2205/24/2_0MXA9HVRYGCTN1YS2JMN43EKZXHTKJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/24/8_PNUODR71NBT79KBF08BHR7A7O65EE4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/24/9_C3THS9AO7ES0CQ3CIK0Q7F0MSSD03M.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/swifty2205:24", "plots": "https://api.plotly.com/v2/plots/swifty2205:24", "parent": "https://api.plotly.com/v2/folders/home?user=swifty2205" }, "owner": "swifty2205", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Predictions", "views": 2, "web_url": "https://chart-studio.plotly.com/~swifty2205/24/predictions/", "world_readable": true, "date_modified": "2024-03-28T04:33:17.949Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~swifty2205/24/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "mode": "lines", "name": "Predictions", "ysrc": "swifty2205:25:809b1c" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~swifty2205", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-27 02:23:05", "mapbox_access_tokens": null, "has_password": null, "username": "swifty2205", "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-03-28T04:33:17.077428Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~swifty2205/22.embed", "fid": "swifty2205:22", "filename": "plot from API (11)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/swifty2205/22/9_YA1ZOOMDYWWA1RI3R1NWHISRKZM750.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/swifty2205/22/2_NF47UTHKFXZY2T32R63XCWDPX3V47E.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/22/8_RV9RYJHGQ2RNSC6FECHMVH645F3XCH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/22/9_YA1ZOOMDYWWA1RI3R1NWHISRKZM750.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/swifty2205:22", "plots": "https://api.plotly.com/v2/plots/swifty2205:22", "parent": "https://api.plotly.com/v2/folders/home?user=swifty2205" }, "owner": "swifty2205", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Predictions", "views": 1, "web_url": "https://chart-studio.plotly.com/~swifty2205/22/predictions/", "world_readable": true, "date_modified": "2024-03-28T04:33:17.418Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~swifty2205/22/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "mode": "lines", "name": "Predictions", "ysrc": "swifty2205:23:ad14bc" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~swifty2205", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-27 02:23:05", "mapbox_access_tokens": null, "has_password": null, "username": "swifty2205", "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-03-28T04:33:15.858246Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~swifty2205/20.embed", "fid": "swifty2205:20", "filename": "plot from API (10)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/swifty2205/20/9_Q1QJHABIVAPBQVHEYKHS1M9C6XIT5M.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/swifty2205/20/2_GVOCSUSCS52PG54THIWBFYRZ1SP599.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/20/8_GAYNSEMCVYPD5CR0GIOAZ4PRJMEWC0.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/20/9_Q1QJHABIVAPBQVHEYKHS1M9C6XIT5M.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/swifty2205:20", "plots": "https://api.plotly.com/v2/plots/swifty2205:20", "parent": "https://api.plotly.com/v2/folders/home?user=swifty2205" }, "owner": "swifty2205", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Predictions", "views": 2, "web_url": "https://chart-studio.plotly.com/~swifty2205/20/predictions/", "world_readable": true, "date_modified": "2024-03-28T04:33:16.172Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~swifty2205/20/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "mode": "lines", "name": "Predictions", "ysrc": "swifty2205:21:abb87a" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~swifty2205", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-27 02:23:05", "mapbox_access_tokens": null, "has_password": null, "username": "swifty2205", "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-03-28T04:33:13.643137Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~swifty2205/18.embed", "fid": "swifty2205:18", "filename": "plot from API (9)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/swifty2205/18/9_6WEYXL1S1TIVN6F3VRGOQQCTHLLT8X.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/swifty2205/18/2_UYFJHR37BHX74JQSY53S2YTBHZWOXH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/18/8_4RN86HQZJTKB5WNCQD73B2WUSOM5XI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/swifty2205/18/9_6WEYXL1S1TIVN6F3VRGOQQCTHLLT8X.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/swifty2205:18", "plots": "https://api.plotly.com/v2/plots/swifty2205:18", "parent": "https://api.plotly.com/v2/folders/home?user=swifty2205" }, "owner": "swifty2205", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Predictions", "views": 2, "web_url": "https://chart-studio.plotly.com/~swifty2205/18/predictions/", "world_readable": true, "date_modified": "2024-03-28T04:33:14.002Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~swifty2205/18/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "mode": "lines", "name": "Predictions", "ysrc": "swifty2205:19:176593" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~swifty2205", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-27 02:23:05", "mapbox_access_tokens": null, "has_password": null, "username": "swifty2205", "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-03-28T04:24:20.922658Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~reiderabbot/5.embed", "fid": "reiderabbot:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/reiderabbot/5/9_I19XWVYXNNA0Z9Z3KKBP8OVVVHJIC2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/reiderabbot/5/2_J6BW3ARLPINV8M77MKUP5XR53LYZTO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/reiderabbot/5/8_C4JTV1SG9Z0GBNEABZO3QMFD7NKBQD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/reiderabbot/5/9_I19XWVYXNNA0Z9Z3KKBP8OVVVHJIC2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/reiderabbot:5", "plots": "https://api.plotly.com/v2/plots/reiderabbot:5", "parent": "https://api.plotly.com/v2/folders/home?user=reiderabbot" }, "owner": "reiderabbot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~reiderabbot/5/", "world_readable": true, "date_modified": "2024-03-28T05:12:46.022Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~reiderabbot/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "C", "y": "E", "text": "" } }, "mode": "markers", "name": "measured", "type": "bar", "xsrc": "reiderabbot:4:3589d9", "ysrc": "reiderabbot:4:c28e9e", "marker": { "color": "#636efa" }, "orientation": "v", "textposition": "none" }, { "meta": { "columnNames": { "x": "C", "y": "F" } }, "name": "ideal", "type": "bar", "xsrc": "reiderabbot:4:3589d9", "ysrc": "reiderabbot:4:cac2ff", "orientation": "v", "textposition": "auto" } ], "frames": [], "layout": { "title": { "text": "Histogram for resistor values of red board E" }, "xaxis": { "side": "bottom", "type": "linear", "dtick": 0.367423461, "range": [ 614.5103062, 617.4496938 ], "tick0": 0.183711731, "ticks": "outside", "title": { "text": "Resistance (ohms)" }, "nticks": 10, "ticklen": 5, "showgrid": false, "showline": true, "tickmode": "linear", "autorange": false, "automargin": true, "showspikes": false, "rangeslider": { "range": [ 339.3045439, 617.4496938 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true, "spikethickness": 8 }, "yaxis": { "type": "linear", "range": [ 0, 0.4842105263157895 ], "tick0": 0.18371173100000004, "title": { "text": "Probability" }, "tickmode": "auto", "autorange": true, "showspikes": false }, "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" }, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~reiderabbot", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-25 23:28:10", "mapbox_access_tokens": null, "has_password": null, "username": "reiderabbot", "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-03-28T04:24:07.868787Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~556928/44.embed", "fid": "556928:44", "filename": "Plot 44", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/556928/44/9_OVLCJZELARPD9G2NKQMIUKEX12KXVQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/556928/44/2_8VKMV979RL0H317XN873JTLR7M79A4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/556928/44/8_0LCEXD1QUT3QZVQVYJ6DLOMU7B1XB1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/556928/44/9_OVLCJZELARPD9G2NKQMIUKEX12KXVQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/556928:44", "plots": "https://api.plotly.com/v2/plots/556928:44", "parent": "https://api.plotly.com/v2/folders/home?user=556928" }, "owner": "556928", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~556928/44/", "world_readable": true, "date_modified": "2024-04-16T16:29:53.077Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~556928/44/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "bar", "xsrc": "556928:43:7ebf6d", "ysrc": "556928:43:518d17", "xaxis": "x", "orientation": "v" }, { "type": "bar", "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "title": { "text": "Type of Potato" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -16.84111111111111, 1.181111111111111 ], "title": { "text": "Osmolarity of Sucrose (M)" }, "nticks": 21, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~556928", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.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": "2021-10-08 18:43:21", "mapbox_access_tokens": null, "has_password": null, "username": "556928", "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-03-28T04:22:18.015745Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ZaraZ/9.embed", "fid": "ZaraZ:9", "filename": "Forest Area", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ZaraZ/9/9_K85Q1DBTRZ0MTKEQPKTSTDE3ZYPIO4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ZaraZ/9/2_LH8GBIUDP84BJIE8TJEOC5DSCDTZ01.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ZaraZ/9/8_F2GONPQDIHX3T1WAE8S8VDVAI47URW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ZaraZ/9/9_K85Q1DBTRZ0MTKEQPKTSTDE3ZYPIO4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ZaraZ:9", "plots": "https://api.plotly.com/v2/plots/ZaraZ:9", "parent": "https://api.plotly.com/v2/folders/home?user=ZaraZ" }, "owner": "ZaraZ", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~ZaraZ/9/", "world_readable": true, "date_modified": "2024-03-28T04:33:00.951Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ZaraZ/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "Russian Federation" } }, "mode": "lines", "name": "Russia", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:892b77" }, { "line": { "dash": "dot", "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "Brazil" } }, "mode": "lines", "name": "Brazil", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:eb7276", "stackgroup": null }, { "line": { "dash": "dash", "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "Canada" } }, "mode": "lines", "name": "Canada", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:adb835", "stackgroup": null }, { "line": { "dash": "longdash", "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "United States" } }, "mode": "lines", "name": "USA", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:2ae9df", "stackgroup": null }, { "line": { "dash": "dashdot", "color": "rgb(15, 149, 25)" }, "meta": { "columnNames": { "x": "Year", "y": "China" } }, "mode": "lines", "name": "China", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:a38ea3", "stackgroup": null }, { "line": { "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Gabon" } }, "mode": "lines", "name": "Gabon", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:3dc682", "stackgroup": null }, { "line": { "dash": "dot", "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Finland" } }, "mode": "lines", "name": "Finland", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:ca47f5", "stackgroup": null }, { "line": { "dash": "dash", "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Guyana" } }, "mode": "lines", "name": "Guyana", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:1aa216", "stackgroup": null }, { "line": { "dash": "longdash", "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Suriname" } }, "mode": "lines", "name": "Suriname", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:eba61b", "stackgroup": null }, { "line": { "dash": "dashdot", "color": "rgb(233, 195, 9)" }, "meta": { "columnNames": { "x": "Year", "y": "Liberia" } }, "mode": "lines", "name": "Liberia", "type": "scatter", "xsrc": "ZaraZ:8:d480df", "ysrc": "ZaraZ:8:9e195f", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Forest Area" }, "xaxis": { "type": "linear", "range": [ 1990, 2021 ], "title": { "text": "Year" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -372863.98888888897, 8601851.788888888 ], "title": { "text": "Forest Area (sq. km)" }, "autorange": true }, "shapes": [], "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" }, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ZaraZ", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-20 17:44:22", "mapbox_access_tokens": null, "has_password": null, "username": "ZaraZ", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "