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=cD0yMDI0LTA0LTMwKzAwJTNBMzUlM0ExMi4yOTMzOTAlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTI5KzIxJTNBMTglM0ExNy45ODM4MjElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0zMCswMCUzQTIxJTNBMjcuMDM1Mzc4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-30T00:21:27.035378Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~radu150802/1.embed", "fid": "radu150802:1", "filename": "Timp mediu rulare", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/radu150802/1/9_5QUM5ZVDO6C0CGZTVB6C0RB4TLTS06.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/radu150802/1/2_0TATLUPYGDEKK7GDCQQV504LPNOIBK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/radu150802/1/8_FQL2KEU24YFI73HI93W8DZX1NBA5Q7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/radu150802/1/9_5QUM5ZVDO6C0CGZTVB6C0RB4TLTS06.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/radu150802:1", "plots": "https://api.plotly.com/v2/plots/radu150802:1", "parent": "https://api.plotly.com/v2/folders/home?user=radu150802" }, "owner": "radu150802", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~radu150802/1/", "world_readable": true, "date_modified": "2024-04-30T00:21:27.046Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~radu150802/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "A" } }, "type": "bar", "xsrc": "radu150802:0:e19081", "ysrc": "radu150802:0:56580a", "xaxis": "x", "yaxis": "y", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Timp mediu de rulare" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "text": "Test" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 52.09473684210526 ], "title": { "text": "Timp (s)" }, "autorange": true }, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~radu150802", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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-04-30 00:20:47", "mapbox_access_tokens": null, "has_password": null, "username": "radu150802", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-29T23:34:00.792069Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~premo213/1.embed", "fid": "premo213:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/premo213/1/9_ABC6WCGALYRL7EZSXXDQ67JLBC8AGL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/premo213/1/2_3C8NKM74IN15HIE2IQI1EFF5STOEUY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/premo213/1/8_O27C65U5AJ442OMBGVZXV146BKDLGD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/premo213/1/9_ABC6WCGALYRL7EZSXXDQ67JLBC8AGL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/premo213:1", "plots": "https://api.plotly.com/v2/plots/premo213:1", "parent": "https://api.plotly.com/v2/folders/home?user=premo213" }, "owner": "premo213", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~premo213/1/", "world_readable": true, "date_modified": "2024-04-29T23:34:00.804Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~premo213/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "lines", "type": "scatter", "xsrc": "premo213:0:02b06a", "ysrc": "premo213:0:68b55c" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 2 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 17999, 18001 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~premo213", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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-04-29 23:32:31", "mapbox_access_tokens": null, "has_password": null, "username": "premo213", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-29T23:30:32.787573Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sz.csenge21/9.embed", "fid": "sz.csenge21:9", "filename": "hús - testmozgás", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/9/9_UASR0LADZQCJDFLTA2WG8Q1OMPH611.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/9/2_AF7TBMUONAFXKMZ26B2OMN8EX964KX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/9/8_1OF7JYO7CU7XH35EPB2AGMX9O4DOUR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/9/9_UASR0LADZQCJDFLTA2WG8Q1OMPH611.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sz.csenge21:9", "plots": "https://api.plotly.com/v2/plots/sz.csenge21:9", "parent": "https://api.plotly.com/v2/folders/home?user=sz.csenge21" }, "owner": "sz.csenge21", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~sz.csenge21/9/", "world_readable": true, "date_modified": "2024-04-30T01:10:57.887Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sz.csenge21/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "62e8c0", "meta": { "columnNames": { "x": "testedzés", "y": "hús" } }, "mode": "markers", "name": "", "type": "scatter", "xsrc": "sz.csenge21:8:d33eff", "ysrc": "sz.csenge21:8:dd50e4", "marker": { "color": "rgb(220, 166, 224)" } }, { "uid": "4edb06", "name": "", "transforms": [ { "rms": "", "type": "fit", "inputUid": "62e8c0", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.23618354346266818, "value": 0.8430769230769809 }, { "hold": false, "name": "b", "error": 1.4449448108627239, "value": 5.166153846153469 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "font": { "size": 20, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "title": { "font": { "size": 22 }, "text": "<b>4. Ábra</b><br><i>A testmozgás és a húsfogyasztás gyakoriságának kapcsolata</i>" }, "xaxis": { "type": "linear", "range": [ -0.6591695501730104, 11.65916955017301 ], "title": { "font": { "size": 20 }, "text": "Testedzés Skála összpontszáma" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -1.7389112903225805, 26.73891129032258 ], "title": { "font": { "size": 20 }, "text": "Húsfogyasztás heti gyakorisága" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sz.csenge21", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2022-05-05 06:50:23", "mapbox_access_tokens": null, "has_password": null, "username": "sz.csenge21", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-29T23:15:42.706995Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sz.csenge21/7.embed", "fid": "sz.csenge21:7", "filename": "testmozgás + táplálkozás", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/7/9_W6LB0TXVVRHUARZTALK2GDBG4ZVCH5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/7/2_43TWZ8R3MA9C6TF5VHOJ4RHI5YZVHD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/7/8_VQ72DUJ1EC0HDG4PXJ5MCKZ3T2K4R1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/7/9_W6LB0TXVVRHUARZTALK2GDBG4ZVCH5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sz.csenge21:7", "plots": "https://api.plotly.com/v2/plots/sz.csenge21:7", "parent": "https://api.plotly.com/v2/folders/home?user=sz.csenge21" }, "owner": "sz.csenge21", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~sz.csenge21/7/", "world_readable": true, "date_modified": "2024-04-30T01:09:15.491Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sz.csenge21/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "87dee4", "meta": { "columnNames": { "x": "testedzés összpontszám", "y": "egészséges táplálkozás index" } }, "mode": "markers", "name": "", "type": "scatter", "xsrc": "sz.csenge21:6:ba7efa", "ysrc": "sz.csenge21:6:0a1f02", "marker": { "color": "rgb(220, 166, 224)" }, "visible": true, "orientation": "v", "autocolorscale": true }, { "uid": "94fd37", "name": "", "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "type": "percent", "color": "#636efa", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "transforms": [ { "rms": "", "type": "fit", "inputUid": "87dee4", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.5256379901186187, "value": 1.2376947040498416 }, { "hold": false, "name": "b", "error": 3.229573880369149, "value": 47.79875389408101 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "font": { "size": 20, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "font": { "size": 22, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "text": "<b>3. Ábra</b><br><i>A testmozgás és az egészséges táplálkozás kapcsolata</i>" }, "xaxis": { "type": "linear", "range": [ -0.6591695501730104, 11.65916955017301 ], "title": { "font": { "size": 20, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "text": "Testedzés Skála összpontszáma" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 9.844254032258064, 110.65574596774194 ], "title": { "font": { "size": 20, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "text": "Egészséges táplálkozás index" }, "autorange": true }, "modebar": { "orientation": "h" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hoverlabel": { "font": { "family": "Times New Roman" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sz.csenge21", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2022-05-05 06:50:23", "mapbox_access_tokens": null, "has_password": null, "username": "sz.csenge21", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-29T23:12:12.966348Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~robertsm02/3.embed", "fid": "robertsm02:3", "filename": "avgcollegevs", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/robertsm02/3/9_U3KW5P7F1IN38YRPM6FMSGBMC0J29K.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/robertsm02/3/2_XHF6HI5HWWEMJWF5IL5UDH2QR4UW17.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/robertsm02/3/8_K458XWHH6L1VPW4H18LYR02HJH3CK4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/robertsm02/3/9_U3KW5P7F1IN38YRPM6FMSGBMC0J29K.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/robertsm02:3", "plots": "https://api.plotly.com/v2/plots/robertsm02:3", "parent": "https://api.plotly.com/v2/folders/home?user=robertsm02" }, "owner": "robertsm02", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~robertsm02/3/", "world_readable": true, "date_modified": "2024-09-15T00:35:33.785Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~robertsm02/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "College of Communications", "text": "totalavg_wages: 40434.80<br />totalavg_loan: 21317.20<br />college: College of Communications", "type": "scatter", "xsrc": "robertsm02:2:e990c1", "ysrc": "robertsm02:2:b242ce", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Communications" }, { "mode": "markers", "name": "College of Communications", "text": "totalavg_wages: 56568.67<br />totalavg_loan: 38649.67<br />college: College of Communications", "type": "scatter", "xsrc": "robertsm02:2:bea299", "ysrc": "robertsm02:2:ad0c1e", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Communications" }, { "mode": "markers", "name": "College of Education", "text": "totalavg_wages: 33297.00<br />totalavg_loan: 21914.00<br />college: College of Education", "type": "scatter", "xsrc": "robertsm02:2:f3bb41", "ysrc": "robertsm02:2:9e814e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(229,135,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,135,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Education" }, { "mode": "markers", "name": "College of Education", "text": "totalavg_wages: 55730.75<br />totalavg_loan: 33232.75<br />college: College of Education", "type": "scatter", "xsrc": "robertsm02:2:fb29db", "ysrc": "robertsm02:2:7186b7", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(229,135,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,135,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Education" }, { "mode": "markers", "name": "College of Education", "text": "totalavg_wages: 96751.00<br />totalavg_loan: 65977.50<br />college: College of Education", "type": "scatter", "xsrc": "robertsm02:2:93baa1", "ysrc": "robertsm02:2:d94a84", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(229,135,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,135,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Education" }, { "mode": "markers", "name": "College of Fine Arts", "text": "totalavg_wages: 38950.83<br />totalavg_loan: 24163.83<br />college: College of Fine Arts", "type": "scatter", "xsrc": "robertsm02:2:8ddab0", "ysrc": "robertsm02:2:921e64", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(201,152,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(201,152,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Fine Arts" }, { "mode": "markers", "name": "College of Fine Arts", "text": "totalavg_wages: 45172.67<br />totalavg_loan: 33837.67<br />college: College of Fine Arts", "type": "scatter", "xsrc": "robertsm02:2:18c46d", "ysrc": "robertsm02:2:2df4d5", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(201,152,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(201,152,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Fine Arts" }, { "mode": "markers", "name": "College of Fine Arts", "text": "totalavg_wages: 28928.00<br />totalavg_loan: 42250.00<br />college: College of Fine Arts", "type": "scatter", "xsrc": "robertsm02:2:b95d1c", "ysrc": "robertsm02:2:1665bb", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(201,152,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(201,152,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Fine Arts" }, { "mode": "markers", "name": "College of Liberal Arts", "text": "totalavg_wages: 43815.60<br />totalavg_loan: 23004.20<br />college: College of Liberal Arts", "type": "scatter", "xsrc": "robertsm02:2:3a8169", "ysrc": "robertsm02:2:69b675", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Liberal Arts" }, { "mode": "markers", "name": "College of Liberal Arts", "text": "totalavg_wages: 60848.00<br />totalavg_loan: 31474.67<br />college: College of Liberal Arts", "type": "scatter", "xsrc": "robertsm02:2:49362c", "ysrc": "robertsm02:2:37d26e", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Liberal Arts" }, { "mode": "markers", "name": "College of Liberal Arts", "text": "totalavg_wages: 63244.00<br />totalavg_loan: 49743.50<br />college: College of Liberal Arts", "type": "scatter", "xsrc": "robertsm02:2:9de836", "ysrc": "robertsm02:2:97ed50", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Liberal Arts" }, { "mode": "markers", "name": "College of Natural Sciences", "text": "totalavg_wages: 46551.00<br />totalavg_loan: 23291.29<br />college: College of Natural Sciences", "type": "scatter", "xsrc": "robertsm02:2:0625f6", "ysrc": "robertsm02:2:aeb175", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(107,177,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(107,177,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Natural Sciences" }, { "mode": "markers", "name": "College of Natural Sciences", "text": "totalavg_wages: 93448.00<br />totalavg_loan: 37277.20<br />college: College of Natural Sciences", "type": "scatter", "xsrc": "robertsm02:2:a54ec1", "ysrc": "robertsm02:2:7608e7", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(107,177,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(107,177,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Natural Sciences" }, { "mode": "markers", "name": "College of Natural Sciences", "text": "totalavg_wages: 82167.00<br />totalavg_loan: 29477.00<br />college: College of Natural Sciences", "type": "scatter", "xsrc": "robertsm02:2:045acb", "ysrc": "robertsm02:2:55fd57", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(107,177,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(107,177,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Natural Sciences" }, { "mode": "markers", "name": "College of Pharmacy", "text": "totalavg_wages: 93869.00<br />totalavg_loan: 111757.00<br />college: College of Pharmacy", "type": "scatter", "xsrc": "robertsm02:2:a663e2", "ysrc": "robertsm02:2:f3b3ff", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(0,186,56,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,186,56,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Pharmacy" }, { "mode": "markers", "name": "School of Architecture", "text": "totalavg_wages: 58409.00<br />totalavg_loan: 31420.00<br />college: School of Architecture", "type": "scatter", "xsrc": "robertsm02:2:3cd7ee", "ysrc": "robertsm02:2:81726e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Architecture" }, { "mode": "markers", "name": "School of Architecture", "text": "totalavg_wages: 60618.67<br />totalavg_loan: 45834.33<br />college: School of Architecture", "type": "scatter", "xsrc": "robertsm02:2:ac429c", "ysrc": "robertsm02:2:2c71cd", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Architecture" }, { "mode": "markers", "name": "School of Business", "text": "totalavg_wages: 67704.20<br />totalavg_loan: 22292.40<br />college: School of Business", "type": "scatter", "xsrc": "robertsm02:2:dee288", "ysrc": "robertsm02:2:8fba13", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,192,175,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,192,175,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Business" }, { "mode": "markers", "name": "School of Business", "text": "totalavg_wages: 108056.67<br />totalavg_loan: 40487.67<br />college: School of Business", "type": "scatter", "xsrc": "robertsm02:2:a4e463", "ysrc": "robertsm02:2:6a0e3c", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(0,192,175,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,192,175,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Business" }, { "mode": "markers", "name": "School of Engineering", "text": "totalavg_wages: 76724.11<br />totalavg_loan: 22954.22<br />college: School of Engineering", "type": "scatter", "xsrc": "robertsm02:2:5a6ac2", "ysrc": "robertsm02:2:35eb71", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,188,216,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,188,216,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Engineering" }, { "mode": "markers", "name": "School of Engineering", "text": "totalavg_wages: 115161.40<br />totalavg_loan: 28657.00<br />college: School of Engineering", "type": "scatter", "xsrc": "robertsm02:2:e3396e", "ysrc": "robertsm02:2:530fe3", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(0,188,216,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,188,216,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Engineering" }, { "mode": "markers", "name": "School of Engineering", "text": "totalavg_wages: 124330.50<br />totalavg_loan: 35297.00<br />college: School of Engineering", "type": "scatter", "xsrc": "robertsm02:2:7fd922", "ysrc": "robertsm02:2:17599a", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(0,188,216,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,188,216,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Engineering" }, { "mode": "markers", "name": "School of Geosciences", "text": "totalavg_wages: 45702.00<br />totalavg_loan: 20259.00<br />college: School of Geosciences", "type": "scatter", "xsrc": "robertsm02:2:b4a864", "ysrc": "robertsm02:2:c82747", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Geosciences" }, { "mode": "markers", "name": "School of Geosciences", "text": "totalavg_wages: 97967.00<br />totalavg_loan: 41755.00<br />college: School of Geosciences", "type": "scatter", "xsrc": "robertsm02:2:bbd769", "ysrc": "robertsm02:2:3955df", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Geosciences" }, { "mode": "markers", "name": "School of Law", "text": "totalavg_wages: 196200.00<br />totalavg_loan: 60148.00<br />college: School of Law", "type": "scatter", "xsrc": "robertsm02:2:652ce9", "ysrc": "robertsm02:2:bac748", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(97,156,255,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(97,156,255,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Law" }, { "mode": "markers", "name": "School of Nursing", "text": "totalavg_wages: 77773.00<br />totalavg_loan: 25022.00<br />college: School of Nursing", "type": "scatter", "xsrc": "robertsm02:2:c588ad", "ysrc": "robertsm02:2:07a0ae", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(185,131,255,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(185,131,255,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Nursing" }, { "mode": "markers", "name": "School of Nursing", "text": "totalavg_wages: 95754.00<br />totalavg_loan: 55409.00<br />college: School of Nursing", "type": "scatter", "xsrc": "robertsm02:2:831d2c", "ysrc": "robertsm02:2:e22748", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(185,131,255,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(185,131,255,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Nursing" }, { "mode": "markers", "name": "School of Nursing", "text": "totalavg_wages: 111698.00<br />totalavg_loan: 76447.00<br />college: School of Nursing", "type": "scatter", "xsrc": "robertsm02:2:39a9e5", "ysrc": "robertsm02:2:0e1cae", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(185,131,255,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(185,131,255,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Nursing" }, { "mode": "markers", "name": "School of Public Affairs", "text": "totalavg_wages: 77926.00<br />totalavg_loan: 39746.00<br />college: School of Public Affairs", "type": "scatter", "xsrc": "robertsm02:2:08199b", "ysrc": "robertsm02:2:213308", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Public Affairs" }, { "mode": "markers", "name": "School of Social Work", "text": "totalavg_wages: 38684.00<br />totalavg_loan: 21580.00<br />college: School of Social Work", "type": "scatter", "xsrc": "robertsm02:2:417627", "ysrc": "robertsm02:2:a63bb9", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(253,97,209,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(253,97,209,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Social Work" }, { "mode": "markers", "name": "School of Social Work", "text": "totalavg_wages: 52383.00<br />totalavg_loan: 45056.00<br />college: School of Social Work", "type": "scatter", "xsrc": "robertsm02:2:c9758b", "ysrc": "robertsm02:2:302054", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(253,97,209,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(253,97,209,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Social Work" }, { "mode": "markers", "name": "Undecided/Other", "text": "totalavg_wages: 58754.50<br />totalavg_loan: 24886.00<br />college: Undecided/Other", "type": "scatter", "xsrc": "robertsm02:2:2f95dd", "ysrc": "robertsm02:2:9a201c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,103,164,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(255,103,164,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "Undecided/Other" }, { "mode": "markers", "name": "Undecided/Other", "text": "totalavg_wages: 116510.00<br />totalavg_loan: 40323.00<br />college: Undecided/Other", "type": "scatter", "xsrc": "robertsm02:2:7126fc", "ysrc": "robertsm02:2:ce7e9c", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(255,103,164,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(255,103,164,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "Undecided/Other" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 17.534246575342465, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Average Loans v. Wages Made After College (by College)", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 20564.4, 204563.6 ], "ticks": "outside", "title": "", "anchor": "y2", "domain": [ 0, 0.48912807131985214 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "50000", "100000", "150000", "200000" ], "tickvals": [ 50000, 100000, 150000, 200000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "50000", "100000", "150000", "200000" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 15684.099999999999, 116331.9 ], "ticks": "outside", "title": "", "anchor": "x", "domain": [ 0.5395738203957382, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "30000", "60000", "90000" ], "tickvals": [ 30000, 60000, 90000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "30000", "60000", "90000" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "College" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.8897637795275593 }, "margin": { "b": 40.1826484018265, "l": 54.79452054794521, "r": 7.305936073059362, "t": 55.45205479452055 }, "shapes": [ { "x0": 0, "x1": 0.48912807131985214, "y0": 0.5395738203957382, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null }, { "x0": 0, "x1": 0.48912807131985214, "y0": 0, "y1": 23.37899543378996, "line": { "color": "transparent", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "yanchor": 1, "fillcolor": "rgba(217,217,217,1)", "ysizemode": "pixel" }, { "x0": 0.5108719286801479, "x1": 1, "y0": 0.5395738203957382, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null }, { "x0": 0.5108719286801479, "x1": 1, "y0": 0, "y1": 23.37899543378996, "line": { "color": "transparent", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "yanchor": 1, "fillcolor": "rgba(217,217,217,1)", "ysizemode": "pixel" }, { "x0": 0, "x1": 0.48912807131985214, "y0": 0, "y1": 0.4604261796042618, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null }, { "x0": 0, "x1": 0.48912807131985214, "y0": 0, "y1": 23.37899543378996, "line": { "color": "transparent", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "yanchor": 0.4604261796042618, "fillcolor": "rgba(217,217,217,1)", "ysizemode": "pixel" }, { "x0": 0.5108719286801479, "x1": 1, "y0": 0, "y1": 0.4604261796042618, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null }, { "x0": 0.5108719286801479, "x1": 1, "y0": 0, "y1": 23.37899543378996, "line": { "color": "transparent", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "yanchor": 0.4604261796042618, "fillcolor": "rgba(217,217,217,1)", "ysizemode": "pixel" } ], "xaxis2": { "type": "linear", "range": [ 20564.4, 204563.6 ], "ticks": "outside", "title": "", "anchor": "y2", "domain": [ 0.5108719286801479, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "50000", "100000", "150000", "200000" ], "tickvals": [ 50000, 100000, 150000, 200000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "hoverformat": ".2f", "categoryarray": [ "50000", "100000", "150000", "200000" ], "categoryorder": "array", "showticklabels": true }, "yaxis2": { "type": "linear", "range": [ 15684.099999999999, 116331.9 ], "ticks": "outside", "title": "", "anchor": "x", "domain": [ 0, 0.4604261796042618 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "30000", "60000", "90000" ], "tickvals": [ 30000, 60000, 90000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "hoverformat": ".2f", "categoryarray": [ "30000", "60000", "90000" ], "categoryorder": "array", "showticklabels": true }, "barmode": "relative", "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 0.5, "y": 0, "ax": 0, "ay": 0, "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Total Average Wages Amount by College ($)", "xref": "paper", "yref": "paper", "yshift": -21.91780821917808, "xanchor": "center", "yanchor": "top", "showarrow": false, "textangle": 0, "annotationType": "axis" }, { "x": 0, "y": 0.5, "ax": 0, "ay": 0, "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Total Average Loan Amount at Graduation by College ($)", "xref": "paper", "yref": "paper", "xshift": -39.45205479452055, "xanchor": "right", "yanchor": "center", "showarrow": false, "textangle": -90, "annotationType": "axis" }, { "x": 0.24456403565992607, "y": 1, "ax": 0, "ay": 0, "font": { "size": 11.68949771689498, "color": "rgba(26,26,26,1)", "family": "" }, "text": "bachelor", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7554359643400739, "y": 1, "ax": 0, "ay": 0, "font": { "size": 11.68949771689498, "color": "rgba(26,26,26,1)", "family": "" }, "text": "masters", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.24456403565992607, "y": 0.4604261796042618, "ax": 0, "ay": 0, "font": { "size": 11.68949771689498, "color": "rgba(26,26,26,1)", "family": "" }, "text": "PhD", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7554359643400739, "y": 0.4604261796042618, "ax": 0, "ay": 0, "font": { "size": 11.68949771689498, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Professional", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 } ], "plot_bgcolor": "rgba(235,235,235,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~robertsm02", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-29 22:53:15", "mapbox_access_tokens": null, "has_password": null, "username": "robertsm02", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-29T23:00:31.461344Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~robertsm02/1.embed", "fid": "robertsm02:1", "filename": "avgcollegeperc", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/robertsm02/1/9_MAU9NVFC9Q1EPIGVSIH1AC12B7WOAK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/robertsm02/1/2_AQ6FSLQFO7KDEWKD8V7QLHNMF32L9S.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/robertsm02/1/8_FT2CP44QPS9D1XU2H2JDLZUAZ856JJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/robertsm02/1/9_MAU9NVFC9Q1EPIGVSIH1AC12B7WOAK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/robertsm02:1", "plots": "https://api.plotly.com/v2/plots/robertsm02:1", "parent": "https://api.plotly.com/v2/folders/home?user=robertsm02" }, "owner": "robertsm02", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 13, "web_url": "https://chart-studio.plotly.com/~robertsm02/1/", "world_readable": true, "date_modified": "2024-09-15T00:35:39.565Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~robertsm02/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "College of Communications", "text": "totalpercent_wages: 55.40000<br />totalpercent_loan: 47.20000<br />college: College of Communications", "type": "scatter", "xsrc": "robertsm02:0:2ba998", "ysrc": "robertsm02:0:6e9bec", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Communications" }, { "mode": "markers", "name": "College of Communications", "text": "totalpercent_wages: 55.00000<br />totalpercent_loan: 44.00000<br />college: College of Communications", "type": "scatter", "xsrc": "robertsm02:0:9cc48c", "ysrc": "robertsm02:0:164949", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Communications" }, { "mode": "markers", "name": "College of Education", "text": "totalpercent_wages: 54.00000<br />totalpercent_loan: 46.00000<br />college: College of Education", "type": "scatter", "xsrc": "robertsm02:0:f34152", "ysrc": "robertsm02:0:707e03", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(229,135,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,135,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Education" }, { "mode": "markers", "name": "College of Education", "text": "totalpercent_wages: 57.25000<br />totalpercent_loan: 56.50000<br />college: College of Education", "type": "scatter", "xsrc": "robertsm02:0:cbce58", "ysrc": "robertsm02:0:1ff009", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(229,135,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,135,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Education" }, { "mode": "markers", "name": "College of Education", "text": "totalpercent_wages: 45.00000<br />totalpercent_loan: 52.00000<br />college: College of Education", "type": "scatter", "xsrc": "robertsm02:0:ff92d3", "ysrc": "robertsm02:0:e5ce54", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(229,135,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(229,135,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Education" }, { "mode": "markers", "name": "College of Fine Arts", "text": "totalpercent_wages: 55.50000<br />totalpercent_loan: 53.16667<br />college: College of Fine Arts", "type": "scatter", "xsrc": "robertsm02:0:5ea1f9", "ysrc": "robertsm02:0:39a4a7", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(201,152,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(201,152,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Fine Arts" }, { "mode": "markers", "name": "College of Fine Arts", "text": "totalpercent_wages: 45.33333<br />totalpercent_loan: 52.66667<br />college: College of Fine Arts", "type": "scatter", "xsrc": "robertsm02:0:9e0492", "ysrc": "robertsm02:0:b73cb1", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(201,152,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(201,152,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Fine Arts" }, { "mode": "markers", "name": "College of Fine Arts", "text": "totalpercent_wages: 43.00000<br />totalpercent_loan: 30.00000<br />college: College of Fine Arts", "type": "scatter", "xsrc": "robertsm02:0:22c011", "ysrc": "robertsm02:0:a6cacb", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(201,152,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(201,152,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Fine Arts" }, { "mode": "markers", "name": "College of Liberal Arts", "text": "totalpercent_wages: 56.30000<br />totalpercent_loan: 49.15000<br />college: College of Liberal Arts", "type": "scatter", "xsrc": "robertsm02:0:11c48b", "ysrc": "robertsm02:0:ad52a0", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Liberal Arts" }, { "mode": "markers", "name": "College of Liberal Arts", "text": "totalpercent_wages: 43.33333<br />totalpercent_loan: 50.33333<br />college: College of Liberal Arts", "type": "scatter", "xsrc": "robertsm02:0:0843a8", "ysrc": "robertsm02:0:f65977", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Liberal Arts" }, { "mode": "markers", "name": "College of Liberal Arts", "text": "totalpercent_wages: 43.50000<br />totalpercent_loan: 49.50000<br />college: College of Liberal Arts", "type": "scatter", "xsrc": "robertsm02:0:8018fc", "ysrc": "robertsm02:0:c01ce3", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Liberal Arts" }, { "mode": "markers", "name": "College of Natural Sciences", "text": "totalpercent_wages: 54.00000<br />totalpercent_loan: 46.21429<br />college: College of Natural Sciences", "type": "scatter", "xsrc": "robertsm02:0:5bcbee", "ysrc": "robertsm02:0:5211a9", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(107,177,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(107,177,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Natural Sciences" }, { "mode": "markers", "name": "College of Natural Sciences", "text": "totalpercent_wages: 48.60000<br />totalpercent_loan: 41.60000<br />college: College of Natural Sciences", "type": "scatter", "xsrc": "robertsm02:0:a77063", "ysrc": "robertsm02:0:447905", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(107,177,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(107,177,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Natural Sciences" }, { "mode": "markers", "name": "College of Natural Sciences", "text": "totalpercent_wages: 21.00000<br />totalpercent_loan: 25.00000<br />college: College of Natural Sciences", "type": "scatter", "xsrc": "robertsm02:0:3e927a", "ysrc": "robertsm02:0:17b5de", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(107,177,0,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(107,177,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "College of Natural Sciences" }, { "mode": "markers", "name": "College of Pharmacy", "text": "totalpercent_wages: 63.00000<br />totalpercent_loan: 73.00000<br />college: College of Pharmacy", "type": "scatter", "xsrc": "robertsm02:0:766840", "ysrc": "robertsm02:0:45d06e", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(0,186,56,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,186,56,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "College of Pharmacy" }, { "mode": "markers", "name": "School of Architecture", "text": "totalpercent_wages: 59.00000<br />totalpercent_loan: 52.00000<br />college: School of Architecture", "type": "scatter", "xsrc": "robertsm02:0:0e5b58", "ysrc": "robertsm02:0:c69b0f", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Architecture" }, { "mode": "markers", "name": "School of Architecture", "text": "totalpercent_wages: 63.66667<br />totalpercent_loan: 58.33333<br />college: School of Architecture", "type": "scatter", "xsrc": "robertsm02:0:2a500d", "ysrc": "robertsm02:0:6fe924", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Architecture" }, { "mode": "markers", "name": "School of Business", "text": "totalpercent_wages: 56.60000<br />totalpercent_loan: 33.00000<br />college: School of Business", "type": "scatter", "xsrc": "robertsm02:0:5cb5a7", "ysrc": "robertsm02:0:de79db", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,192,175,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,192,175,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Business" }, { "mode": "markers", "name": "School of Business", "text": "totalpercent_wages: 69.66667<br />totalpercent_loan: 40.00000<br />college: School of Business", "type": "scatter", "xsrc": "robertsm02:0:923877", "ysrc": "robertsm02:0:5d3da4", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(0,192,175,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,192,175,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Business" }, { "mode": "markers", "name": "School of Engineering", "text": "totalpercent_wages: 56.11111<br />totalpercent_loan: 37.88889<br />college: School of Engineering", "type": "scatter", "xsrc": "robertsm02:0:461102", "ysrc": "robertsm02:0:a07347", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,188,216,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,188,216,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Engineering" }, { "mode": "markers", "name": "School of Engineering", "text": "totalpercent_wages: 51.00000<br />totalpercent_loan: 21.60000<br />college: School of Engineering", "type": "scatter", "xsrc": "robertsm02:0:a8a7b5", "ysrc": "robertsm02:0:fd14b3", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(0,188,216,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,188,216,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Engineering" }, { "mode": "markers", "name": "School of Engineering", "text": "totalpercent_wages: 41.50000<br />totalpercent_loan: 15.50000<br />college: School of Engineering", "type": "scatter", "xsrc": "robertsm02:0:b4bfbf", "ysrc": "robertsm02:0:f2d976", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(0,188,216,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,188,216,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Engineering" }, { "mode": "markers", "name": "School of Geosciences", "text": "totalpercent_wages: 56.00000<br />totalpercent_loan: 49.00000<br />college: School of Geosciences", "type": "scatter", "xsrc": "robertsm02:0:a86e63", "ysrc": "robertsm02:0:07e8ec", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Geosciences" }, { "mode": "markers", "name": "School of Geosciences", "text": "totalpercent_wages: 38.00000<br />totalpercent_loan: 31.00000<br />college: School of Geosciences", "type": "scatter", "xsrc": "robertsm02:0:35fb5d", "ysrc": "robertsm02:0:1bd2c7", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Geosciences" }, { "mode": "markers", "name": "School of Law", "text": "totalpercent_wages: 63.00000<br />totalpercent_loan: 70.00000<br />college: School of Law", "type": "scatter", "xsrc": "robertsm02:0:d9383d", "ysrc": "robertsm02:0:e311c9", "frame": null, "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgba(97,156,255,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(97,156,255,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Law" }, { "mode": "markers", "name": "School of Nursing", "text": "totalpercent_wages: 92.00000<br />totalpercent_loan: 52.00000<br />college: School of Nursing", "type": "scatter", "xsrc": "robertsm02:0:04b9c3", "ysrc": "robertsm02:0:3f050e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(185,131,255,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(185,131,255,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Nursing" }, { "mode": "markers", "name": "School of Nursing", "text": "totalpercent_wages: 69.00000<br />totalpercent_loan: 59.00000<br />college: School of Nursing", "type": "scatter", "xsrc": "robertsm02:0:d0f44b", "ysrc": "robertsm02:0:05bc92", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(185,131,255,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(185,131,255,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Nursing" }, { "mode": "markers", "name": "School of Nursing", "text": "totalpercent_wages: 78.00000<br />totalpercent_loan: 66.00000<br />college: School of Nursing", "type": "scatter", "xsrc": "robertsm02:0:8cc7a5", "ysrc": "robertsm02:0:6f4d88", "frame": null, "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgba(185,131,255,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(185,131,255,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Nursing" }, { "mode": "markers", "name": "School of Public Affairs", "text": "totalpercent_wages: 56.00000<br />totalpercent_loan: 59.00000<br />college: School of Public Affairs", "type": "scatter", "xsrc": "robertsm02:0:7695a4", "ysrc": "robertsm02:0:5f5de0", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Public Affairs" }, { "mode": "markers", "name": "School of Social Work", "text": "totalpercent_wages: 68.00000<br />totalpercent_loan: 70.00000<br />college: School of Social Work", "type": "scatter", "xsrc": "robertsm02:0:3a5998", "ysrc": "robertsm02:0:eb841b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(253,97,209,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(253,97,209,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "School of Social Work" }, { "mode": "markers", "name": "School of Social Work", "text": "totalpercent_wages: 73.00000<br />totalpercent_loan: 59.00000<br />college: School of Social Work", "type": "scatter", "xsrc": "robertsm02:0:d358fa", "ysrc": "robertsm02:0:34dc5d", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(253,97,209,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(253,97,209,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "School of Social Work" }, { "mode": "markers", "name": "Undecided/Other", "text": "totalpercent_wages: 62.50000<br />totalpercent_loan: 38.00000<br />college: Undecided/Other", "type": "scatter", "xsrc": "robertsm02:0:1544d1", "ysrc": "robertsm02:0:cb0ab3", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,103,164,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(255,103,164,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "Undecided/Other" }, { "mode": "markers", "name": "Undecided/Other", "text": "totalpercent_wages: 65.00000<br />totalpercent_loan: 30.00000<br />college: Undecided/Other", "type": "scatter", "xsrc": "robertsm02:0:e88a4a", "ysrc": "robertsm02:0:9f8579", "frame": null, "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgba(255,103,164,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(255,103,164,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "hoverinfo": "text", "showlegend": false, "legendgroup": "Undecided/Other" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 17.534246575342465, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Average Percent of Found Wages v. Average Percent of Loans by College", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ 17.45, 95.55 ], "ticks": "outside", "title": "", "anchor": "y2", "domain": [ 0, 0.48912807131985214 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "20", "40", "60", "80" ], "tickvals": [ 20, 40, 60, 80 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "20", "40", "60", "80" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 12.625, 75.875 ], "ticks": "outside", "title": "", "anchor": "x", "domain": [ 0.5395738203957382, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "20", "40", "60" ], "tickvals": [ 20, 40, 60 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "20", "40", "60" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "College" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.8897637795275593 }, "margin": { "b": 40.1826484018265, "l": 37.26027397260275, "r": 7.305936073059362, "t": 55.45205479452055 }, "shapes": [ { "x0": 0, "x1": 0.48912807131985214, "y0": 0.5395738203957382, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null }, { "x0": 0, "x1": 0.48912807131985214, "y0": 0, "y1": 23.37899543378996, "line": { "color": "transparent", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "yanchor": 1, "fillcolor": "rgba(217,217,217,1)", "ysizemode": "pixel" }, { "x0": 0.5108719286801479, "x1": 1, "y0": 0.5395738203957382, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null }, { "x0": 0.5108719286801479, "x1": 1, "y0": 0, "y1": 23.37899543378996, "line": { "color": "transparent", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "yanchor": 1, "fillcolor": "rgba(217,217,217,1)", "ysizemode": "pixel" }, { "x0": 0, "x1": 0.48912807131985214, "y0": 0, "y1": 0.4604261796042618, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null }, { "x0": 0, "x1": 0.48912807131985214, "y0": 0, "y1": 23.37899543378996, "line": { "color": "transparent", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "yanchor": 0.4604261796042618, "fillcolor": "rgba(217,217,217,1)", "ysizemode": "pixel" }, { "x0": 0.5108719286801479, "x1": 1, "y0": 0, "y1": 0.4604261796042618, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null }, { "x0": 0.5108719286801479, "x1": 1, "y0": 0, "y1": 23.37899543378996, "line": { "color": "transparent", "width": 0.66417600664176, "linetype": "solid" }, "type": "rect", "xref": "paper", "yref": "paper", "yanchor": 0.4604261796042618, "fillcolor": "rgba(217,217,217,1)", "ysizemode": "pixel" } ], "xaxis2": { "type": "linear", "range": [ 17.45, 95.55 ], "ticks": "outside", "title": "", "anchor": "y2", "domain": [ 0.5108719286801479, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "20", "40", "60", "80" ], "tickvals": [ 20, 40, 60, 80 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "hoverformat": ".2f", "categoryarray": [ "20", "40", "60", "80" ], "categoryorder": "array", "showticklabels": true }, "yaxis2": { "type": "linear", "range": [ 12.625, 75.875 ], "ticks": "outside", "title": "", "anchor": "x", "domain": [ 0, 0.4604261796042618 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "20", "40", "60" ], "tickvals": [ 20, 40, 60 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "hoverformat": ".2f", "categoryarray": [ "20", "40", "60" ], "categoryorder": "array", "showticklabels": true }, "barmode": "relative", "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 0.5, "y": 0, "ax": 0, "ay": 0, "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Total Average Percent of Graduates Who Found Wages", "xref": "paper", "yref": "paper", "yshift": -21.91780821917808, "xanchor": "center", "yanchor": "top", "showarrow": false, "textangle": 0, "annotationType": "axis" }, { "x": 0, "y": 0.5, "ax": 0, "ay": 0, "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Total Average Percent of Graduates with Loans", "xref": "paper", "yref": "paper", "xshift": -21.917808219178088, "xanchor": "right", "yanchor": "center", "showarrow": false, "textangle": -90, "annotationType": "axis" }, { "x": 0.24456403565992607, "y": 1, "ax": 0, "ay": 0, "font": { "size": 11.68949771689498, "color": "rgba(26,26,26,1)", "family": "" }, "text": "bachelor", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7554359643400739, "y": 1, "ax": 0, "ay": 0, "font": { "size": 11.68949771689498, "color": "rgba(26,26,26,1)", "family": "" }, "text": "masters", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.24456403565992607, "y": 0.4604261796042618, "ax": 0, "ay": 0, "font": { "size": 11.68949771689498, "color": "rgba(26,26,26,1)", "family": "" }, "text": "PhD", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 }, { "x": 0.7554359643400739, "y": 0.4604261796042618, "ax": 0, "ay": 0, "font": { "size": 11.68949771689498, "color": "rgba(26,26,26,1)", "family": "" }, "text": "Professional", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false, "textangle": 0 } ], "plot_bgcolor": "rgba(235,235,235,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~robertsm02", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-29 22:53:15", "mapbox_access_tokens": null, "has_password": null, "username": "robertsm02", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-29T22:31:12.401788Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sz.csenge21/5.embed", "fid": "sz.csenge21:5", "filename": "Pszichológiai jóllét - testedzés", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/5/9_IJTNDJCTUDB8UA4HGVKEY1X1ZGKOXC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/5/2_C94J5QWGJBN5B1S17AJE0L26Q8QK5L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/5/8_NGRRPTE1QRQUEE2YN7RQE8FNTPYS3K.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sz.csenge21/5/9_IJTNDJCTUDB8UA4HGVKEY1X1ZGKOXC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sz.csenge21:5", "plots": "https://api.plotly.com/v2/plots/sz.csenge21:5", "parent": "https://api.plotly.com/v2/folders/home?user=sz.csenge21" }, "owner": "sz.csenge21", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~sz.csenge21/5/", "world_readable": true, "date_modified": "2024-04-30T01:07:41.362Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sz.csenge21/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Fizikai aktivitás mértéke", "y": "összpontszám", "error_y": { "array": "szórás" } } }, "mode": "markers", "type": "bar", "xsrc": "sz.csenge21:4:15b9eb", "ysrc": "sz.csenge21:4:018ec8", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "color": "rgb(220, 166, 224)", "opacity": 1 }, "error_y": { "meta": { "columnNames": { "array": "szórás" } }, "type": "data", "color": "rgb(0, 0, 0)", "visible": true, "arraysrc": "sz.csenge21:4:0e2613", "symmetric": true }, "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 20, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "title": { "font": { "size": 22, "color": "rgb(0, 0, 0)", "family": "Times New Roman" }, "text": "<b>2. Ábra</b><br><i>A pszichológiai jóllét eltérései a testedzési csoportok tekintetében</i>" }, "xaxis": { "type": "category", "range": [ -0.5, 1.5 ], "ticks": "", "title": { "font": { "size": 20, "family": "Times New Roman" }, "text": "Testedzési csoport" }, "showline": false, "tickfont": { "size": 20 }, "autorange": true, "showspikes": false, "rangeslider": { "range": [ -0.5, 1.5 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0, 51.013684210526314 ], "title": { "font": { "size": 20, "family": "Times New Roman" }, "text": "Pszichológiai jóllét összpontszáma" }, "showgrid": true, "showline": true, "zeroline": true, "autorange": true }, "bargap": 0.44999999999999996, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest", "hoverlabel": { "font": { "size": 13 } }, "uniformtext": { "mode": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sz.csenge21", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2022-05-05 06:50:23", "mapbox_access_tokens": null, "has_password": null, "username": "sz.csenge21", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-29T22:28:12.438785Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~oliviamstroh/4.embed", "fid": "oliviamstroh:4", "filename": "Graphs of Air Quality Course Project", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/oliviamstroh/4/9_QPQFXS4IQDEJ93UJ95F0PMLAH5Z1YP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/oliviamstroh/4/2_WD5T0P612W7H1OMAWMPJA1805ZLZKJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/oliviamstroh/4/8_EDC51F7R5VI9F5VK11WPOZ55ZZQR25.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/oliviamstroh/4/9_QPQFXS4IQDEJ93UJ95F0PMLAH5Z1YP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/oliviamstroh:4", "plots": "https://api.plotly.com/v2/plots/oliviamstroh:4", "parent": "https://api.plotly.com/v2/folders/home?user=oliviamstroh" }, "owner": "oliviamstroh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~oliviamstroh/4/", "world_readable": true, "date_modified": "2024-04-29T22:28:12.450Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~oliviamstroh/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(149, 181, 245)" }, "meta": { "columnNames": { "x": "Date", "y": "% at 8:00", "text": "" } }, "mode": "markers+lines", "name": "<b>8:00 CST</b>", "type": "scatter", "xsrc": "oliviamstroh:3:ba143a", "ysrc": "oliviamstroh:3:2548b6", "marker": { "size": 6, "color": "rgb(149, 181, 245)", "symbol": "circle" }, "stackgroup": null, "selectedpoints": [] }, { "meta": { "columnNames": { "x": "Date", "y": "% at 14:00" } }, "mode": "markers+lines", "name": "<b>14:00 CST</b>", "type": "scatter", "xsrc": "oliviamstroh:3:ba143a", "ysrc": "oliviamstroh:3:698675", "marker": { "line": { "color": "rgb(68, 68, 68)" }, "color": "rgb(253, 68, 188)" }, "cliponaxis": true, "stackgroup": null, "selectedpoints": [] }, { "meta": { "columnNames": { "x": "Date", "y": "% at 18:00" } }, "mode": "markers+lines", "name": "<b>18:00 CST</b>", "type": "scatter", "xsrc": "oliviamstroh:3:ba143a", "ysrc": "oliviamstroh:3:86db38", "marker": { "color": "rgb(189, 117, 221)" }, "stackgroup": null, "selectedpoints": [] } ], "frames": [], "layout": { "title": { "x": 0.32, "font": { "color": "rgb(255, 255, 255)" }, "text": "<b>Humidity vs. Time in Acadia National Park</b>" }, "xaxis": { "side": "bottom", "type": "category", "range": [ -10.346094579075155, 26.61920510546745 ], "ticks": "", "title": { "font": { "color": "rgb(252, 252, 252)" }, "text": "<b>Date</b>" }, "tickson": "labels", "showgrid": true, "showline": false, "tickfont": { "color": "rgb(255, 255, 255)" }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridcolor": "rgb(93, 88, 88)", "showspikes": false, "rangeslider": { "range": [ -10.346094579075155, 29.772448410485218 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinecolor": "rgb(54, 48, 48)" }, "yaxis": { "range": [ 15.113882063882066, 106.98611793611794 ], "title": { "font": { "color": "rgb(255, 255, 255)" }, "text": "<b>Humidity</b>" }, "tickfont": { "color": "rgb(243, 245, 248)" }, "zeroline": false, "autorange": true, "gridcolor": "rgb(93, 88, 88)" }, "legend": { "font": { "color": "rgb(255, 255, 255)" }, "title": { "font": { "color": "rgb(251, 252, 253)" }, "text": "Legend" }, "orientation": "v" }, "modebar": { "bgcolor": "rgba(58, 55, 55, 0.5)" }, "autosize": true, "colorway": [ "#fbb4ae", "#b3cde3", "#ccebc5", "#decbe4", "#fed9a6", "#ffffcc", "#e5d8bd", "#fddaec", "#f2f2f2" ], "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "x", "plot_bgcolor": "rgb(0, 0, 0)", "paper_bgcolor": "rgb(0, 0, 0)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~oliviamstroh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-18 16:14:45", "mapbox_access_tokens": null, "has_password": null, "username": "oliviamstroh", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-29T21:48:40.627305Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~asfasabrinn/15.embed", "fid": "asfasabrinn:15", "filename": "20240429-83c2mwri", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/asfasabrinn/15/9_TE22XR2NLYLUV92LYMGO6ZSDH09MX8.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/asfasabrinn/15/2_ALLWZ7ZSGOG5BKZ24SZWNGO2J9YQNR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/asfasabrinn/15/8_B6YFU2WU02QIJ10X2HCTQSS29JJL42.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/asfasabrinn/15/9_TE22XR2NLYLUV92LYMGO6ZSDH09MX8.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/asfasabrinn:15", "plots": "https://api.plotly.com/v2/plots/asfasabrinn:15", "parent": "https://api.plotly.com/v2/folders/home?user=asfasabrinn" }, "owner": "asfasabrinn", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~asfasabrinn/15/", "world_readable": true, "date_modified": "2024-04-29T21:50:22.033Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~asfasabrinn/15/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "bar", "xsrc": "asfasabrinn:14:d07e0f", "ysrc": "asfasabrinn:14:7a0242", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "<br>" }, "xaxis": { "type": "category", "range": [ -0.5, 10.5 ], "domain": [ 0, 0.5 ], "tickfont": { "size": 12, "family": "Arial" }, "zeroline": false, "autorange": true, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0, 20 ], "title": { "font": { "size": 20, "family": "Arial" } }, "domain": [ 0, 1 ], "showgrid": false, "showline": true, "tickfont": { "size": 15 }, "autorange": false, "linecolor": "rgb(171, 170, 170)" }, "autosize": true, "dragmode": "zoom" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~asfasabrinn", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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": "2022-08-28 01:11:10", "mapbox_access_tokens": null, "has_password": null, "username": "asfasabrinn", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-29T21:18:17.983821Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Plas1984/1.embed", "fid": "Plas1984:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Plas1984/1/9_3CKD0ET4I9JU7AT86PJAIETV804NWK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Plas1984/1/2_HIZUKOT4H14TN79CK5AGCJ2EBG4TUK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Plas1984/1/8_7NL7P8L4I7K4X49LRDWOZXBRE9NMSY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Plas1984/1/9_3CKD0ET4I9JU7AT86PJAIETV804NWK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Plas1984:1", "plots": "https://api.plotly.com/v2/plots/Plas1984:1", "parent": "https://api.plotly.com/v2/folders/home?user=Plas1984" }, "owner": "Plas1984", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Plas1984/1/", "world_readable": true, "date_modified": "2024-04-29T21:18:17.994Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Plas1984/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "hole": 0.6, "meta": { "columnNames": { "labels": "A", "values": "B" } }, "mode": "markers", "pull": 0, "sort": true, "type": "pie", "rotation": 0, "textinfo": "none", "direction": "counterclockwise", "hoverinfo": "percent", "labelssrc": "Plas1984:0:c8b24b", "valuessrc": "Plas1984:0:9e05fe", "hoverlabel": { "align": "auto" }, "texttemplate": "" } ], "frames": [], "layout": { "font": { "family": "Droid Sans" }, "title": { "text": "Avez-vous souvent froid chez vous ?" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "x": 0.7134742156852973, "y": 1.1172161172161172 }, "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/~Plas1984", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.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": "2024-04-29 21:17:39", "mapbox_access_tokens": null, "has_password": null, "username": "Plas1984", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "