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=cD0yMDI0LTA0LTA2KzAzJTNBMzklM0EyMy45OTg1NjQlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTA2KzAxJTNBNTclM0EzMC41ODk5MDAlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wNiswMyUzQTMzJTNBMDEuMzEwMzE4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-06T03:33:01.310318Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dakota.constance/1.embed", "fid": "dakota.constance:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dakota.constance/1/9_69X6UF2ANPRV45JZLQ7SICRDOTPZMG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dakota.constance/1/2_ONZO7G54433X4QU10Z0N15OKSMFM62.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dakota.constance/1/8_UW3WD2F68XA1CUVZN27D2FTKW9NWIZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dakota.constance/1/9_69X6UF2ANPRV45JZLQ7SICRDOTPZMG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dakota.constance:1", "plots": "https://api.plotly.com/v2/plots/dakota.constance:1", "parent": "https://api.plotly.com/v2/folders/home?user=dakota.constance" }, "owner": "dakota.constance", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1354, "web_url": "https://chart-studio.plotly.com/~dakota.constance/1/", "world_readable": true, "date_modified": "2024-04-06T05:18:34.566Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dakota.constance/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "lines", "type": "scatter", "xsrc": "dakota.constance:0:da7af2", "ysrc": "dakota.constance:0:218863" } ], "frames": [], "layout": { "title": { "text": "Brisbane population growth according to Australia Bureau of Statistics" }, "xaxis": { "type": "linear", "range": [ 1971, 2023 ], "autorange": true, "showspikes": true }, "yaxis": { "range": [ 860729.6666666666, 2804136.3333333335 ], "autorange": true, "showspikes": true }, "autosize": true, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dakota.constance", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-06 03:32:03", "mapbox_access_tokens": null, "has_password": null, "username": "dakota.constance", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-06T03:25:49.399279Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~557408/13.embed", "fid": "557408:13", "filename": "Potato osmolarity lab graph", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/557408/13/9_JAI1TXZ8O02THB8K593N2R15NCLJIN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/557408/13/2_2SPP3ES0RJY0RCDKWNUGOWAJIEX8IC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/557408/13/8_1RKH0VAEOOZ9CRLZFRKA0RFF744MUV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/557408/13/9_JAI1TXZ8O02THB8K593N2R15NCLJIN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/557408:13", "plots": "https://api.plotly.com/v2/plots/557408:13", "parent": "https://api.plotly.com/v2/folders/home?user=557408" }, "owner": "557408", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~557408/13/", "world_readable": true, "date_modified": "2024-04-06T03:26:37.675Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~557408/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "e6174a", "meta": { "columnNames": { "x": "Gold (%)", "y": "Concentration" } }, "mode": "markers", "type": "scatter", "xsrc": "557408:12:552975", "ysrc": "557408:12:69367d" }, { "uid": "639710", "meta": { "columnNames": { "x": "Concentration", "y": "Sweet (%)" } }, "mode": "markers", "type": "scatter", "xsrc": "557408:12:69367d", "ysrc": "557408:12:569089", "stackgroup": null }, { "uid": "e7e195", "meta": { "columnNames": { "x": "Concentration", "y": "Red" } }, "mode": "markers", "type": "scatter", "xsrc": "557408:12:69367d", "ysrc": "557408:12:139a3f", "stackgroup": null }, { "uid": "1f3413", "transforms": [ { "rms": "", "type": "fit", "inputUid": "e6174a", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0007258742889684549, "value": -0.016893010515120235 }, { "hold": false, "name": "b", "error": 0.012336745093468557, "value": 0.4535913865581675 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "9e0d97", "transforms": [ { "rms": "", "type": "fit", "inputUid": "639710", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 9.990244520697505, "value": -22.13550000000023 }, { "hold": false, "name": "b", "error": 4.894200296269616, "value": 37.94840000000009 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "4d57b8", "transforms": [ { "rms": "", "type": "fit", "inputUid": "e7e195", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 6.498211875841686, "value": -56.828500000001206 }, { "hold": false, "name": "b", "error": 3.183460667261492, "value": 40.75640000000048 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Percent change in mass from three different potatoes after being added to sucrose solution" }, "xaxis": { "type": "linear", "range": [ -24.486880466472304, 28.486880466472304 ], "title": { "text": "Sucrose concentration (m)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -7.23211111111168, 43.28211111111165 ], "title": { "text": "Percent change in mass (g)" }, "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/~557408", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/36.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": "2021-12-06 17:50:35", "mapbox_access_tokens": null, "has_password": null, "username": "557408", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-06T03:03:07.887714Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lauracasas1/11.embed", "fid": "lauracasas1:11", "filename": "Plot 11", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lauracasas1/11/9_WHMLSBYC2CFVMLOR630T6S0Y1QJ4AG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lauracasas1/11/2_JCD5OFF8YJG6U53894U5CY4229HOVQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lauracasas1/11/8_3ETVAD39ZV6H0M0XJOK509D63IGR25.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lauracasas1/11/9_WHMLSBYC2CFVMLOR630T6S0Y1QJ4AG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lauracasas1:11", "plots": "https://api.plotly.com/v2/plots/lauracasas1:11", "parent": "https://api.plotly.com/v2/folders/home?user=lauracasas1" }, "owner": "lauracasas1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~lauracasas1/11/", "world_readable": true, "date_modified": "2024-04-06T03:03:07.900Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lauracasas1/11/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Atlantic-Year", "y": " Atlantic-TS" } }, "mode": "lines", "type": "scatter", "xsrc": "lauracasas1:10:d42f23", "ysrc": "lauracasas1:10:299f91", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Tropical Storm Occurrences Over The Last 165 Years" }, "xaxis": { "type": "linear", "range": [ 1851, 2015 ], "title": { "text": "Year" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -2.1666666666666714, 321.1666666666667 ], "title": { "text": "Number of storms per year " }, "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/~lauracasas1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-01-24 19:19:44", "mapbox_access_tokens": null, "has_password": null, "username": "lauracasas1", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-06T02:58:23.306429Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~johnnystuff/17.embed", "fid": "johnnystuff:17", "filename": "Plot 17", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/johnnystuff/17/9_AFG9QXHLAJYIZ0WFXZRQEMHD5FP7WL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/johnnystuff/17/2_JVIAHO0SWH1LB4I1A5BZQRCAGKOHJI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/johnnystuff/17/8_4PD118YJ76ICAJUP39DFXG3VU32UF8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/johnnystuff/17/9_AFG9QXHLAJYIZ0WFXZRQEMHD5FP7WL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/johnnystuff:17", "plots": "https://api.plotly.com/v2/plots/johnnystuff:17", "parent": "https://api.plotly.com/v2/folders/home?user=johnnystuff" }, "owner": "johnnystuff", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~johnnystuff/17/", "world_readable": true, "date_modified": "2024-04-06T03:02:25.019Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~johnnystuff/17/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Atlantic-Year", "y": " Atlantic-TS" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "johnnystuff:16:cc0e07", "ysrc": "johnnystuff:16:af474d" } ], "frames": [], "layout": { "title": { "text": "Tropical Storms in the Atlantic since 1851" }, "xaxis": { "type": "linear", "range": [ 1841.004658385093, 2024.995341614907 ], "ticks": "", "title": { "text": "Year" }, "tickmode": "auto", "autorange": true, "rangeslider": { "range": [ 1839.6389751552795, 2030.3610248447205 ], "yaxis": {}, "visible": false, "autorange": true }, "separatethousands": false }, "yaxis": { "type": "linear", "range": [ -6.769931662870164, 325.76993166287014 ], "title": { "text": "Tropical Storms" }, "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/~johnnystuff", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-01-27 01:57:05", "mapbox_access_tokens": null, "has_password": null, "username": "johnnystuff", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-06T02:54:02.677679Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~NotUnworthyAlt/5.embed", "fid": "NotUnworthyAlt:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/NotUnworthyAlt/5/9_LZRYEOOLPY52GCDA3RDE6SKUZSXP5K.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/NotUnworthyAlt/5/2_12CFT76D5HP70DO1S4R9P1CM01T3H2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/NotUnworthyAlt/5/8_ZXS0XFFQU8VT5XLG8C5BNJ999RTDTZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/NotUnworthyAlt/5/9_LZRYEOOLPY52GCDA3RDE6SKUZSXP5K.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/NotUnworthyAlt:5", "plots": "https://api.plotly.com/v2/plots/NotUnworthyAlt:5", "parent": "https://api.plotly.com/v2/folders/home?user=NotUnworthyAlt" }, "owner": "NotUnworthyAlt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~NotUnworthyAlt/5/", "world_readable": true, "date_modified": "2024-04-06T03:35:59.335Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~NotUnworthyAlt/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "", "y": "" } }, "mode": "lines", "name": "Iteration 1", "type": "scatter" }, { "meta": { "columnNames": { "x": "", "y": "" } }, "mode": "lines", "name": "Iteration 5", "type": "scatter", "stackgroup": null }, { "meta": { "columnNames": { "x": "", "y": "" } }, "mode": "lines", "name": "Iteration 10", "type": "scatter", "stackgroup": null }, { "meta": { "columnNames": { "x": "G", "y": "H" } }, "mode": "lines", "name": "Iteration 15", "type": "scatter", "xsrc": "NotUnworthyAlt:4:633b5f", "ysrc": "NotUnworthyAlt:4:a5544e", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Accuracy over Epochs when R(upper) = .5 (Iteration 15)" }, "xaxis": { "type": "linear", "range": [ 1, 10 ], "title": { "text": "Epoch" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 20.924444444444447, 22.635555555555555 ], "title": { "text": "Accuracy (%)" }, "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/~NotUnworthyAlt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-04 21:28:38", "mapbox_access_tokens": null, "has_password": null, "username": "NotUnworthyAlt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-06T02:48:58.451124Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kaceyf/1.embed", "fid": "kaceyf:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kaceyf/1/9_AOB4RSN320W2GNOV6G41WAB3AF3PRD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kaceyf/1/2_85ZXTZEJ7A3OZXL1GO1JJ64CSYMVYQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kaceyf/1/8_JCE7CPKB8C7AOCFZSTCLKUJQ5LA4YF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kaceyf/1/9_AOB4RSN320W2GNOV6G41WAB3AF3PRD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kaceyf:1", "plots": "https://api.plotly.com/v2/plots/kaceyf:1", "parent": "https://api.plotly.com/v2/folders/home?user=kaceyf" }, "owner": "kaceyf", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~kaceyf/1/", "world_readable": true, "date_modified": "2024-04-06T02:48:58.462Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kaceyf/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "z": "Total Comments", "lat": "Country", "lon": "Country", "locations": "Country" } }, "mode": "markers", "type": "choropleth", "zsrc": "kaceyf:0:29b406", "latsrc": "kaceyf:0:d2b407", "lonsrc": "kaceyf:0:d2b407", "locationmode": "country names", "locationssrc": "kaceyf:0:d2b407" } ], "frames": [], "layout": { "geo": {}, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "mapbox": { "zoom": 0.9570437429855239, "pitch": 0, "center": { "lat": -0.890030410742952, "lon": 4.370300289627949 }, "bearing": 0 }, "metasrc": "kaceyf:0:29b406", "autosize": true, "colorway": [ "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" ], "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kaceyf", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-06 02:28:35", "mapbox_access_tokens": null, "has_password": null, "username": "kaceyf", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-06T02:48:17.435486Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lauracasas1/9.embed", "fid": "lauracasas1:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lauracasas1/9/9_983O174E5OREC654G2WOKRA1HO8KGP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lauracasas1/9/2_36UVFAI04JG0ZCA78CB1D3CH79CGCT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lauracasas1/9/8_VLNC4UOC0ASZX0OWI4O6T9BMYUWB5T.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lauracasas1/9/9_983O174E5OREC654G2WOKRA1HO8KGP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lauracasas1:9", "plots": "https://api.plotly.com/v2/plots/lauracasas1:9", "parent": "https://api.plotly.com/v2/folders/home?user=lauracasas1" }, "owner": "lauracasas1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~lauracasas1/9/", "world_readable": true, "date_modified": "2024-04-06T02:48:17.448Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lauracasas1/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "1-byyear", "marker": { "color": "1-byyear" } } }, "mode": "markers", "name": "category 1 ", "type": "bar", "xsrc": "lauracasas1:8:976522", "ysrc": "lauracasas1:8:5d2fe7", "marker": { "meta": { "columnNames": { "color": "1-byyear" } }, "color": "rgb(99, 250, 104)" }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "2-byyear" } }, "mode": "markers", "name": "category 2", "type": "bar", "xsrc": "lauracasas1:8:976522", "ysrc": "lauracasas1:8:4dd794", "marker": { "color": "rgb(233, 243, 43)" }, "visible": true, "stackgroup": null, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "3-byyear" } }, "mode": "markers", "name": "category 3", "type": "bar", "xsrc": "lauracasas1:8:976522", "ysrc": "lauracasas1:8:b85bcf", "marker": { "color": "rgb(255, 204, 50)" }, "visible": true, "stackgroup": null, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "4-byyear" } }, "mode": "markers", "name": "category 4", "type": "bar", "xsrc": "lauracasas1:8:976522", "ysrc": "lauracasas1:8:f1bf37", "marker": { "color": "rgb(224, 83, 133)" }, "visible": true, "stackgroup": null, "orientation": "v" }, { "meta": { "columnNames": { "x": "Year", "y": "5-byyear" } }, "mode": "markers", "name": "category 5", "type": "bar", "xsrc": "lauracasas1:8:976522", "ysrc": "lauracasas1:8:75213d", "xaxis": "x", "marker": { "color": "rgb(219, 48, 30)" }, "visible": true, "stackgroup": null, "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "170 Years Of Hurricane History " }, "xaxis": { "type": "linear", "range": [ 1850.5, 2021.5 ], "title": { "text": "Year" }, "nticks": 29, "showgrid": false, "showline": false, "zeroline": false, "autorange": true, "linewidth": 1 }, "yaxis": { "type": "linear", "range": [ 0, 7.368421052631579 ], "title": { "text": "Number of Hurricanes Per Year" }, "autorange": true }, "legend": { "x": 0.9977247414478919, "y": 1, "title": { "font": { "size": 11, "color": "rgb(25, 33, 46)" }, "text": "Saffir-Simpson Hurricane scale " } }, "barmode": "relative", "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/~lauracasas1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-01-24 19:19:44", "mapbox_access_tokens": null, "has_password": null, "username": "lauracasas1", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-06T02:13:20.649472Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~anudeep99/70.embed", "fid": "anudeep99:70", "filename": "Heat Map of Brand H Rank in WA", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/anudeep99/70/9_MT8EKJO982T7VEZJZ5FDCIKZRTC52I.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/anudeep99/70/2_IHDIVJNJNDUHZQZQ8CGR84PW18K9K5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/anudeep99/70/8_19HTUH7YBZ1JY60N5W449TF7ADIEHF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/anudeep99/70/9_MT8EKJO982T7VEZJZ5FDCIKZRTC52I.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/anudeep99:70", "plots": "https://api.plotly.com/v2/plots/anudeep99:70", "parent": "https://api.plotly.com/v2/folders/home?user=anudeep99" }, "owner": "anudeep99", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~anudeep99/70/", "world_readable": true, "date_modified": "2024-04-06T02:13:20.661Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~anudeep99/70/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "densitymapbox", "zsrc": "anudeep99:69:ad67b4", "latsrc": "anudeep99:69:32eba1", "lonsrc": "anudeep99:69:37cc86", "radius": 30, "opacity": 0.5, "subplot": "mapbox", "coloraxis": "coloraxis", "hovertemplate": "Rank=%{z}<br>lat=%{lat}<br>long=%{lon}<extra></extra>" } ], "layout": { "height": 900, "legend": { "tracegroupgap": 0 }, "mapbox": { "zoom": 4, "style": "open-street-map", "center": { "lat": -32.28456713562433, "lon": 115.98786462054485 }, "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] } }, "margin": { "t": 60 }, "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 } } }, "coloraxis": { "colorbar": { "title": { "text": "Rank" } }, "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" ] ] } } }, "height": 900, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~anudeep99", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/74.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2022-11-26 23:32:42", "mapbox_access_tokens": null, "has_password": null, "username": "anudeep99", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-06T02:05:52.676006Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ethan_project94/3.embed", "fid": "ethan_project94:3", "filename": "metro_division_test", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/3/9_KOVVRBS3PTZ8ZVD7ZGKC943E0L5UP3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/3/2_RP91M92M1EZ2LPNLFD3FYJJYDL2PDD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/3/8_M78KS8R4OSI4SFT1RLFQRPXATJH0W2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/3/9_KOVVRBS3PTZ8ZVD7ZGKC943E0L5UP3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ethan_project94:3", "plots": "https://api.plotly.com/v2/plots/ethan_project94:3", "parent": "https://api.plotly.com/v2/folders/home?user=ethan_project94" }, "owner": "ethan_project94", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 118, "web_url": "https://chart-studio.plotly.com/~ethan_project94/3/", "world_readable": true, "date_modified": "2024-04-06T15:13:35.871Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ethan_project94/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "fill": "#0033A0", "color": "#0033A0" }, "mode": "lines+markers", "name": "NYR", "type": "scatter", "xsrc": "ethan_project94:2:4a73a5", "ysrc": "ethan_project94:2:b44b44", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#0033A0", "line": { "color": "rgba(31,119,180,1)" }, "color": "#0033A0" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } }, { "line": { "fill": "#fc4c02", "color": "#fc4c02" }, "mode": "lines+markers", "name": "NYI", "type": "scatter", "xsrc": "ethan_project94:2:c7d2f0", "ysrc": "ethan_project94:2:9525e6", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#fc4c02", "line": { "color": "rgba(255,127,14,1)" }, "color": "#fc4c02" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" } }, { "line": { "fill": "red", "color": "red" }, "mode": "lines+markers", "name": "NJD", "type": "scatter", "xsrc": "ethan_project94:2:aa969c", "ysrc": "ethan_project94:2:14be47", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "red", "line": { "color": "rgba(44,160,44,1)" }, "color": "red" }, "error_x": { "color": "rgba(44,160,44,1)" }, "error_y": { "color": "rgba(44,160,44,1)" } }, { "line": { "fill": "#8B8000", "color": "#8B8000" }, "mode": "lines+markers", "name": "PIT", "type": "scatter", "xsrc": "ethan_project94:2:9fd613", "ysrc": "ethan_project94:2:3fcaa6", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#8B8000", "line": { "color": "rgba(214,39,40,1)" }, "color": "#8B8000" }, "error_x": { "color": "rgba(214,39,40,1)" }, "error_y": { "color": "rgba(214,39,40,1)" } }, { "line": { "fill": "#fa4616", "color": "#fa4616" }, "mode": "lines+markers", "name": "PHI", "type": "scatter", "xsrc": "ethan_project94:2:3682cf", "ysrc": "ethan_project94:2:b74bb5", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#fa4616", "line": { "color": "rgba(148,103,189,1)" }, "color": "#fa4616" }, "error_x": { "color": "rgba(148,103,189,1)" }, "error_y": { "color": "rgba(148,103,189,1)" } }, { "line": { "fill": "#041E42", "color": "#041E42" }, "mode": "lines+markers", "name": "WAS", "type": "scatter", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#041E42", "line": { "color": "rgba(140,86,75,1)" }, "color": "#041E42" }, "error_x": { "color": "rgba(140,86,75,1)" }, "error_y": { "color": "rgba(140,86,75,1)" } }, { "line": { "fill": "#880808", "color": "#880808" }, "mode": "lines+markers", "name": "CAR", "type": "scatter", "xsrc": "ethan_project94:2:965f29", "ysrc": "ethan_project94:2:bce6d8", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#880808", "line": { "color": "rgba(227,119,194,1)" }, "color": "#880808" }, "error_x": { "color": "rgba(227,119,194,1)" }, "error_y": { "color": "rgba(227,119,194,1)" } }, { "line": { "fill": "navy", "color": "navy" }, "mode": "lines+markers", "name": "CBJ", "type": "scatter", "xsrc": "ethan_project94:2:98bd52", "ysrc": "ethan_project94:2:a64a35", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "navy", "line": { "color": "rgba(127,127,127,1)" }, "color": "navy" }, "error_x": { "color": "rgba(127,127,127,1)" }, "error_y": { "color": "rgba(127,127,127,1)" } } ], "layout": { "title": "Metro Division Power Rankings", "xaxis": { "title": "Date", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Rating", "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ethan_project94", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-06 01:40:14", "mapbox_access_tokens": null, "has_password": null, "username": "ethan_project94", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-06T01:57:30.589900Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ethan_project94/1.embed", "fid": "ethan_project94:1", "filename": "metro_div_rankings_test", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/1/9_F6TCVPNLL3TSFQD05UDPWODSW4LUR4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/1/2_5NJ4N4KN1O3H6SU1Q9H8XUO768CWYX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/1/8_50DMY9SFBP8GIKCHQNTGIY5KTQAF90.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/1/9_F6TCVPNLL3TSFQD05UDPWODSW4LUR4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ethan_project94:1", "plots": "https://api.plotly.com/v2/plots/ethan_project94:1", "parent": "https://api.plotly.com/v2/folders/home?user=ethan_project94" }, "owner": "ethan_project94", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ethan_project94/1/", "world_readable": true, "date_modified": "2024-04-06T01:57:30.600Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ethan_project94/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "fill": "#0033A0", "color": "#0033A0" }, "mode": "lines+markers", "name": "NYR", "type": "bar", "xsrc": "ethan_project94:0:886ce8", "ysrc": "ethan_project94:0:419fa4", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#0033A0", "line": { "color": "rgba(31,119,180,1)" }, "color": "#0033A0" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } }, { "line": { "fill": "#fc4c02", "color": "#fc4c02" }, "mode": "lines+markers", "name": "NYI", "type": "bar", "xsrc": "ethan_project94:0:1783bc", "ysrc": "ethan_project94:0:87d0b6", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#fc4c02", "line": { "color": "rgba(255,127,14,1)" }, "color": "#fc4c02" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" } }, { "line": { "fill": "red", "color": "red" }, "mode": "lines+markers", "name": "NJD", "type": "bar", "xsrc": "ethan_project94:0:71aef6", "ysrc": "ethan_project94:0:b6f94d", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "red", "line": { "color": "rgba(44,160,44,1)" }, "color": "red" }, "error_x": { "color": "rgba(44,160,44,1)" }, "error_y": { "color": "rgba(44,160,44,1)" } }, { "line": { "fill": "#8B8000", "color": "#8B8000" }, "mode": "lines+markers", "name": "PIT", "type": "bar", "xsrc": "ethan_project94:0:8b4ed4", "ysrc": "ethan_project94:0:d5912f", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#8B8000", "line": { "color": "rgba(214,39,40,1)" }, "color": "#8B8000" }, "error_x": { "color": "rgba(214,39,40,1)" }, "error_y": { "color": "rgba(214,39,40,1)" } }, { "line": { "fill": "#fa4616", "color": "#fa4616" }, "mode": "lines+markers", "name": "PHI", "type": "bar", "xsrc": "ethan_project94:0:479d9d", "ysrc": "ethan_project94:0:570b48", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#fa4616", "line": { "color": "rgba(148,103,189,1)" }, "color": "#fa4616" }, "error_x": { "color": "rgba(148,103,189,1)" }, "error_y": { "color": "rgba(148,103,189,1)" } }, { "line": { "fill": "#041E42", "color": "#041E42" }, "mode": "lines+markers", "name": "WAS", "type": "bar", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#041E42", "line": { "color": "rgba(140,86,75,1)" }, "color": "#041E42" }, "error_x": { "color": "rgba(140,86,75,1)" }, "error_y": { "color": "rgba(140,86,75,1)" } }, { "line": { "fill": "#880808", "color": "#880808" }, "mode": "lines+markers", "name": "CAR", "type": "bar", "xsrc": "ethan_project94:0:e9dca8", "ysrc": "ethan_project94:0:1ed5ff", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "fill": "#880808", "line": { "color": "rgba(227,119,194,1)" }, "color": "#880808" }, "error_x": { "color": "rgba(227,119,194,1)" }, "error_y": { "color": "rgba(227,119,194,1)" } } ], "layout": { "title": "Metro Division Power Rankings", "xaxis": { "title": "Date", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Rating", "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ethan_project94", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-06 01:40:14", "mapbox_access_tokens": null, "has_password": null, "username": "ethan_project94", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "