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=cD0yMDI0LTAzLTI0KzE1JTNBNTQlM0EwMy4wNTk5MDklMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTAzLTI0KzEyJTNBNTYlM0EwMy42MDYyNTYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wMy0yNCsxNSUzQTM2JTNBMzIuNjcyNjYxJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-03-24T15:36:32.672661Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rocketscientistdesi/1.embed", "fid": "rocketscientistdesi:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rocketscientistdesi/1/9_II20E9RRUJDCUL0IRU5RHFUIEKA4H2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/rocketscientistdesi/1/2_8G2QJ64G25UQK1ZFF3TL7D8GNTIYB3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rocketscientistdesi/1/8_QBPZVTNE2M1XGSDM64Y3YFQ6B18QWK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rocketscientistdesi/1/9_II20E9RRUJDCUL0IRU5RHFUIEKA4H2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rocketscientistdesi:1", "plots": "https://api.plotly.com/v2/plots/rocketscientistdesi:1", "parent": "https://api.plotly.com/v2/folders/home?user=rocketscientistdesi" }, "owner": "rocketscientistdesi", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~rocketscientistdesi/1/", "world_readable": true, "date_modified": "2024-03-24T15:37:04.821Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rocketscientistdesi/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "rocketscientistdesi:0:f51147", "ysrc": "rocketscientistdesi:0:7843bb" } ], "frames": [], "layout": { "title": { "text": "75 Hard Challenge Daily Body Weight Plot" }, "xaxis": { "type": "linear", "range": [ 0, 74 ], "title": { "text": "Day" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 66.21111111111111, 73.98888888888888 ], "title": { "text": "Weight [kg]" }, "autorange": true }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rocketscientistdesi", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.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-24 15:36:02", "mapbox_access_tokens": null, "has_password": null, "username": "rocketscientistdesi", "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-24T15:32:49.792204Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~t.gritti/4.embed", "fid": "t.gritti:4", "filename": "RKLB Bet Tracking for March 2024", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/t.gritti/4/9_BH4HSJ1QJ0CUO4WEGGUFLQI3C5DBAN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/t.gritti/4/2_SGQVQO9M10OGCPLZO3GDNNSPVQ2RYE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/t.gritti/4/8_6E08CCIV3FQEBXSGMJIN61KTB7E4F7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/t.gritti/4/9_BH4HSJ1QJ0CUO4WEGGUFLQI3C5DBAN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/t.gritti:4", "plots": "https://api.plotly.com/v2/plots/t.gritti:4", "parent": "https://api.plotly.com/v2/folders/home?user=t.gritti" }, "owner": "t.gritti", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 12, "web_url": "https://chart-studio.plotly.com/~t.gritti/4/", "world_readable": true, "date_modified": "2024-03-24T15:32:49.805Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~t.gritti/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "memememememe (0 days)", "type": "scatter", "xsrc": "t.gritti:3:846935", "ysrc": "t.gritti:3:fb6899" }, { "mode": "lines", "name": "thedevouringone. (0 days)", "type": "scatter", "xsrc": "t.gritti:3:7e57c9", "ysrc": "t.gritti:3:ac6a43" }, { "mode": "lines", "name": "_apocalypto. (0 days)", "type": "scatter", "xsrc": "t.gritti:3:7f6730", "ysrc": "t.gritti:3:32f773" }, { "mode": "lines", "name": "rocketeer006 (0 days)", "type": "scatter", "xsrc": "t.gritti:3:a78ea5", "ysrc": "t.gritti:3:93e0fd" }, { "mode": "lines", "name": "@scotto2050 (0 days)", "type": "scatter", "xsrc": "t.gritti:3:56b62b", "ysrc": "t.gritti:3:67263b" }, { "mode": "lines", "name": "kevinlfg (0 days)", "type": "scatter", "xsrc": "t.gritti:3:cd8187", "ysrc": "t.gritti:3:2fa073" }, { "mode": "lines", "name": "tommasogritti (1 days)", "type": "scatter", "xsrc": "t.gritti:3:6b8c23", "ysrc": "t.gritti:3:d743de" }, { "mode": "lines", "name": "naylor_uk (0 days)", "type": "scatter", "xsrc": "t.gritti:3:accced", "ysrc": "t.gritti:3:7ff6f2" }, { "mode": "lines", "name": "vanselle (0 days)", "type": "scatter", "xsrc": "t.gritti:3:2b22c1", "ysrc": "t.gritti:3:f4db39" }, { "mode": "lines", "name": "artseth (0 days)", "type": "scatter", "xsrc": "t.gritti:3:5afe9a", "ysrc": "t.gritti:3:799e19" }, { "mode": "lines", "name": "antho.5 (0 days)", "type": "scatter", "xsrc": "t.gritti:3:e95f15", "ysrc": "t.gritti:3:1c1bb6" }, { "mode": "lines", "name": "cyberface3000 (0 days)", "type": "scatter", "xsrc": "t.gritti:3:680913", "ysrc": "t.gritti:3:32598c" }, { "mode": "lines", "name": "johnhalsrud (0 days)", "type": "scatter", "xsrc": "t.gritti:3:5de90d", "ysrc": "t.gritti:3:44ba42" }, { "mode": "lines", "name": "twistceoofthefuture (0 days)", "type": "scatter", "xsrc": "t.gritti:3:c7f83c", "ysrc": "t.gritti:3:9f2c37" }, { "mode": "lines", "name": "thatsjustlikeyouknowyouropinion (0 days)", "type": "scatter", "xsrc": "t.gritti:3:8bc07c", "ysrc": "t.gritti:3:424fba" }, { "mode": "lines", "name": "kiwicrypto_ogc (7 days)", "type": "scatter", "xsrc": "t.gritti:3:660835", "ysrc": "t.gritti:3:bb75ad" }, { "mode": "lines", "name": "daveginvesting (8 days)", "type": "scatter", "xsrc": "t.gritti:3:db5921", "ysrc": "t.gritti:3:08b2c6" }, { "mode": "lines", "name": "roadking7755 (0 days)", "type": "scatter", "xsrc": "t.gritti:3:14c9fd", "ysrc": "t.gritti:3:c9ec03" }, { "mode": "lines", "name": "Timmy Dubs (0 days)", "type": "scatter", "xsrc": "t.gritti:3:57ce0a", "ysrc": "t.gritti:3:7d6fb1" }, { "mode": "lines", "name": "BPB (0 days)", "type": "scatter", "xsrc": "t.gritti:3:b201a7", "ysrc": "t.gritti:3:b4b88a" }, { "mode": "markers", "name": "kiwicrypto_ogc", "type": "scatter", "xsrc": "t.gritti:3:c98fb8", "ysrc": "t.gritti:3:2a4dac", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "kiwicrypto_ogc", "type": "scatter", "xsrc": "t.gritti:3:4ea997", "ysrc": "t.gritti:3:a084ea", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "kiwicrypto_ogc", "type": "scatter", "xsrc": "t.gritti:3:0258c9", "ysrc": "t.gritti:3:e24ed4", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "kiwicrypto_ogc", "type": "scatter", "xsrc": "t.gritti:3:748fcc", "ysrc": "t.gritti:3:09d08b", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "kiwicrypto_ogc", "type": "scatter", "xsrc": "t.gritti:3:8c4ef8", "ysrc": "t.gritti:3:c304dc", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "kiwicrypto_ogc", "type": "scatter", "xsrc": "t.gritti:3:b9bb8d", "ysrc": "t.gritti:3:62f437", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "kiwicrypto_ogc", "type": "scatter", "xsrc": "t.gritti:3:32574d", "ysrc": "t.gritti:3:d9ec50", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "daveginvesting", "type": "scatter", "xsrc": "t.gritti:3:cc6e0e", "ysrc": "t.gritti:3:08e37c", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "daveginvesting", "type": "scatter", "xsrc": "t.gritti:3:6ddf83", "ysrc": "t.gritti:3:850913", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "daveginvesting", "type": "scatter", "xsrc": "t.gritti:3:325020", "ysrc": "t.gritti:3:7d09f3", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "daveginvesting", "type": "scatter", "xsrc": "t.gritti:3:4da084", "ysrc": "t.gritti:3:deeb83", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "daveginvesting", "type": "scatter", "xsrc": "t.gritti:3:4af11d", "ysrc": "t.gritti:3:05db4c", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "daveginvesting", "type": "scatter", "xsrc": "t.gritti:3:9a5daf", "ysrc": "t.gritti:3:717aea", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "daveginvesting", "type": "scatter", "xsrc": "t.gritti:3:fed718", "ysrc": "t.gritti:3:0fc571", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "daveginvesting", "type": "scatter", "xsrc": "t.gritti:3:dd38dd", "ysrc": "t.gritti:3:51c354", "marker": { "size": 10, "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "tommasogritti", "type": "scatter", "xsrc": "t.gritti:3:6a133e", "ysrc": "t.gritti:3:799c4f", "marker": { "size": 10, "color": "red" }, "showlegend": false } ], "layout": { "title": { "text": "RKLB Bet Tracking for March 2024" }, "xaxis": { "title": { "text": "Date" } }, "yaxis": { "title": { "text": "Distance from Actual Close Value" } }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~t.gritti", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-13 21:15:56", "mapbox_access_tokens": null, "has_password": null, "username": "t.gritti", "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-24T15:11:36.798063Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~koslowto/42.embed", "fid": "koslowto:42", "filename": "All the data", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/koslowto/42/9_KZRJMPXD1L574ZRCC6F88QJLMUANUJ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/koslowto/42/2_MPH5UGSN1M670DTHNRJ9MTFEB3IIPF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/koslowto/42/8_DLIB3FVKNM72J49MX0DAE7QIOCAWZC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/koslowto/42/9_KZRJMPXD1L574ZRCC6F88QJLMUANUJ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/koslowto:42", "plots": "https://api.plotly.com/v2/plots/koslowto:42", "parent": "https://api.plotly.com/v2/folders/home?user=koslowto" }, "owner": "koslowto", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~koslowto/42/", "world_readable": true, "date_modified": "2024-03-24T15:11:36.808Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~koslowto/42/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "You", "type": "scatter", "xsrc": "koslowto:25:2ff28a", "ysrc": "koslowto:25:cda571", "visible": "legendonly" }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "She", "type": "scatter", "xsrc": "koslowto:31:30c01e", "ysrc": "koslowto:31:544b4c", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Sex", "type": "scatter", "xsrc": "koslowto:23:454b2d", "ysrc": "koslowto:23:9f2853", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Nword", "type": "scatter", "xsrc": "koslowto:28:2d091e", "ysrc": "koslowto:28:3555af", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Money/Cash", "type": "scatter", "xsrc": "koslowto:33:589eda", "ysrc": "koslowto:33:29ed2f", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Miss", "type": "scatter", "xsrc": "koslowto:35:ffc46f", "ysrc": "koslowto:35:45e9f0", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Lover", "type": "scatter", "xsrc": "koslowto:37:89eae4", "ysrc": "koslowto:37:d5cda6", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Love", "type": "scatter", "xsrc": "koslowto:39:91c07b", "ysrc": "koslowto:39:9b4f9d", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Kiss", "type": "scatter", "xsrc": "koslowto:40:1b5205", "ysrc": "koslowto:40:bf881f", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "I", "type": "scatter", "xsrc": "koslowto:20:c7709f", "ysrc": "koslowto:20:63031a", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Heart", "type": "scatter", "xsrc": "koslowto:19:088e4e", "ysrc": "koslowto:19:b758a0", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "He", "type": "scatter", "xsrc": "koslowto:26:bf0714", "ysrc": "koslowto:26:95965f", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Girl", "type": "scatter", "xsrc": "koslowto:22:72af1f", "ysrc": "koslowto:22:4f8907", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Gangster", "type": "scatter", "xsrc": "koslowto:27:1f59c3", "ysrc": "koslowto:27:e07b6e", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Fuck", "type": "scatter", "xsrc": "koslowto:30:96271a", "ysrc": "koslowto:30:534f4f", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Fall", "type": "scatter", "xsrc": "koslowto:36:f29c0e", "ysrc": "koslowto:36:2632be", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Desire", "type": "scatter", "xsrc": "koslowto:36:f29c0e", "ysrc": "koslowto:36:2632be", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Darling/Honey", "type": "scatter", "xsrc": "koslowto:34:e06483", "ysrc": "koslowto:34:4d5a8a", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Chick/Cat", "type": "scatter", "xsrc": "koslowto:38:066972", "ysrc": "koslowto:38:b10edc", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Boy", "type": "scatter", "xsrc": "koslowto:41:3de742", "ysrc": "koslowto:41:bba329", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Body", "type": "scatter", "xsrc": "koslowto:21:efe2b3", "ysrc": "koslowto:21:eac77f", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Bitch", "type": "scatter", "xsrc": "koslowto:24:a5d5c8", "ysrc": "koslowto:24:e31445", "visible": "legendonly", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": " Share of word in %" } }, "mode": "markers", "name": "Baby", "type": "scatter", "xsrc": "koslowto:29:621bdd", "ysrc": "koslowto:29:8539ca", "visible": "legendonly", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Share of top pop songs containing specific words" }, "xaxis": { "type": "linear", "range": [ 1918.0500284990912, 2020.5550407137835 ], "title": { "text": "Year" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ -3.88814913448735, 63.88814913448735 ], "title": { "text": "Share of songs in %" }, "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/~koslowto", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/YVB7UAIRAECOTJ0BFGGGSGKAN50KQU.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-23 16:28:31", "mapbox_access_tokens": null, "has_password": null, "username": "koslowto", "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-24T15:06:52.685415Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kargakis/1.embed", "fid": "kargakis:1", "filename": "Sam Spratt sales", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kargakis/1/9_9F5B9RK32L3KPO93WD08BNVQURD089.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kargakis/1/2_7Q1ZAK4FVY0IK0J93SW60MC0RS0E1D.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kargakis/1/8_K4703PP3EH22BLGGJZ70L4FK3WD48J.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kargakis/1/9_9F5B9RK32L3KPO93WD08BNVQURD089.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kargakis:1", "plots": "https://api.plotly.com/v2/plots/kargakis:1", "parent": "https://api.plotly.com/v2/folders/home?user=kargakis" }, "owner": "kargakis", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~kargakis/1/", "world_readable": true, "date_modified": "2024-03-24T16:08:16.925Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kargakis/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Date", "y": "Price (USD)" } }, "mode": "markers", "type": "scatter", "xsrc": "kargakis:0:946279", "ysrc": "kargakis:0:d91c39", "orientation": "v" }, { "meta": { "columnNames": { "y": "Date" } }, "name": "%{meta.columnNames.y}", "type": "bar", "ysrc": "kargakis:0:946279", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Sam Spratt sales" }, "xaxis": { "type": "date", "range": [ "2021-10-01 01:00", "2023-03-01 01:00" ], "title": { "text": "<br>" }, "showline": false, "autorange": false, "fixedrange": true, "showspikes": true }, "yaxis": { "type": "linear", "range": [ 0, 300000 ], "title": { "text": "Price (USD)" }, "autorange": false, "fixedrange": true, "showspikes": true }, "barmode": "group", "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/~kargakis", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.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": "2017-09-06 17:15:09", "mapbox_access_tokens": null, "has_password": null, "username": "kargakis", "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-24T13:52:45.754769Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marsocca/6.embed", "fid": "marsocca:6", "filename": "FINALE", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/marsocca:6/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/marsocca:6/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/marsocca:6/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/marsocca:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marsocca:6", "plots": "https://api.plotly.com/v2/plots/marsocca:6", "parent": "https://api.plotly.com/v2/folders/home?user=marsocca" }, "owner": "marsocca", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~marsocca/6/", "world_readable": true, "date_modified": "2024-05-13T14:34:33.259Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marsocca/6/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "ids": "A", "text": "", "labels": "D", "values": "C", "parents": "B" } }, "mode": "markers", "name": "<b>#75</b>", "sort": true, "type": "sunburst", "level": "0", "idssrc": "marsocca:4:151bf6", "marker": { "line": { "color": "rgb(253, 252, 252)", "width": 3 } }, "rotation": 0, "textfont": { "size": 30, "color": "rgb(1, 10, 24)", "family": "Arial" }, "labelssrc": "marsocca:4:844761", "valuessrc": "marsocca:4:366c5b", "parentssrc": "marsocca:4:7ed166", "branchvalues": "total", "texttemplate": "", "insidetextfont": { "size": 20, "family": "Arial Black" }, "outsidetextfont": { "size": 25, "family": "Arial Black" }, "insidetextorientation": "horizontal" } ], "frames": [], "layout": { "font": { "size": 20, "family": "Arial Black" }, "title": { "x": 0, "font": { "size": 18, "family": "\"Open Sans\", verdana, arial, sans-serif" }, "text": "" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "images": [ { "x": 0.03, "y": 0.34, "sizex": 0.59, "sizey": 0.35, "source": "data:image/png;base64,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" } ], "modebar": { "orientation": "h" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": false, "hoverlabel": { "align": "auto" }, "annotations": [ { "x": 0.2999896027739798, "y": 0.20684092956789762, "ax": -277, "ay": -421, "font": { "size": 22, "color": "rgb(0, 4, 10)", "family": "Open Sans" }, "text": "*<br><br>", "xref": "paper", "yref": "paper", "align": "center", "axref": "pixel", "ayref": "pixel", "xshift": 0, "yshift": 0, "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "visible": true, "xanchor": "auto", "yanchor": "auto", "standoff": 0, "arrowhead": 0, "arrowside": "end", "arrowsize": 1, "borderpad": 1, "showarrow": false, "textangle": 0, "arrowcolor": "#506784", "arrowwidth": 1, "bordercolor": "rgba(0, 0, 0, 0)", "borderwidth": 1, "clicktoshow": false, "captureevents": false, "startstandoff": 0 }, { "x": 0.4899302865995352, "y": 1.03170816465679, "ax": -10, "ay": -30, "font": { "size": 22, "family": "Open Sans" }, "text": "*", "showarrow": false } ], "sunburstcolorway": [ "#4c78a8", "#f58518", "#e45756", "#72b7b2", "#54a24b", "#eeca3b", "#b279a2", "#ff9da6", "#9d755d", "#bab0ac" ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marsocca", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-09-25 09:58:08", "mapbox_access_tokens": null, "has_password": null, "username": "marsocca", "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-24T13:51:16.736389Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nhub2111893/60.embed", "fid": "nhub2111893:60", "filename": "Accuracy_new1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nhub2111893/60/9_SFXV8DVCGZIJLK80Q85JA8Y6U81FL3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nhub2111893/60/2_GG2I3JMJSXIT0I639YGU4D3UB7HHMA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nhub2111893/60/8_QM3NJBFORVQXUMH5ZKC46GAH9ZMK5D.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nhub2111893/60/9_SFXV8DVCGZIJLK80Q85JA8Y6U81FL3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nhub2111893:60", "plots": "https://api.plotly.com/v2/plots/nhub2111893:60", "parent": "https://api.plotly.com/v2/folders/home?user=nhub2111893" }, "owner": "nhub2111893", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~nhub2111893/60/", "world_readable": true, "date_modified": "2024-04-14T06:28:01.446Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nhub2111893/60/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "EfficientNetB3", "type": "scatter", "xsrc": "nhub2111893:59:569d5b", "ysrc": "nhub2111893:59:c445f7" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "EfficientNetB2", "type": "scatter", "xsrc": "nhub2111893:59:569d5b", "ysrc": "nhub2111893:59:ab926a", "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "EfficientNetB1", "type": "scatter", "xsrc": "nhub2111893:59:569d5b", "ysrc": "nhub2111893:59:8b1438", "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "name": "EfficientNetB0", "type": "scatter", "xsrc": "nhub2111893:59:569d5b", "ysrc": "nhub2111893:59:b23e8e", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Accuracy" }, "xaxis": { "type": "linear", "dtick": 10, "range": [ -1.3375368929433762, 100 ], "title": { "text": "Epochs" }, "domain": [ 0, 0.625 ], "tickmode": "linear", "autorange": false, "gridcolor": "rgb(255, 255, 255)", "zerolinecolor": "rgb(194, 195, 196)", "zerolinewidth": 1 }, "yaxis": { "type": "linear", "dtick": 10, "range": [ 0.0952411111111111, 1.0476188888888889 ], "tick0": 0, "title": { "text": "" }, "domain": [ 0, 1 ], "tickmode": "auto", "autorange": true, "gridcolor": "rgb(194, 195, 196)", "zerolinecolor": "rgb(194, 195, 196)", "zerolinewidth": 1 }, "legend": { "x": 0.432277283836917, "y": 0.07131919574497327 }, "margin": { "b": 41, "l": 53, "r": 89, "t": 39 }, "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/~nhub2111893", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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-04 06:24:17", "mapbox_access_tokens": null, "has_password": null, "username": "nhub2111893", "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-24T13:39:05.947891Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nhub2111893/58.embed", "fid": "nhub2111893:58", "filename": "Loss_new", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nhub2111893/58/9_2FIW977K2XBS19P32BLX5QZIZNI35I.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nhub2111893/58/2_RNLXDE9WE0XD59ZI2P3RFMP5HQV0L6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nhub2111893/58/8_OBID7DM3RDGYLOT801TYIH30EDHFV0.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nhub2111893/58/9_2FIW977K2XBS19P32BLX5QZIZNI35I.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nhub2111893:58", "plots": "https://api.plotly.com/v2/plots/nhub2111893:58", "parent": "https://api.plotly.com/v2/folders/home?user=nhub2111893" }, "owner": "nhub2111893", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~nhub2111893/58/", "world_readable": true, "date_modified": "2024-04-14T06:28:05.664Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nhub2111893/58/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "EfficientNetB3", "type": "scatter", "xsrc": "nhub2111893:57:358c3d", "ysrc": "nhub2111893:57:eb7dd6" }, { "line": { "dash": "solid", "shape": "spline", "width": 2 }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "EfficientNetB2", "type": "scatter", "xsrc": "nhub2111893:57:358c3d", "ysrc": "nhub2111893:57:f3700b", "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "EfficientNetB1", "type": "scatter", "xsrc": "nhub2111893:57:358c3d", "ysrc": "nhub2111893:57:f49bf5", "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "name": "EfficientNetB0", "type": "scatter", "xsrc": "nhub2111893:57:358c3d", "ysrc": "nhub2111893:57:d414b5", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Loss" }, "xaxis": { "type": "linear", "dtick": 10, "range": [ -1.3375368929433762, 100 ], "tick0": 0, "title": { "text": "Epochs" }, "domain": [ 0, 0.625 ], "tickmode": "linear", "autorange": false, "gridcolor": "rgb(255, 255, 255)", "zerolinecolor": "rgb(194, 195, 196)", "zerolinewidth": 1 }, "yaxis": { "type": "linear", "range": [ -0.1355772222222222, 2.6555672222222224 ], "title": { "text": "" }, "domain": [ 0, 1 ], "autorange": true, "gridcolor": "rgb(194, 195, 196)", "zerolinecolor": "rgb(194, 195, 196)", "zerolinewidth": 1 }, "legend": { "x": 0.4305185788672028, "y": 0.9275 }, "margin": { "b": 41, "l": 53, "r": 89, "t": 39 }, "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/~nhub2111893", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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-04 06:24:17", "mapbox_access_tokens": null, "has_password": null, "username": "nhub2111893", "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-24T13:38:44.153731Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nhub2111893/56.embed", "fid": "nhub2111893:56", "filename": "Accuracy_new", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/nhub2111893:56/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/nhub2111893:56/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nhub2111893/56/8_EU1WPWJE7TYRLB1BMCS7E615BLGFX2.png", "list-thumb": "https://api.plotly.com/v2/files/nhub2111893:56/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nhub2111893:56", "plots": "https://api.plotly.com/v2/plots/nhub2111893:56", "parent": "https://api.plotly.com/v2/folders/home?user=nhub2111893" }, "owner": "nhub2111893", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~nhub2111893/56/", "world_readable": true, "date_modified": "2025-06-02T12:54:51.132Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nhub2111893/56/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "none", "line": { "dash": "solid", "width": 2 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "EfficientNetB3", "type": "scatter", "xsrc": "nhub2111893:72:8fb5b2", "ysrc": "nhub2111893:72:3a0529", "marker": { "symbol": "circle" }, "groupnorm": "", "hoverinfo": "x+y+name", "showlegend": true, "stackgroup": "", "connectgaps": false }, { "line": { "dash": "solid", "shape": "spline", "width": 2 }, "meta": { "columnNames": { "x": "A", "y": "C", "marker": { "size": "C", "color": "D" } } }, "mode": "lines", "name": "EfficientNetB2", "type": "scatter", "xsrc": "nhub2111893:72:8fb5b2", "ysrc": "nhub2111893:72:9594f8", "marker": { "line": { "width": 0 }, "meta": { "columnNames": { "size": "C", "color": "D" } }, "size": 6, "color": "#EF553B", "symbol": "diamond", "opacity": 0.92, "sizeref": null, "sizemode": "area", "maxdisplayed": 0 }, "hoverlabel": { "align": "auto" }, "stackgroup": null, "connectgaps": false, "legendgroup": "" }, { "line": { "dash": "solid", "color": "rgb(0, 195, 148)", "shape": "spline", "width": 2 }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "EfficientNetB1", "type": "scatter", "xsrc": "nhub2111893:72:8fb5b2", "ysrc": "nhub2111893:72:319be6", "marker": { "symbol": "x" }, "stackgroup": null }, { "line": { "dash": "solid", "width": 2 }, "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "name": "EfficientNetB0", "type": "scatter", "xsrc": "nhub2111893:72:8fb5b2", "ysrc": "nhub2111893:72:fd6458", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Accuracy" }, "xaxis": { "type": "linear", "dtick": 10, "range": [ -2.5399065373723317, 106.5091743119266 ], "tick0": 0, "ticks": "", "title": { "text": "Epochs" }, "domain": [ 0, 0.625 ], "tickmode": "linear", "autorange": false, "gridcolor": "rgb(255, 255, 255)", "showspikes": true, "zerolinecolor": "rgb(194, 195, 196)", "zerolinewidth": 1, "spikethickness": 3 }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ 0.09524111111111108, 1.0476188888888889 ], "tick0": 0, "ticks": "", "title": { "text": "Accuracy<br>" }, "domain": [ 0, 1 ], "tickfont": { "size": 12 }, "tickmode": "auto", "zeroline": true, "autorange": true, "gridcolor": "rgb(194, 195, 196)", "tickangle": "auto", "automargin": true, "fixedrange": false, "tickformat": "", "tickprefix": "", "ticksuffix": "", "showexponent": "all", "zerolinecolor": "rgb(194, 195, 196)", "zerolinewidth": 1, "exponentformat": "none", "separatethousands": true }, "legend": { "x": 0.4384834008422876, "y": 0.3452684144818976 }, "margin": { "b": 41, "l": 53, "r": 89, "t": 39 }, "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/~nhub2111893", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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-04 06:24:17", "mapbox_access_tokens": null, "has_password": null, "username": "nhub2111893", "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-24T13:09:21.288614Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RaSkRyA/9.embed", "fid": "RaSkRyA:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/RaSkRyA/9/9_25BWIXAJSB2GI9OJDFR1E85BLEEV4Y.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/RaSkRyA/9/2_W1TR3C3G2A9Y0CPBRVW7XTG22J2OTN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RaSkRyA/9/8_J0P7X8IES8EOZOCXM412T6P9HPJ02N.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RaSkRyA/9/9_25BWIXAJSB2GI9OJDFR1E85BLEEV4Y.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RaSkRyA:9", "plots": "https://api.plotly.com/v2/plots/RaSkRyA:9", "parent": "https://api.plotly.com/v2/folders/home?user=RaSkRyA" }, "owner": "RaSkRyA", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~RaSkRyA/9/", "world_readable": true, "date_modified": "2024-03-24T13:09:21.305Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RaSkRyA/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "labels": "A", "values": "B" } }, "type": "pie", "labelssrc": "RaSkRyA:8:242f63", "valuessrc": "RaSkRyA:8:8cd498" } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "font": { "size": 16 }, "xanchor": "center", "yanchor": "auto" }, "autosize": true, "colorway": [ "#e41a1c", "#377eb8", "#4daf4a", "#984ea3", "#ff7f00", "#ffff33", "#a65628", "#f781bf", "#999999" ], "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/~RaSkRyA", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-08-09 11:48:46", "mapbox_access_tokens": null, "has_password": null, "username": "RaSkRyA", "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-24T12:56:03.606256Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tobiasdarkside/1.embed", "fid": "tobiasdarkside:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/tobiasdarkside/1/9_FVXLDPNNOKPMAEF9NQDKJHGCNM3JNX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/tobiasdarkside/1/2_9KFN6GXZWXNAQ2H5LNLGVHJZMCC6K3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tobiasdarkside/1/8_MZM75048U03BAIPT903M2YD7V9EJ5Q.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tobiasdarkside/1/9_FVXLDPNNOKPMAEF9NQDKJHGCNM3JNX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tobiasdarkside:1", "plots": "https://api.plotly.com/v2/plots/tobiasdarkside:1", "parent": "https://api.plotly.com/v2/folders/home?user=tobiasdarkside" }, "owner": "tobiasdarkside", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~tobiasdarkside/1/", "world_readable": true, "date_modified": "2024-03-24T14:33:11.171Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tobiasdarkside/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "none", "line": { "dash": "dot", "color": "rgb(245, 245, 249)", "shape": "spline", "width": 3, "smoothing": 0.5 }, "meta": { "columnNames": { "x": "A", "y": "B", "text": "" } }, "mode": "lines", "type": "scatter", "xsrc": "tobiasdarkside:0:6804b5", "ysrc": "tobiasdarkside:0:74af93", "error_x": { "type": "percent", "color": "#636efa", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "hoveron": "points", "hoverinfo": "x+y", "hoverlabel": { "align": "auto" }, "connectgaps": false } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2023-12-23 ", "2024-12-31 " ], "nticks": 13, "showgrid": true, "showline": false, "zeroline": true, "autorange": false, "gridwidth": 1, "fixedrange": false, "zerolinewidth": 2 }, "yaxis": { "type": "linear", "range": [ 1, 999 ], "nticks": 20, "zeroline": true, "autorange": false }, "margin": { "b": 60, "l": 60, "r": 60, "t": 60 }, "shapes": [ { "x0": "2023-12-15 12:03:55.455", "x1": "2025-01-22 16:21:51.6305", "y0": 1.000000000000035, "y1": 596, "line": { "color": "#444444" }, "xref": "x", "opacity": 0.3, "fillcolor": "rgb(199, 5, 5)" }, { "x0": "2023-12-19 18:15:47.806", "x1": "2025-01-20 12:19:57.2286", "y0": 596, "y1": 825, "line": { "color": "#444444" }, "xref": "x", "opacity": 0.3, "fillcolor": "rgb(177, 181, 7)" }, { "x0": "2023-12-10 13:08:43.7875", "x1": "2025-01-31 17:49:11.5012", "y0": 825, "y1": 941, "line": { "color": "#444444", "width": 0 }, "opacity": 0.3, "fillcolor": "rgb(65, 168, 15)" }, { "x0": "2023-12-12 13:30:54.0416", "x1": "2025-01-12 17:45:51.963", "y0": 941, "y1": 999, "line": { "color": "#444444" }, "opacity": 0.3, "fillcolor": "rgb(2, 212, 9)" } ], "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tobiasdarkside", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.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-03-24 12:49:27", "mapbox_access_tokens": null, "has_password": null, "username": "tobiasdarkside", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "