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=cD0yMDI0LTA0LTE0KzAyJTNBNDQlM0E1My41MDE5NjYlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTEzKzIyJTNBMTQlM0EwNi42Mzk4MzklMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xNCswMiUzQTIzJTNBNDguNDI2MTA5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-14T02:23:48.426109Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~macieschr5/7.embed", "fid": "macieschr5:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/macieschr5/7/9_C448ZPPUBZENZ9FMXUF10T23N4XXOD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/macieschr5/7/2_E8LXYOUWOZHQ1534LJZEL7BSXMTJS7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/macieschr5/7/8_GT6VUNZCOBVEGQ4C0EMRE0FFMBD09O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/macieschr5/7/9_C448ZPPUBZENZ9FMXUF10T23N4XXOD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/macieschr5:7", "plots": "https://api.plotly.com/v2/plots/macieschr5:7", "parent": "https://api.plotly.com/v2/folders/home?user=macieschr5" }, "owner": "macieschr5", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~macieschr5/7/", "world_readable": true, "date_modified": "2024-04-14T02:23:48.435Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~macieschr5/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "macieschr5:6:f31f6c", "ysrc": "macieschr5:6:891098" } ], "frames": [], "layout": { "title": { "text": "Frequency (Hz) vs. Current (A) of an LRC Circuit" }, "xaxis": { "type": "linear", "range": [ 0.2775693923480862, 179.72243060765192 ], "title": { "text": "Frequency (Hz)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.006999585921325057, 0.30279958592132505 ], "title": { "text": "Current (A)" }, "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/~macieschr5", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-02-05 03:07:08", "mapbox_access_tokens": null, "has_password": null, "username": "macieschr5", "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-14T02:13:39.125845Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marantrod/37.embed", "fid": "marantrod:37", "filename": "Plot 37", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marantrod/37/9_YFS1HF95SRQ0YSYXHU8WKWKCMD6ABY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/marantrod/37/2_20QYSNGUHCGZPW64N9WLMM13F5K3X6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marantrod/37/8_8W1VMZ3HIIVCJMELRE69ZMCL7C150N.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marantrod/37/9_YFS1HF95SRQ0YSYXHU8WKWKCMD6ABY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marantrod:37", "plots": "https://api.plotly.com/v2/plots/marantrod:37", "parent": "https://api.plotly.com/v2/folders/home?user=marantrod" }, "owner": "marantrod", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~marantrod/37/", "world_readable": true, "date_modified": "2024-04-14T02:13:39.138Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marantrod/37/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "IA", "type": "bar", "xsrc": "marantrod:34:2c42b7", "ysrc": "marantrod:34:071cf3", "visible": true, "showlegend": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "Sensores y percepción computacional", "type": "bar", "xsrc": "marantrod:34:2c42b7", "ysrc": "marantrod:34:62ccac", "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "HCI", "type": "bar", "xsrc": "marantrod:34:2c42b7", "ysrc": "marantrod:34:02619e", "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "name": "IoT y dispositivos portátiles", "type": "bar", "xsrc": "marantrod:34:2c42b7", "ysrc": "marantrod:34:ed0059", "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "lines", "name": "Procesamiento de señales y visión por computadora", "type": "bar", "xsrc": "marantrod:34:2c42b7", "ysrc": "marantrod:34:634526", "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "lines", "name": "Aplicaciones Móviles y Plataformas Interactivas", "type": "bar", "xsrc": "marantrod:34:2c42b7", "ysrc": "marantrod:34:202822", "visible": true, "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 18 }, "polar": { "radialaxis": { "type": "category", "range": [ -0.38888888888888895, 7.388888888888889 ], "autorange": true }, "angularaxis": { "type": "linear" } }, "scene": { "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 0.816431766515141, "y": -1.6668912222489898, "z": -1.1146357359309078 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "xaxis": { "type": "linear", "range": [ 0.5, 6.5 ], "title": { "font": { "size": 22 }, "text": "Área de desarrollo e investigación" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 0, 33.68421052631579 ], "title": { "text": "Cantidad de estudios " }, "autorange": false }, "legend": { "x": 1.0114192906363244, "y": 1.0290135396518376, "font": { "size": 18 }, "title": { "text": "<br>" }, "valign": "top", "xanchor": "left", "yanchor": "auto", "orientation": "v" }, "barmode": "overlay", "barnorm": "", "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~marantrod", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-12 18:21:44", "mapbox_access_tokens": null, "has_password": null, "username": "marantrod", "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-14T01:59:11.829685Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~marantrod/36.embed", "fid": "marantrod:36", "filename": "Plot 36", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/marantrod/36/9_AOQF7FTDJ7A2E47CPX4TOUVHZV5E2P.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/marantrod/36/2_KMV92MEY6RNCVRGAGSY1M3CABMJ9AR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marantrod/36/8_ARGUXVSIR5J9W6XS86XTKXKR5EN9IA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marantrod/36/9_AOQF7FTDJ7A2E47CPX4TOUVHZV5E2P.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/marantrod:36", "plots": "https://api.plotly.com/v2/plots/marantrod:36", "parent": "https://api.plotly.com/v2/folders/home?user=marantrod" }, "owner": "marantrod", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~marantrod/36/", "world_readable": true, "date_modified": "2024-04-14T01:59:11.840Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~marantrod/36/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Año", "y": "Ceguera" } }, "mode": "lines", "name": "Ceguera", "type": "bar", "xsrc": "marantrod:35:84699d", "ysrc": "marantrod:35:50d7c5", "stackgroup": 1, "orientation": "v" }, { "meta": { "columnNames": { "x": "Año", "y": "Cercana" } }, "mode": "lines", "name": "Cercana", "type": "bar", "xsrc": "marantrod:35:84699d", "ysrc": "marantrod:35:329129", "stackgroup": 1, "orientation": "v" }, { "meta": { "columnNames": { "x": "Año", "y": "Leve" } }, "mode": "lines", "name": "Leve", "type": "bar", "xsrc": "marantrod:35:84699d", "ysrc": "marantrod:35:3ac58e", "stackgroup": 1, "orientation": "v" }, { "meta": { "columnNames": { "x": "Año", "y": "Moderada - severa" } }, "mode": "lines", "name": "Moderada - severa", "type": "bar", "xsrc": "marantrod:35:84699d", "ysrc": "marantrod:35:4fbe7d", "stackgroup": 1, "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 18 }, "xaxis": { "type": "category", "range": [ -0.5, 1.5 ], "title": { "text": "Edad" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 23.23600873684211 ], "title": { "text": "Prevalencia " }, "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/~marantrod", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-12 18:21:44", "mapbox_access_tokens": null, "has_password": null, "username": "marantrod", "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-14T01:50:24.278328Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mak22/1.embed", "fid": "mak22:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mak22/1/9_IJ9V9VERT1WZKUR1UH6QQ7OSFXFU76.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mak22/1/2_K4YCODHQN2GHCPTLAT8TK04WIMFBJU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mak22/1/8_E8IIOOKN8RWLE513O097TTBL7PJMSE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mak22/1/9_IJ9V9VERT1WZKUR1UH6QQ7OSFXFU76.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mak22:1", "plots": "https://api.plotly.com/v2/plots/mak22:1", "parent": "https://api.plotly.com/v2/folders/home?user=mak22" }, "owner": "mak22", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~mak22/1/", "world_readable": true, "date_modified": "2024-04-14T01:57:32.455Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mak22/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "lat": "lat", "lon": "lon", "text": "text" } }, "mode": "markers", "type": "scattermapbox", "latsrc": "mak22:0:5eb4eb", "lonsrc": "mak22:0:83bc36", "marker": { "size": 8, "color": "rgb(1, 6, 2)", "symbol": "star" }, "textsrc": "mak22:0:2a4d6e", "locationmode": "USA-states" } ], "frames": [], "layout": { "font": { "color": "rgb(68, 68, 68)", "family": "Arial" }, "title": { "x": 0.1, "font": { "family": "Raleway" }, "text": "<b>US airports on Mapbox<br>(Hover for airport names)</b>" }, "mapbox": { "zoom": 1.550556883151828, "pitch": 0, "center": { "lat": 37.023101735676704, "lon": -73.65812260407932 }, "bearing": 0, "accesstoken": "pk.eyJ1IjoicHJpbmNpcGxleiIsImEiOiJjam1taTE3dGowamRjM3FqcG50MGp0anEwIn0.XuaFZy4Tff6aTfjiQUdd9Q" }, "modebar": { "color": "rgba(100, 237, 234, 0.3)", "bgcolor": "rgba(11, 242, 170, 0.5)", "activecolor": "rgba(1, 15, 15, 0.7)", "orientation": "v" }, "autosize": true, "dragmode": "pan", "showlegend": false, "paper_bgcolor": "rgb(117, 209, 123)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mak22", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-13 19:27:11", "mapbox_access_tokens": null, "has_password": null, "username": "mak22", "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-14T01:47:01.262192Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jjaziz/1.embed", "fid": "jjaziz:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jjaziz/1/9_OKBMUK1N5ZG6VY284KA1SU4JZYF1S5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jjaziz/1/2_TADBRYC15E78SQ3KDI7UURWYSHGCX1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jjaziz/1/8_VD1M9FDL2UQZAWHZNJCCYCTW8NS446.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jjaziz/1/9_OKBMUK1N5ZG6VY284KA1SU4JZYF1S5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jjaziz:1", "plots": "https://api.plotly.com/v2/plots/jjaziz:1", "parent": "https://api.plotly.com/v2/folders/home?user=jjaziz" }, "owner": "jjaziz", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jjaziz/1/", "world_readable": true, "date_modified": "2024-04-14T01:47:01.274Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jjaziz/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "13bb3952-25da-4bd5-b518-1f6f6bdb6379", "meta": { "columnNames": { "lat": "Trace 0, lat; Trace 1, lat", "lon": "Trace 0, lon; Trace 1, lon" } }, "mode": "markers", "type": "scattermapbox", "latsrc": "jjaziz:0:db6c10", "lonsrc": "jjaziz:0:8a9802", "marker": { "size": 5, "color": "rgb(255, 0, 0)", "opacity": 0.7 } }, { "uid": "8353f096-a14c-40c3-b8b6-4036c49eb1a3", "meta": { "columnNames": { "lat": "Trace 0, lat; Trace 1, lat", "lon": "Trace 0, lon; Trace 1, lon", "text": "text" } }, "mode": "markers", "type": "scattermapbox", "latsrc": "jjaziz:0:db6c10", "lonsrc": "jjaziz:0:8a9802", "marker": { "size": 2.5, "color": "rgb(242, 177, 172)", "opacity": 0.7 }, "textsrc": "jjaziz:0:243509", "hoverinfo": "text" } ], "frames": [], "layout": { "font": { "color": "rgb(77, 60, 160)" }, "title": { "font": { "size": 23, "family": "Roboto" }, "text": "Target Locations in Florida" }, "mapbox": { "zoom": 5.138408802881944, "pitch": 0, "style": "basic", "center": { "lat": 27.858925428945625, "lon": -82.3717706038143 }, "bearing": 0, "accesstoken": "pk.eyJ1IjoiZ3JhaGFtYTE5NzAiLCJhIjoiY2o3YXh6dGc2MGxrczMxcXBqajY3aGNkZiJ9.wAP65gI9shJJGEiJ150t8w" }, "modebar": { "activecolor": "rgba(57, 14, 14, 0.7)" }, "autosize": true, "colorway": [ "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" ], "dragmode": "pan", "hovermode": "closest", "showlegend": false, "paper_bgcolor": "rgb(224, 189, 194)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jjaziz", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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-14 00:59:20", "mapbox_access_tokens": null, "has_password": null, "username": "jjaziz", "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-14T00:03:45.810072Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~LaurenJones/5.embed", "fid": "LaurenJones:5", "filename": "DataVis TopAnnualTotal", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/LaurenJones/5/9_V74TJNE9KE1T0XQ7GDP7TTEU8Y5CBU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/LaurenJones/5/2_9DXKO3569BFQ3FYMD0MQLCKUIAT0RI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LaurenJones/5/8_45U2V31G75T4WCMH1ZXAUYALKLXKBI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/LaurenJones/5/9_V74TJNE9KE1T0XQ7GDP7TTEU8Y5CBU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/LaurenJones:5", "plots": "https://api.plotly.com/v2/plots/LaurenJones:5", "parent": "https://api.plotly.com/v2/folders/home?user=LaurenJones" }, "owner": "LaurenJones", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~LaurenJones/5/", "world_readable": true, "date_modified": "2024-04-14T00:25:49.698Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~LaurenJones/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "World" } }, "mode": "lines", "name": "World", "type": "scatter", "xsrc": "LaurenJones:4:79ac0a", "ysrc": "LaurenJones:4:d28cb9" }, { "meta": { "columnNames": { "x": "Year", "y": "United States" } }, "mode": "lines", "name": "United States", "type": "scatter", "xsrc": "LaurenJones:4:79ac0a", "ysrc": "LaurenJones:4:5c9103", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": "Russia" } }, "mode": "lines", "name": "Russia", "type": "scatter", "xsrc": "LaurenJones:4:79ac0a", "ysrc": "LaurenJones:4:ae152e", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": "China" } }, "mode": "lines", "name": "China", "type": "scatter", "xsrc": "LaurenJones:4:79ac0a", "ysrc": "LaurenJones:4:5ab709", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": "United Kingdom" } }, "mode": "lines", "name": "United Kingdom", "type": "scatter", "xsrc": "LaurenJones:4:79ac0a", "ysrc": "LaurenJones:4:37cfb7", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": "Japan" } }, "mode": "lines", "name": "Japan", "type": "scatter", "xsrc": "LaurenJones:4:79ac0a", "ysrc": "LaurenJones:4:f49a26", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1957, 2023 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -977, 18563 ], "autorange": true }, "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" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~LaurenJones", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-15 17:12:09", "mapbox_access_tokens": null, "has_password": null, "username": "LaurenJones", "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-13T23:59:17.053963Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~LaurenJones/3.embed", "fid": "LaurenJones:3", "filename": "DataVis TopAnnual", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/LaurenJones/3/9_8DH1DV7GLAMYYDWGE5BD4KDBG93G54.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/LaurenJones/3/2_5L9KNA3U4OXLVHVSORCRNFKY9KYHJ3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LaurenJones/3/8_OCSZVVDIFQWMJUZTKM7R5EI8YLW73D.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/LaurenJones/3/9_8DH1DV7GLAMYYDWGE5BD4KDBG93G54.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/LaurenJones:3", "plots": "https://api.plotly.com/v2/plots/LaurenJones:3", "parent": "https://api.plotly.com/v2/folders/home?user=LaurenJones" }, "owner": "LaurenJones", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~LaurenJones/3/", "world_readable": true, "date_modified": "2024-04-13T23:59:17.064Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~LaurenJones/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "linear" }, "meta": { "columnNames": { "x": "Year", "y": "Total" } }, "mode": "lines", "name": "World", "type": "scatter", "xsrc": "LaurenJones:2:b6a2e5", "ysrc": "LaurenJones:2:566db9", "connectgaps": false }, { "meta": { "columnNames": { "x": "Year", "y": "United States" } }, "mode": "lines", "name": "United States", "type": "scatter", "xsrc": "LaurenJones:2:b6a2e5", "ysrc": "LaurenJones:2:6106fc", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": "China" } }, "mode": "lines", "name": "China", "type": "scatter", "xsrc": "LaurenJones:2:b6a2e5", "ysrc": "LaurenJones:2:ab20da", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": "United Kingdom" } }, "mode": "lines", "name": "United Kingdom", "type": "scatter", "xsrc": "LaurenJones:2:b6a2e5", "ysrc": "LaurenJones:2:ea49ec", "stackgroup": null }, { "meta": { "columnNames": { "x": "Year", "y": "Russia" } }, "mode": "lines", "name": "Russia", "type": "scatter", "xsrc": "LaurenJones:2:b6a2e5", "ysrc": "LaurenJones:2:7e1b7b", "stackgroup": null }, { "line": { "color": "rgb(31, 138, 138)" }, "meta": { "columnNames": { "x": "Year", "y": "Japan" } }, "mode": "lines", "name": "Japan", "type": "scatter", "xsrc": "LaurenJones:2:b6a2e5", "ysrc": "LaurenJones:2:ea6f5d", "hoverinfo": "x+y+name", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1957, 2023 ], "ticks": "outside", "showgrid": false, "showline": false, "tickmode": "auto", "zeroline": true, "autorange": true, "fixedrange": true, "showspikes": false, "zerolinewidth": 2, "spikethickness": 5 }, "yaxis": { "type": "linear", "range": [ -160.61111111111111, 3051.6111111111113 ], "showgrid": true, "autorange": true, "gridwidth": 1, "showspikes": false }, "legend": { "orientation": "v" }, "modebar": { "orientation": "h" }, "autosize": true, "colorway": [ "#2E91E5", "#E15F99", "#1CA71C", "#FB0D0D", "#DA16FF", "#222A2A", "#B68100", "#750D86", "#EB663B", "#511CFB", "#00A08B", "#FB00D1", "#FC0080", "#B2828D", "#6C7C32", "#778AAE", "#862A16", "#A777F1", "#620042", "#1616A7", "#DA60CA", "#6C4516", "#0D2A63", "#AF0038" ], "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "clickmode": "none", "colorscale": { "diverging": [ [ 0, "#9e0142" ], [ 0.1, "#d53e4f" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee08b" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e6f598" ], [ 0.7, "#abdda4" ], [ 0.8, "#66c2a5" ], [ 0.9, "#3288bd" ], [ 1, "#5e4fa2" ] ], "sequential": [ [ 0, "#00224e" ], [ 0.1111111111111111, "#123570" ], [ 0.2222222222222222, "#3b496c" ], [ 0.3333333333333333, "#575d6d" ], [ 0.4444444444444444, "#707173" ], [ 0.5555555555555556, "#8a8678" ], [ 0.6666666666666666, "#a59c74" ], [ 0.7777777777777778, "#c3b369" ], [ 0.8888888888888888, "#e1cc55" ], [ 1, "#fee838" ] ] }, "showlegend": true, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~LaurenJones", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-15 17:12:09", "mapbox_access_tokens": null, "has_password": null, "username": "LaurenJones", "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-13T23:14:38.384202Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gokulsunilkumar/159.embed", "fid": "gokulsunilkumar:159", "filename": "fig52", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gokulsunilkumar/159/9_UMSS7ZXGKZRTW75YM60JW3N6RDYH1I.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gokulsunilkumar/159/2_0A9556661JM5QG6EE9JA69RZLB94IG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gokulsunilkumar/159/8_6ALXTH28ZJET6H506P65Y7CRF3BYRT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gokulsunilkumar/159/9_UMSS7ZXGKZRTW75YM60JW3N6RDYH1I.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gokulsunilkumar:159", "plots": "https://api.plotly.com/v2/plots/gokulsunilkumar:159", "parent": "https://api.plotly.com/v2/folders/home?user=gokulsunilkumar" }, "owner": "gokulsunilkumar", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~gokulsunilkumar/159/", "world_readable": true, "date_modified": "2024-04-30T12:19:00.198Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gokulsunilkumar/159/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "CO2 Emissions Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:1cf9d3", "ysrc": "gokulsunilkumar:237:89ada1", "xaxis": "x", "yaxis": "y", "marker": { "color": "blue" }, "showlegend": true }, { "mode": "markers", "name": "Energy Recovery Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:b3375e", "ysrc": "gokulsunilkumar:237:6a148c", "xaxis": "x", "yaxis": "y", "marker": { "color": "red" }, "showlegend": true }, { "mode": "markers", "name": "CO2 Emissions Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:a29974", "ysrc": "gokulsunilkumar:237:98e59f", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "blue" }, "showlegend": false }, { "mode": "markers", "name": "Energy Recovery Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:68926e", "ysrc": "gokulsunilkumar:237:960f61", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "CO2 Emissions Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:70e35c", "ysrc": "gokulsunilkumar:237:568ad5", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "blue" }, "showlegend": false }, { "mode": "markers", "name": "Energy Recovery Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:43280b", "ysrc": "gokulsunilkumar:237:6b8e3f", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "CO2 Emissions Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:ce9805", "ysrc": "gokulsunilkumar:237:ca7daa", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "blue" }, "showlegend": false }, { "mode": "markers", "name": "Energy Recovery Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:99f655", "ysrc": "gokulsunilkumar:237:f49193", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "red" }, "showlegend": false }, { "mode": "markers", "name": "CO2 Emissions Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:4ff8a8", "ysrc": "gokulsunilkumar:237:0d7442", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "blue" }, "showlegend": false }, { "mode": "markers", "name": "Energy Recovery Change", "type": "scatter", "xsrc": "gokulsunilkumar:237:7ce654", "ysrc": "gokulsunilkumar:237:8d0239", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "red" }, "showlegend": false } ], "layout": { "title": { "text": "CO2 Emissions and Energy Recovery Percentage Changes by Plant and Implementation Rate" }, "width": 990, "xaxis": { "anchor": "y", "domain": [ 0.0, 0.16799999999999998 ], "ticktext": [ "0%", "10%", "30%", "50%" ], "tickvals": [ 0, 10, 30, 50 ] }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 400, "xaxis2": { "anchor": "y2", "domain": [ 0.208, 0.376 ], "ticktext": [ "0%", "10%", "30%", "50%" ], "tickvals": [ 0, 10, 30, 50 ] }, "xaxis3": { "anchor": "y3", "domain": [ 0.416, 0.584 ], "ticktext": [ "0%", "10%", "30%", "50%" ], "tickvals": [ 0, 10, 30, 50 ] }, "xaxis4": { "anchor": "y4", "domain": [ 0.624, 0.792 ], "ticktext": [ "0%", "10%", "30%", "50%" ], "tickvals": [ 0, 10, 30, 50 ] }, "xaxis5": { "anchor": "y5", "domain": [ 0.832, 1.0 ], "ticktext": [ "0%", "10%", "30%", "50%" ], "tickvals": [ 0, 10, 30, 50 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 1.0 ] }, "yaxis3": { "anchor": "x3", "domain": [ 0.0, 1.0 ] }, "yaxis4": { "anchor": "x4", "domain": [ 0.0, 1.0 ] }, "yaxis5": { "anchor": "x5", "domain": [ 0.0, 1.0 ] }, "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 } } }, "showlegend": true, "annotations": [ { "x": 0.08399999999999999, "y": 1.0, "font": { "size": 16 }, "text": "KM", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.292, "y": 1.0, "font": { "size": 16 }, "text": "BJ", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 1.0, "font": { "size": 16 }, "text": "OC1", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.708, "y": 1.0, "font": { "size": 16 }, "text": "OC2", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.9159999999999999, "y": 1.0, "font": { "size": 16 }, "text": "BRWRF", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": -0.3, "text": "Percentage Implementation Rate", "xref": "paper", "yref": "paper", "showarrow": false } ] } }, "height": 400, "width": 990, "user": { "profile_url": "https://chart-studio.plotly.com/~gokulsunilkumar", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-15 22:57:31", "mapbox_access_tokens": null, "has_password": null, "username": "gokulsunilkumar", "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-13T23:06:13.021809Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~BranBlack3125/47.embed", "fid": "BranBlack3125:47", "filename": "LTERAlgalCoverage3DScatter", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/BranBlack3125/47/9_7T6LGDSXSHWTN4UGNTR35RN5LQ7TIC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/BranBlack3125/47/2_OCVU52PPWE7YHA6EO37M2GP59VXOR7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BranBlack3125/47/8_2DVKC4ZAEPRE7WYWKY0IEAAFXUO5SI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/BranBlack3125/47/9_7T6LGDSXSHWTN4UGNTR35RN5LQ7TIC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/BranBlack3125:47", "plots": "https://api.plotly.com/v2/plots/BranBlack3125:47", "parent": "https://api.plotly.com/v2/folders/home?user=BranBlack3125" }, "owner": "BranBlack3125", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~BranBlack3125/47/", "world_readable": true, "date_modified": "2024-04-13T23:56:42.816Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~BranBlack3125/47/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "u": "A", "v": "B", "w": "D", "x": "A", "y": "B", "z": "C", "starts": { "x": "A", "y": "B", "z": "C" } } }, "mode": "markers", "name": "LTER 1", "type": "scatter3d", "usrc": "BranBlack3125:46:0ac37e", "vsrc": "BranBlack3125:46:541101", "wsrc": "BranBlack3125:46:038616", "xsrc": "BranBlack3125:46:0ac37e", "ysrc": "BranBlack3125:46:541101", "zsrc": "BranBlack3125:46:4c86ee", "marker": { "color": "rgb(231, 28, 28)" }, "starts": { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "xsrc": "BranBlack3125:46:0ac37e", "ysrc": "BranBlack3125:46:541101", "zsrc": "BranBlack3125:46:4c86ee" } }, { "meta": { "columnNames": { "x": "A", "y": "B", "z": "D" } }, "mode": "markers", "name": "Classification 1", "type": "scatter3d", "xsrc": "BranBlack3125:46:0ac37e", "ysrc": "BranBlack3125:46:541101", "zsrc": "BranBlack3125:46:038616", "marker": { "color": "rgb(233, 136, 136)" } }, { "meta": { "columnNames": { "x": "E", "y": "F", "z": "G" } }, "mode": "markers", "name": "LTER 2", "type": "scatter3d", "xsrc": "BranBlack3125:46:304b63", "ysrc": "BranBlack3125:46:243717", "zsrc": "BranBlack3125:46:7f3725", "marker": { "color": "rgb(244, 145, 3)" } }, { "meta": { "columnNames": { "x": "E", "y": "F", "z": "H" } }, "mode": "markers", "name": "Classification 2", "type": "scatter3d", "xsrc": "BranBlack3125:46:304b63", "ysrc": "BranBlack3125:46:243717", "zsrc": "BranBlack3125:46:94770c", "marker": { "color": "rgb(244, 201, 138)" } }, { "meta": { "columnNames": { "x": "I", "y": "J", "z": "K" } }, "mode": "markers", "name": "LTER 3", "type": "scatter3d", "xsrc": "BranBlack3125:46:08d215", "ysrc": "BranBlack3125:46:6a32ba", "zsrc": "BranBlack3125:46:cdcb4d", "marker": { "color": "rgb(245, 249, 1)", "opacity": 1 } }, { "meta": { "columnNames": { "x": "I", "y": "J", "z": "L" } }, "mode": "markers", "name": "Classification 3", "type": "scatter3d", "xsrc": "BranBlack3125:46:08d215", "ysrc": "BranBlack3125:46:6a32ba", "zsrc": "BranBlack3125:46:0c2756", "marker": { "line": { "color": "rgb(206, 246, 168)", "width": 0.5 }, "color": "rgb(245, 246, 210)" } }, { "meta": { "columnNames": { "x": "M", "y": "N", "z": "O" } }, "mode": "markers", "name": "LTER 4", "type": "scatter3d", "xsrc": "BranBlack3125:46:ec7fbf", "ysrc": "BranBlack3125:46:56cb3f", "zsrc": "BranBlack3125:46:a261f3", "marker": { "color": "rgb(31, 203, 82)" } }, { "meta": { "columnNames": { "x": "M", "y": "N", "z": "P" } }, "mode": "markers", "name": "Classification 4", "type": "scatter3d", "xsrc": "BranBlack3125:46:ec7fbf", "ysrc": "BranBlack3125:46:56cb3f", "zsrc": "BranBlack3125:46:d74e34", "marker": { "color": "rgb(153, 244, 140)" } }, { "meta": { "columnNames": { "x": "Q", "y": "R", "z": "S" } }, "mode": "markers", "name": "LTER 5", "type": "scatter3d", "xsrc": "BranBlack3125:46:e745f7", "ysrc": "BranBlack3125:46:d19472", "zsrc": "BranBlack3125:46:915f81", "marker": { "color": "rgb(9, 105, 236)" } }, { "meta": { "columnNames": { "x": "Q", "y": "R", "z": "T" } }, "mode": "markers", "name": "Classification 5", "type": "scatter3d", "xsrc": "BranBlack3125:46:e745f7", "ysrc": "BranBlack3125:46:d19472", "zsrc": "BranBlack3125:46:f6d161", "marker": { "color": "rgb(120, 173, 246)" } }, { "meta": { "columnNames": { "x": "U", "y": "V", "z": "W" } }, "mode": "markers", "name": "LTER 6", "type": "scatter3d", "xsrc": "BranBlack3125:46:c14204", "ysrc": "BranBlack3125:46:90457e", "zsrc": "BranBlack3125:46:1594df", "marker": { "color": "rgb(134, 17, 241)" } }, { "meta": { "columnNames": { "x": "U", "y": "V", "z": "X" } }, "mode": "markers", "name": "Classification 6", "type": "scatter3d", "xsrc": "BranBlack3125:46:c14204", "ysrc": "BranBlack3125:46:90457e", "zsrc": "BranBlack3125:46:a82a6f", "marker": { "color": "rgb(192, 136, 244)" } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "category", "title": { "text": "LTER Site" }, "autorange": true }, "yaxis": { "type": "category", "title": { "text": "Year" } }, "zaxis": { "type": "linear", "title": { "text": "Percent Cover" } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -0.21661466303582758, "y": -2.1450113645327247, "z": 0.43404570850070057 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1.2909944487358054, "y": 0.7745966692414833, "z": 1 } }, "title": { "text": "LTER and Classification Based Algal Coverage Estimates, 2019 - 2022" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "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/~BranBlack3125", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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": "2020-08-26 02:34:17", "mapbox_access_tokens": null, "has_password": null, "username": "BranBlack3125", "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-13T22:14:06.639839Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~vitorneis/1.embed", "fid": "vitorneis:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/vitorneis/1/9_AAXIT2AV1UAFY4VEVOD37JHSZWYICY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/vitorneis/1/2_E46ZV918KKHQ8H02WSG2G3CJYU2KNC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/vitorneis/1/8_EOGQKG9VYCPAHBWY0IWMXAZU04Y6NE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/vitorneis/1/9_AAXIT2AV1UAFY4VEVOD37JHSZWYICY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/vitorneis:1", "plots": "https://api.plotly.com/v2/plots/vitorneis:1", "parent": "https://api.plotly.com/v2/folders/home?user=vitorneis" }, "owner": "vitorneis", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 9, "web_url": "https://chart-studio.plotly.com/~vitorneis/1/", "world_readable": true, "date_modified": "2024-04-14T22:56:52.647Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~vitorneis/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "type": "bar", "xsrc": "vitorneis:0:bcedf3", "ysrc": "vitorneis:0:602bd3", "marker": { "meta": { "columnNames": { "color": "color" } }, "colorsrc": "vitorneis:0:b49455" } } ], "frames": [], "layout": { "title": { "text": "Least Used Feature" }, "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "title": { "text": "Bases de dados" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 15.789473684210526 ], "title": { "text": "Quantidade de artigos" }, "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~vitorneis", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.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-04-13 22:09:31", "mapbox_access_tokens": null, "has_password": null, "username": "vitorneis", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "