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=cj0xJnA9MjAyNC0wMy0yMisxNyUzQTQyJTNBNDkuMzg4NDU0JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTAzLTIyKzE3JTNBNDQlM0EyMy4yNjYxMzElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wMy0yMisxOCUzQTI4JTNBMTQuNDAxOTgxJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-03-22T18:28:14.401981Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~faithnunis/1.embed", "fid": "faithnunis:1", "filename": "Time Vs. Uv Index", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/faithnunis:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/faithnunis:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/faithnunis:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/faithnunis:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/faithnunis:1", "plots": "https://api.plotly.com/v2/plots/faithnunis:1", "parent": "https://api.plotly.com/v2/folders/home?user=faithnunis" }, "owner": "faithnunis", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~faithnunis/1/", "world_readable": true, "date_modified": "2024-03-27T16:15:35.712Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~faithnunis/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "scatter", "xsrc": "faithnunis:0:d334a1", "ysrc": "faithnunis:0:548122", "orientation": "v", "autocolorscale": true } ], "frames": [], "layout": { "title": { "text": "Time and UV Index in Joshua Tree National Park" }, "xaxis": { "type": "category", "range": [ -5.2689144736842115, 91.2689144736842 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.41056533827618164, 6.410565338276181 ], "title": { "text": "UV Index" }, "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" }, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~faithnunis", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-22 17:52:31", "mapbox_access_tokens": null, "has_password": null, "username": "faithnunis", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-22T18:27:29.076967Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bellacpaz/1.embed", "fid": "bellacpaz:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/bellacpaz/1/9_64A7HQRXNYO111S8H2BT963NKL4UB7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/bellacpaz/1/2_EMH6OGXVPVGF591SD7CAPETJM4FKHH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bellacpaz/1/8_VPVW42Z9MZLP5N75Z9BVQ8DDII418A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bellacpaz/1/9_64A7HQRXNYO111S8H2BT963NKL4UB7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bellacpaz:1", "plots": "https://api.plotly.com/v2/plots/bellacpaz:1", "parent": "https://api.plotly.com/v2/folders/home?user=bellacpaz" }, "owner": "bellacpaz", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~bellacpaz/1/", "world_readable": true, "date_modified": "2024-03-22T18:27:29.091Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bellacpaz/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "humidity ", "y": "PM" } }, "mode": "markers", "type": "scatter", "xsrc": "bellacpaz:0:23ba7d", "ysrc": "bellacpaz:0:20356a" } ], "frames": [], "layout": { "title": { "text": "Yosemite Air Quality: PM 2.5 AQI and Humidity" }, "xaxis": { "type": "linear", "range": [ -0.5964590964590872, 109.40354090354091 ], "title": { "text": "Humidity (%)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ -6.843756624789038, 75.67640803303097 ], "title": { "text": "PM 2.5 AQI" }, "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~bellacpaz", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-22 05:30:42", "mapbox_access_tokens": null, "has_password": null, "username": "bellacpaz", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-22T18:03:40.727598Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~saltwatercup/21.embed", "fid": "saltwatercup:21", "filename": "Plot 21", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/saltwatercup/21/9_2LDS0JLFOUSW0W97RW3UA3MQC2SLOZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/saltwatercup/21/2_0BMEPSXOLQ3J30KSZ1UB6Y6M601HR7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/saltwatercup/21/8_BOSG5U9GU0PZJPLHXY64H8KL9U0LUY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/saltwatercup/21/9_2LDS0JLFOUSW0W97RW3UA3MQC2SLOZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/saltwatercup:21", "plots": "https://api.plotly.com/v2/plots/saltwatercup:21", "parent": "https://api.plotly.com/v2/folders/home?user=saltwatercup" }, "owner": "saltwatercup", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~saltwatercup/21/", "world_readable": true, "date_modified": "2024-03-22T18:03:40.741Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~saltwatercup/21/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "name": "Light absorption", "type": "scatter", "xsrc": "saltwatercup:19:7ca193", "ysrc": "saltwatercup:19:ccfead", "marker": { "color": "rgb(99, 209, 53)", "symbol": "hexagon2" }, "visible": "legendonly", "showlegend": false }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers+lines", "name": "Surface reflection", "type": "scatter", "xsrc": "saltwatercup:19:7ca193", "ysrc": "saltwatercup:19:b4c308", "visible": "legendonly", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers+lines", "name": "Bottom dissipation", "type": "scatter", "xsrc": "saltwatercup:19:7ca193", "ysrc": "saltwatercup:19:e74796", "marker": { "color": "rgb(57, 116, 172)" }, "visible": "legendonly", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers+lines", "name": "Ideal optical responsivity", "type": "scatter", "xsrc": "saltwatercup:19:7ca193", "ysrc": "saltwatercup:19:c97fe0", "visible": "legendonly", "showlegend": false }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers+lines", "name": "Ideal optical responsivity", "type": "scatter", "xsrc": "saltwatercup:20:915eda", "ysrc": "saltwatercup:20:4a3a00", "visible": true, "showlegend": true }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "name": "Light absorption", "type": "scatter", "xsrc": "saltwatercup:20:915eda", "ysrc": "saltwatercup:20:78dc17", "marker": { "color": "rgb(35, 214, 35)" }, "visible": "legendonly", "showlegend": false }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers+lines", "name": "Surface reflection", "type": "scatter", "xsrc": "saltwatercup:20:915eda", "ysrc": "saltwatercup:20:b20edd", "marker": { "color": "rgb(222, 44, 167)" }, "visible": "legendonly", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers+lines", "name": "Bottom dissipation", "type": "scatter", "xsrc": "saltwatercup:20:915eda", "ysrc": "saltwatercup:20:332279", "marker": { "color": "rgb(35, 53, 171)" }, "visible": "legendonly", "showlegend": false, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 12, "color": "rgb(33, 33, 33)", "family": "Raleway, sans-serif" }, "smith": false, "title": { "font": { "size": 19, "color": "", "family": "" }, "text": "<b>Influence of the SiNx Thickness on Ideal Optical Responsivity</b>" }, "width": 1000, "xaxis": { "side": "bottom", "type": "linear", "dtick": 5, "range": [ 545.4153290529695, 629.5846709470305 ], "ticks": "inside", "title": { "font": { "size": 16 }, "text": "<b>SiNx Thickness (nm)</b>" }, "showgrid": true, "showline": true, "tickfont": { "size": 15 }, "tickmode": "linear", "zeroline": false, "autorange": true, "rangeslider": { "range": [ -13.872255489021953, 1113.8722554890219 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "type": "linear", "dtick": 0.05, "range": [ 0.5819290748987854, 0.6204999251012145 ], "ticks": "inside", "title": { "font": { "size": 16 }, "text": "<b>Responsivity (A/W)</b>" }, "showgrid": true, "showline": true, "tickfont": { "size": 17 }, "tickmode": "auto", "zeroline": false, "autorange": true }, "bargap": 0.2, "boxgap": 0.3, "height": 600, "legend": { "x": -0.08187995698099193, "y": 1.1023809523809527, "font": { "size": 15, "color": "", "family": "" }, "bgcolor": "rgba(67, 67, 67, 0.1)", "xanchor": "auto", "yanchor": "auto", "traceorder": "normal", "bordercolor": "rgba(0, 0, 0, 0)", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 100, "pad": 2, "autoexpand": true }, "barmode": "stack", "boxmode": "overlay", "autosize": false, "dragmode": "zoom", "hovermode": "x", "separators": ".,", "showlegend": true, "annotations": [ { "x": 0.11416096350027202, "y": 0.3, "ax": 520, "ay": -227.5, "tag": "", "font": { "size": 16, "color": "rgb(33, 33, 33)", "family": "Raleway, sans-serif" }, "text": "", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 }, { "x": 0.11416096350027202, "y": 0.3, "ax": 519, "ay": -113.5, "tag": "", "font": { "size": 16, "color": "rgb(33, 33, 33)", "family": "Raleway, sans-serif" }, "text": "", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 }, { "x": 0.11416096350027202, "y": 0.3, "ax": 539, "ay": -131.5, "tag": "", "font": { "size": 16, "color": "rgb(33, 33, 33)", "family": "Raleway, sans-serif" }, "text": "", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 }, { "x": 0.11416096350027202, "y": 0.3, "ax": 669, "ay": -124.5, "tag": "", "font": { "size": 16, "color": "rgb(33, 33, 33)", "family": "Raleway, sans-serif" }, "text": "", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 }, { "x": 0.11416096350027202, "y": 0.3, "ax": 518, "ay": -86.5, "tag": "", "font": { "size": 16, "color": "rgb(33, 33, 33)", "family": "Raleway, sans-serif" }, "text": "", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 }, { "x": 0.11416096350027202, "y": 0.3, "ax": 532, "ay": -112.5, "tag": "", "font": { "size": 16, "color": "rgb(33, 33, 33)", "family": "Raleway, sans-serif" }, "text": "", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 }, { "x": 0.11416096350027202, "y": 0.3, "ax": 546, "ay": -72.5, "tag": "", "font": { "size": 16, "color": "rgb(33, 33, 33)", "family": "Raleway, sans-serif" }, "text": "", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 }, { "x": 0.1, "y": 0.3, "ax": 61, "ay": -268.5, "tag": "", "font": { "size": 0, "color": "", "family": "" }, "text": "", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 }, { "x": 0.1, "y": 0.3, "ax": 51, "ay": -89.5, "tag": "", "font": { "size": 0, "color": "", "family": "" }, "text": "", "xref": "paper", "yref": "paper", "align": "center", "bgcolor": "rgba(0, 0, 0, 0)", "opacity": 1, "xanchor": "auto", "yanchor": "auto", "arrowhead": 1, "arrowsize": 1, "borderpad": 1, "showarrow": true, "arrowcolor": "rgba(0, 0, 0, 0)", "arrowwidth": 0, "bordercolor": "", "borderwidth": 1 } ], "bargroupgap": 0, "boxgroupgap": 0.3, "hidesources": false, "plot_bgcolor": "#fff", "paper_bgcolor": "#fff" } }, "height": 600, "width": 1000, "user": { "profile_url": "https://chart-studio.plotly.com/~saltwatercup", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2023-05-10 10:47:46", "mapbox_access_tokens": null, "has_password": null, "username": "saltwatercup", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-22T17:58:54.227726Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bward0532/1.embed", "fid": "bward0532:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/bward0532/1/9_15H9503QBNERO3ARQI0LEJ42ZSVNJU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/bward0532/1/2_3Q3H7FWQZLUGITAOB72Z8YSHAW8OQX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bward0532/1/8_58KYXI8IYTHX20GS3CF8RRCOOKMFOI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bward0532/1/9_15H9503QBNERO3ARQI0LEJ42ZSVNJU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bward0532:1", "plots": "https://api.plotly.com/v2/plots/bward0532:1", "parent": "https://api.plotly.com/v2/folders/home?user=bward0532" }, "owner": "bward0532", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~bward0532/1/", "world_readable": true, "date_modified": "2024-03-22T17:59:25.621Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bward0532/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines+markers", "type": "scatter", "xsrc": "bward0532:0:5b4d0c", "ysrc": "bward0532:0:55aaab" } ], "frames": [], "layout": { "title": { "text": "Display the Edit Chart Link" }, "xaxis": { "type": "linear", "range": [ 0.5455072565625332, 0.6008539199493976 ], "autorange": false }, "yaxis": { "type": "linear", "range": [ 6.476170189218865, 6.826422840234275 ], "autorange": false }, "shapes": [ { "line": { "color": "#444444" }, "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "line": { "color": "#444444" }, "opacity": 0.3, "fillcolor": "#7f7f7f" } ], "autosize": true, "template": { "themeRef": "PLOTLY_CLASSIC" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~bward0532", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.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-03-22 17:58:30", "mapbox_access_tokens": null, "has_password": null, "username": "bward0532", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-22T17:54:14.983947Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lmalves/297.embed", "fid": "lmalves:297", "filename": "Taxa emprego - 10 anos - Doutores", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lmalves/297/9_DW4XMDOLU38GW5UUALKQL7Y508ULG2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lmalves/297/2_OTHI2IP0BL9B3IXVL0DFMRLLGT41D0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lmalves/297/8_GB69PNGPT4JKDQCU42V4YDZ24348H2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lmalves/297/9_DW4XMDOLU38GW5UUALKQL7Y508ULG2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lmalves:297", "plots": "https://api.plotly.com/v2/plots/lmalves:297", "parent": "https://api.plotly.com/v2/folders/home?user=lmalves" }, "owner": "lmalves", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 96, "web_url": "https://chart-studio.plotly.com/~lmalves/297/", "world_readable": true, "date_modified": "2024-03-22T18:01:02.872Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lmalves/297/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Ano", "y": "B", "text": "K" } }, "mode": "markers+lines", "name": "Agrárias", "type": "scatter", "xsrc": "lmalves:296:89be9a", "ysrc": "lmalves:296:b285e2", "marker": { "color": "rgb(255, 160, 122)" }, "textsrc": "lmalves:296:81a25a", "hoverinfo": "text", "hoverlabel": { "align": "left" } }, { "meta": { "columnNames": { "x": "Ano", "y": "C", "text": "L" } }, "mode": "markers+lines", "name": "Biológicas", "type": "scatter", "xsrc": "lmalves:296:89be9a", "ysrc": "lmalves:296:58627c", "marker": { "color": "rgb(255, 99, 71)" }, "textsrc": "lmalves:296:a4dcd7", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "D", "text": "M" } }, "mode": "markers+lines", "name": "Saúde", "type": "scatter", "xsrc": "lmalves:296:89be9a", "ysrc": "lmalves:296:ed2db9", "marker": { "color": "rgb(255, 215, 0)" }, "textsrc": "lmalves:296:81541f", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "E", "text": "N" } }, "mode": "markers+lines", "name": "Exatas e da terra", "type": "scatter", "xsrc": "lmalves:296:89be9a", "ysrc": "lmalves:296:d5ac2d", "marker": { "color": "rgb(50, 205, 50)" }, "textsrc": "lmalves:296:4ad850", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "F", "text": "O" } }, "mode": "markers+lines", "name": "Humanas", "type": "scatter", "xsrc": "lmalves:296:89be9a", "ysrc": "lmalves:296:7448dd", "marker": { "color": "rgb(119, 136, 153)" }, "textsrc": "lmalves:296:4f40a2", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "G", "text": "P" } }, "mode": "markers+lines", "name": "Sociais aplicadas", "type": "scatter", "xsrc": "lmalves:296:89be9a", "ysrc": "lmalves:296:8ebd06", "marker": { "color": "rgb(135, 206, 235)" }, "textsrc": "lmalves:296:ea2d00", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "H", "text": "Q" } }, "mode": "markers+lines", "name": "Engenharias", "type": "scatter", "xsrc": "lmalves:296:89be9a", "ysrc": "lmalves:296:bea2eb", "marker": { "color": "rgb(0, 206, 209)" }, "textsrc": "lmalves:296:b8255f", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "I", "text": "R" } }, "mode": "markers+lines", "name": "Ling., letras e artes", "type": "scatter", "xsrc": "lmalves:296:89be9a", "ysrc": "lmalves:296:609d57", "marker": { "color": "rgb(147, 112, 219)" }, "textsrc": "lmalves:296:608fd8", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "J", "text": "S" } }, "mode": "markers+lines", "name": "Multidisciplinar", "type": "scatter", "xsrc": "lmalves:296:89be9a", "ysrc": "lmalves:296:13f785", "marker": { "color": "rgb(255, 20, 147)" }, "textsrc": "lmalves:296:4e2f5c", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 13, "family": "Roboto" }, "title": { "x": 0.5, "font": { "size": 13 }, "text": "" }, "width": 600, "xaxis": { "type": "linear", "dtick": 1, "range": [ 2008.2, 2021.7 ], "tick0": 1, "ticks": "outside", "title": { "font": { "size": 13 }, "text": "<b>Ano</b>" }, "tickmode": "linear", "autorange": false, "tickangle": 45, "tickformat": "", "exponentformat": "none" }, "yaxis": { "type": "linear", "dtick": 0, "range": [ 30, 95 ], "title": { "font": { "size": 13 }, "text": "<b>Taxa de emprego formal<br><br>\n</b>" }, "tickmode": "auto", "autorange": false, "tickformat": ",.", "ticksuffix": "%", "exponentformat": "none", "showticklabels": true }, "height": 450, "legend": { "x": 0.48, "y": -0.3, "valign": "middle", "xanchor": "center", "yanchor": "top", "orientation": "h" }, "margin": { "r": 0, "t": 25 }, "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest", "hoverlabel": { "font": { "family": "Roboto" } }, "separators": ",." } }, "height": 450, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~lmalves", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-11-28 13:10:38", "mapbox_access_tokens": null, "has_password": null, "username": "lmalves", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-22T17:54:01.114124Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lmalves/295.embed", "fid": "lmalves:295", "filename": "Taxa emprego - 5 anos - Doutores", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lmalves/295/9_9AY7UFE2DIJ1YI93FS6BII0UY03A7M.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lmalves/295/2_I1AVRX3D3WRN19GBKHW1VS7AHEBO83.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lmalves/295/8_JDOLLL7CMCHJG7PHYQPUMF1AH7PU3X.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lmalves/295/9_9AY7UFE2DIJ1YI93FS6BII0UY03A7M.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lmalves:295", "plots": "https://api.plotly.com/v2/plots/lmalves:295", "parent": "https://api.plotly.com/v2/folders/home?user=lmalves" }, "owner": "lmalves", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 96, "web_url": "https://chart-studio.plotly.com/~lmalves/295/", "world_readable": true, "date_modified": "2024-03-22T18:00:49.846Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lmalves/295/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Ano", "y": "B", "text": "K" } }, "mode": "markers+lines", "name": "Agrárias", "type": "scatter", "xsrc": "lmalves:294:89be9a", "ysrc": "lmalves:294:b285e2", "marker": { "color": "rgb(255, 160, 122)" }, "textsrc": "lmalves:294:81a25a", "hoverinfo": "text", "hoverlabel": { "align": "left" } }, { "meta": { "columnNames": { "x": "Ano", "y": "C", "text": "L" } }, "mode": "markers+lines", "name": "Biológicas", "type": "scatter", "xsrc": "lmalves:294:89be9a", "ysrc": "lmalves:294:58627c", "marker": { "color": "rgb(255, 99, 71)" }, "textsrc": "lmalves:294:a4dcd7", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "D", "text": "M" } }, "mode": "markers+lines", "name": "Saúde", "type": "scatter", "xsrc": "lmalves:294:89be9a", "ysrc": "lmalves:294:ed2db9", "marker": { "color": "rgb(255, 215, 0)" }, "textsrc": "lmalves:294:81541f", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "E", "text": "N" } }, "mode": "markers+lines", "name": "Exatas e da terra", "type": "scatter", "xsrc": "lmalves:294:89be9a", "ysrc": "lmalves:294:d5ac2d", "marker": { "color": "rgb(50, 205, 50)" }, "textsrc": "lmalves:294:4ad850", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "F", "text": "O" } }, "mode": "markers+lines", "name": "Humanas", "type": "scatter", "xsrc": "lmalves:294:89be9a", "ysrc": "lmalves:294:7448dd", "marker": { "color": "rgb(119, 136, 153)" }, "textsrc": "lmalves:294:4f40a2", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "G", "text": "P" } }, "mode": "markers+lines", "name": "Sociais aplicadas", "type": "scatter", "xsrc": "lmalves:294:89be9a", "ysrc": "lmalves:294:8ebd06", "marker": { "color": "rgb(135, 206, 235)" }, "textsrc": "lmalves:294:ea2d00", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "H", "text": "Q" } }, "mode": "markers+lines", "name": "Engenharias", "type": "scatter", "xsrc": "lmalves:294:89be9a", "ysrc": "lmalves:294:bea2eb", "marker": { "color": "rgb(0, 206, 209)" }, "textsrc": "lmalves:294:b8255f", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "I", "text": "R" } }, "mode": "markers+lines", "name": "Ling., letras e artes", "type": "scatter", "xsrc": "lmalves:294:89be9a", "ysrc": "lmalves:294:609d57", "marker": { "color": "rgb(147, 112, 219)" }, "textsrc": "lmalves:294:608fd8", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "J", "text": "S" } }, "mode": "markers+lines", "name": "Multidisciplinar", "type": "scatter", "xsrc": "lmalves:294:89be9a", "ysrc": "lmalves:294:13f785", "marker": { "color": "rgb(255, 20, 147)" }, "textsrc": "lmalves:294:4e2f5c", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 13, "family": "Roboto" }, "title": { "x": 0.5, "font": { "size": 13 }, "text": "" }, "width": 600, "xaxis": { "type": "linear", "dtick": 1, "range": [ 2008.2, 2021.7 ], "tick0": 1, "ticks": "outside", "title": { "font": { "size": 13 }, "text": "<b>Ano</b>" }, "tickmode": "linear", "autorange": false, "tickangle": 45, "tickformat": "", "exponentformat": "none" }, "yaxis": { "type": "linear", "dtick": 0, "range": [ 30, 95 ], "title": { "font": { "size": 13 }, "text": "<b>Taxa de emprego formal<br><br>\n</b>" }, "tickmode": "auto", "autorange": false, "tickformat": ",.", "ticksuffix": "%", "exponentformat": "none", "showticklabels": true }, "height": 450, "legend": { "x": 0.48, "y": -0.3, "valign": "middle", "xanchor": "center", "yanchor": "top", "orientation": "h" }, "margin": { "r": 0, "t": 25 }, "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest", "hoverlabel": { "font": { "family": "Roboto" } }, "separators": ",." } }, "height": 450, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~lmalves", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-11-28 13:10:38", "mapbox_access_tokens": null, "has_password": null, "username": "lmalves", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-22T17:53:46.354331Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lmalves/293.embed", "fid": "lmalves:293", "filename": "Taxa emprego - 2 anos - Doutores", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lmalves/293/9_PP9BG2J2ZW17QDKF36HTPROZF4ZHC0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lmalves/293/2_BQC08KAA3IH6X0GHG4B5HLNV6S98R9.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lmalves/293/8_QFBXIKY46DHD7HOFUXFRQFYKFUT5WB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lmalves/293/9_PP9BG2J2ZW17QDKF36HTPROZF4ZHC0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lmalves:293", "plots": "https://api.plotly.com/v2/plots/lmalves:293", "parent": "https://api.plotly.com/v2/folders/home?user=lmalves" }, "owner": "lmalves", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 96, "web_url": "https://chart-studio.plotly.com/~lmalves/293/", "world_readable": true, "date_modified": "2024-03-22T18:00:33.830Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lmalves/293/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Ano", "y": "B", "text": "K" } }, "mode": "markers+lines", "name": "Agrárias", "type": "scatter", "xsrc": "lmalves:292:89be9a", "ysrc": "lmalves:292:b285e2", "marker": { "color": "rgb(255, 160, 122)" }, "textsrc": "lmalves:292:81a25a", "hoverinfo": "text", "hoverlabel": { "align": "left" } }, { "meta": { "columnNames": { "x": "Ano", "y": "C", "text": "L" } }, "mode": "markers+lines", "name": "Biológicas", "type": "scatter", "xsrc": "lmalves:292:89be9a", "ysrc": "lmalves:292:58627c", "marker": { "color": "rgb(255, 99, 71)" }, "textsrc": "lmalves:292:a4dcd7", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "D", "text": "M" } }, "mode": "markers+lines", "name": "Saúde", "type": "scatter", "xsrc": "lmalves:292:89be9a", "ysrc": "lmalves:292:ed2db9", "marker": { "color": "rgb(255, 215, 0)" }, "textsrc": "lmalves:292:81541f", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "E", "text": "N" } }, "mode": "markers+lines", "name": "Exatas e da terra", "type": "scatter", "xsrc": "lmalves:292:89be9a", "ysrc": "lmalves:292:d5ac2d", "marker": { "color": "rgb(50, 205, 50)" }, "textsrc": "lmalves:292:4ad850", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "F", "text": "O" } }, "mode": "markers+lines", "name": "Humanas", "type": "scatter", "xsrc": "lmalves:292:89be9a", "ysrc": "lmalves:292:7448dd", "marker": { "color": "rgb(119, 136, 153)" }, "textsrc": "lmalves:292:4f40a2", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "G", "text": "P" } }, "mode": "markers+lines", "name": "Sociais aplicadas", "type": "scatter", "xsrc": "lmalves:292:89be9a", "ysrc": "lmalves:292:8ebd06", "marker": { "color": "rgb(135, 206, 235)" }, "textsrc": "lmalves:292:ea2d00", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "H", "text": "Q" } }, "mode": "markers+lines", "name": "Engenharias", "type": "scatter", "xsrc": "lmalves:292:89be9a", "ysrc": "lmalves:292:bea2eb", "marker": { "color": "rgb(0, 206, 209)" }, "textsrc": "lmalves:292:b8255f", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "I", "text": "R" } }, "mode": "markers+lines", "name": "Ling., letras e artes", "type": "scatter", "xsrc": "lmalves:292:89be9a", "ysrc": "lmalves:292:609d57", "marker": { "color": "rgb(147, 112, 219)" }, "textsrc": "lmalves:292:608fd8", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "Ano", "y": "J", "text": "S" } }, "mode": "markers+lines", "name": "Multidisciplinar", "type": "scatter", "xsrc": "lmalves:292:89be9a", "ysrc": "lmalves:292:13f785", "marker": { "color": "rgb(255, 20, 147)" }, "textsrc": "lmalves:292:4e2f5c", "hoverinfo": "text", "hoverlabel": { "align": "left" }, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 13, "family": "Roboto" }, "title": { "x": 0.5, "font": { "size": 13 }, "text": "" }, "width": 600, "xaxis": { "type": "linear", "dtick": 1, "range": [ 2008.2, 2021.7 ], "tick0": 1, "ticks": "outside", "title": { "font": { "size": 13 }, "text": "<b>Ano</b>" }, "tickmode": "linear", "autorange": false, "tickangle": 45, "tickformat": "", "exponentformat": "none" }, "yaxis": { "type": "linear", "dtick": 0, "range": [ 30, 95 ], "title": { "font": { "size": 13 }, "text": "<b>Taxa de emprego formal<br><br>\n</b>" }, "tickmode": "auto", "autorange": false, "tickformat": ",.", "ticksuffix": "%", "exponentformat": "none", "showticklabels": true }, "height": 450, "legend": { "x": 0.48, "y": -0.3, "valign": "middle", "xanchor": "center", "yanchor": "top", "orientation": "h" }, "margin": { "r": 0, "t": 25 }, "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest", "hoverlabel": { "font": { "family": "Roboto" } }, "separators": ",." } }, "height": 450, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~lmalves", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-11-28 13:10:38", "mapbox_access_tokens": null, "has_password": null, "username": "lmalves", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-22T17:45:48.872587Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~libertihub/9.embed", "fid": "libertihub:9", "filename": "model comparison", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/libertihub/9/9_WXHCNKWRNBXB4N9A5EIN4AV9WY21YR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/libertihub/9/2_QQ7WJ4ISI0QSD6S6TWVQAA1UBAFUKR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/libertihub/9/8_6C3EM66VL2A2PI8TFG0L0C1VMUWZDM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/libertihub/9/9_WXHCNKWRNBXB4N9A5EIN4AV9WY21YR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/libertihub:9", "plots": "https://api.plotly.com/v2/plots/libertihub:9", "parent": "https://api.plotly.com/v2/folders/home?user=libertihub" }, "owner": "libertihub", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~libertihub/9/", "world_readable": true, "date_modified": "2024-03-22T18:03:35.996Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~libertihub/9/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "train", "type": "scatter", "xsrc": "libertihub:8:fa93bf", "ysrc": "libertihub:8:c82720" }, { "mode": "markers", "name": "test", "type": "scatter", "xsrc": "libertihub:8:b45301", "ysrc": "libertihub:8:e9c638" }, { "name": "logostic regression", "type": "scatter", "xsrc": "libertihub:8:aefc86", "ysrc": "libertihub:8:04ce90" }, { "name": "Decision Tree", "type": "scatter", "xsrc": "libertihub:8:4e807c", "ysrc": "libertihub:8:b47a7d" }, { "name": "k-NN", "type": "scatter", "xsrc": "libertihub:8:146f91", "ysrc": "libertihub:8:8c5cad" } ], "layout": { "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~libertihub", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-21 18:34:14", "mapbox_access_tokens": null, "has_password": null, "username": "libertihub", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-22T17:45:08.445797Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~stasibularca/1.embed", "fid": "stasibularca:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/stasibularca/1/9_3CCAQJ417MAOHXQFW83CGVFQ0T1RJY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/stasibularca/1/2_NLMXWDZQ7EP51HY7YJ4M2R2MFQLYST.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/stasibularca/1/8_336FRDER9LEKKO2OAE2DXTBSXJAF2F.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/stasibularca/1/9_3CCAQJ417MAOHXQFW83CGVFQ0T1RJY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/stasibularca:1", "plots": "https://api.plotly.com/v2/plots/stasibularca:1", "parent": "https://api.plotly.com/v2/folders/home?user=stasibularca" }, "owner": "stasibularca", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~stasibularca/1/", "world_readable": true, "date_modified": "2024-03-22T17:45:26.925Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~stasibularca/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers+lines", "name": "12:00 (CST) ", "type": "scatter", "xsrc": "stasibularca:0:756716", "ysrc": "stasibularca:0:f8a634" }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers+lines", "name": "16:00 (CST)", "type": "scatter", "xsrc": "stasibularca:0:756716", "ysrc": "stasibularca:0:55832f", "marker": { "color": "rgb(232, 120, 10)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "markers+lines", "name": "18:30 (CST)", "type": "scatter", "xsrc": "stasibularca:0:756716", "ysrc": "stasibularca:0:58a318", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Great Smokey Mountains: Visibility and Time" }, "xaxis": { "type": "category", "range": [ -1.673543689320388, 29.67354368932039 ], "title": { "text": "Dates of Air Quality Tracked " }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -5.788321167883211, 162.78832116788323 ], "title": { "text": "Visibility (Miles)" }, "autorange": true }, "legend": { "title": { "font": { "family": "Old Standard TT" }, "text": "Lengend (Time)" } }, "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/~stasibularca", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.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-03-22 17:44:41", "mapbox_access_tokens": null, "has_password": null, "username": "stasibularca", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-22T17:44:23.266131Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~1552213/3.embed", "fid": "1552213:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/1552213/3/9_S9S0H23UFZLSGNH930DK3Z95R3YA54.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/1552213/3/2_AELQ15XNEM19PPXOLU2F03SAQF9L4Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/1552213/3/8_35GAL9VJ596NNPFL0CYBEQFKLG4HU7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/1552213/3/9_S9S0H23UFZLSGNH930DK3Z95R3YA54.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/1552213:3", "plots": "https://api.plotly.com/v2/plots/1552213:3", "parent": "https://api.plotly.com/v2/folders/home?user=1552213" }, "owner": "1552213", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~1552213/3/", "world_readable": true, "date_modified": "2024-03-22T17:44:23.282Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~1552213/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(250, 99, 243)", "width": 2 }, "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "markers+lines+text", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "1552213:2:f0ac89", "ysrc": "1552213:2:e1d24d", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 22, "family": "Times New Roman" }, "title": { "x": 0.5, "font": { "size": 33, "color": "rgb(0, 3, 8)" }, "text": "<b>S Parameter</b>" }, "xaxis": { "type": "linear", "range": [ 1.2818889970788705, 5.2181110029211295 ], "title": { "text": "Frequency(GHz)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -28.7668268008658, 1.3820798008658008 ], "title": { "text": "Return Loss dB" }, "autorange": true }, "margin": { "b": 41, "l": 67, "r": 53, "t": 72 }, "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/~1552213", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/47.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-22 16:56:23", "mapbox_access_tokens": null, "has_password": null, "username": "1552213", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "