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=cD0yMDI0LTA0LTExKzEzJTNBMDYlM0EyMC4xMTk5MzclMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTExKzExJTNBNDglM0EwNS4xNzczOTElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xMSsxMyUzQTAwJTNBNTkuMjI5NDk0JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-11T13:00:59.229494Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lukhona.b/1.embed", "fid": "lukhona.b:1", "filename": "COVID-19 Data Visualization", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lukhona.b/1/9_L7KEZRQYH3OH96E5JVGUOSXVXCZ41G.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lukhona.b/1/2_S9CE3FWRGMM0AWXYWIK3YQWYNOUL0V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lukhona.b/1/8_4S56L2YHB1TN3N1I38KOLCT9628MW9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lukhona.b/1/9_L7KEZRQYH3OH96E5JVGUOSXVXCZ41G.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lukhona.b:1", "plots": "https://api.plotly.com/v2/plots/lukhona.b:1", "parent": "https://api.plotly.com/v2/folders/home?user=lukhona.b" }, "owner": "lukhona.b", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~lukhona.b/1/", "world_readable": true, "date_modified": "2024-04-12T07:51:20.189Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lukhona.b/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "blue" }, "mode": "lines", "name": "Total Confirmed Cases", "type": "scatter", "xsrc": "lukhona.b:6:4d8f3d", "ysrc": "lukhona.b:6:c621ac", "xaxis": "x", "yaxis": "y" }, { "line": { "color": "red" }, "mode": "lines", "name": "Total Deaths", "type": "scatter", "xsrc": "lukhona.b:6:2ab3bc", "ysrc": "lukhona.b:6:47159b", "xaxis": "x", "yaxis": "y" }, { "line": { "color": "green" }, "mode": "lines", "name": "Total Recovered", "type": "scatter", "xsrc": "lukhona.b:6:5e9466", "ysrc": "lukhona.b:6:3ee8e3", "xaxis": "x", "yaxis": "y" }, { "name": "Daily Confirmed Cases", "type": "bar", "xsrc": "lukhona.b:6:8d295a", "ysrc": "lukhona.b:6:1e92ed", "xaxis": "x", "yaxis": "y2", "marker": { "color": "cyan" }, "opacity": 0.5 }, { "name": "Daily Deaths", "type": "bar", "xsrc": "lukhona.b:6:9758fe", "ysrc": "lukhona.b:6:8fffec", "xaxis": "x", "yaxis": "y2", "marker": { "color": "magenta" }, "opacity": 0.5 }, { "line": { "dash": "dash", "color": "darkorange" }, "mode": "lines", "name": "Active Cases", "type": "scatter", "xsrc": "lukhona.b:6:9af422", "ysrc": "lukhona.b:6:a1e093", "xaxis": "x", "yaxis": "y" } ], "layout": { "title": { "text": "COVID-19 Data Visualization" }, "xaxis": { "title": { "text": "Date" }, "anchor": "y", "domain": [ 0.0, 0.94 ] }, "yaxis": { "title": { "text": "Total Numbers and Active Cases" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "x": 0.01, "y": 0.99, "bordercolor": "Black", "borderwidth": 1 }, "yaxis2": { "side": "right", "title": { "text": "Daily Figures" }, "anchor": "x", "overlaying": "y" }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lukhona.b", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-11 12:46:53", "mapbox_access_tokens": null, "has_password": null, "username": "lukhona.b", "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-11T13:00:34.276864Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999/16.embed", "fid": "siddheshdhanawade1999:16", "filename": "A", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/16/9_EE3MCCEE9T51O6IQPWV5X2R4ZSMLF2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/16/2_AICFGC1ERRROGU61D8714LRGNEMPRU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/16/8_DAEPCUKRBJNU1YK7YGVGBBM0EF6WVN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/16/9_EE3MCCEE9T51O6IQPWV5X2R4ZSMLF2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/siddheshdhanawade1999:16", "plots": "https://api.plotly.com/v2/plots/siddheshdhanawade1999:16", "parent": "https://api.plotly.com/v2/folders/home?user=siddheshdhanawade1999" }, "owner": "siddheshdhanawade1999", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999/16/", "world_readable": true, "date_modified": "2024-04-11T13:00:34.286Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999/16/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "treemap", "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] }, "idssrc": "siddheshdhanawade1999:15:c23f3e", "marker": { "coloraxis": "coloraxis", "colorssrc": "siddheshdhanawade1999:15:4556e3" }, "labelssrc": "siddheshdhanawade1999:15:18f092", "valuessrc": "siddheshdhanawade1999:15:d05a4b", "parentssrc": "siddheshdhanawade1999:15:396a27", "branchvalues": "total", "customdatasrc": "siddheshdhanawade1999:15:19ada3", "hovertemplate": "labels=%{label}<br>capacity_sum=%{value}<br>parent=%{parent}<br>id=%{id}<br>capacity=%{color}<extra></extra>" } ], "layout": { "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "coloraxis": { "colorbar": { "title": { "text": "capacity" } }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "siddhesh", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-11 09:10:44", "mapbox_access_tokens": null, "has_password": null, "username": "siddheshdhanawade1999", "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-11T12:59:18.477144Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999/14.embed", "fid": "siddheshdhanawade1999:14", "filename": "b", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/14/9_B2KRL0BDDXA2K94U4MDAX70YENLE4F.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/14/2_ACF5EZ8201CZOW4RQX1N4D7RQSF79V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/14/8_LOF492QMCYVZ2WAK63OG23IMVMJBWE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/14/9_B2KRL0BDDXA2K94U4MDAX70YENLE4F.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/siddheshdhanawade1999:14", "plots": "https://api.plotly.com/v2/plots/siddheshdhanawade1999:14", "parent": "https://api.plotly.com/v2/folders/home?user=siddheshdhanawade1999" }, "owner": "siddheshdhanawade1999", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 19, "web_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999/14/", "world_readable": true, "date_modified": "2024-04-11T12:59:18.488Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "box": { "visible": true }, "name": "Germany", "type": "violin", "xsrc": "siddheshdhanawade1999:13:4fed55", "ysrc": "siddheshdhanawade1999:13:7ad048", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa" }, "points": "all", "scalegroup": "True", "showlegend": true, "legendgroup": "Germany", "offsetgroup": "Germany", "orientation": "h", "customdatasrc": "siddheshdhanawade1999:13:f0d48c", "hovertemplate": "country=Germany<br>capacity=%{x}<br>technology=%{y}<br>year=%{customdata[0]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "box": { "visible": true }, "name": "France", "type": "violin", "xsrc": "siddheshdhanawade1999:13:2e44e4", "ysrc": "siddheshdhanawade1999:13:546bcc", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B" }, "points": "all", "scalegroup": "True", "showlegend": true, "legendgroup": "France", "offsetgroup": "France", "orientation": "h", "customdatasrc": "siddheshdhanawade1999:13:7d3e74", "hovertemplate": "country=France<br>capacity=%{x}<br>technology=%{y}<br>year=%{customdata[0]}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "xaxis": { "title": { "text": "capacity" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "technology" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "country" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "violinmode": "group" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "siddhesh", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-11 09:10:44", "mapbox_access_tokens": null, "has_password": null, "username": "siddheshdhanawade1999", "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-11T12:58:17.177096Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999/12.embed", "fid": "siddheshdhanawade1999:12", "filename": "c", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/12/9_GXP8Y4BCSAFK5OAVGE72OZ5XD5Z7XM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/12/2_FFT4ZVRHGT8OEV076GV2W30UVA30H5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/12/8_I5YAH1ZAF9G50MQ7Q8CD0YWLHZ9FH8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/siddheshdhanawade1999/12/9_GXP8Y4BCSAFK5OAVGE72OZ5XD5Z7XM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/siddheshdhanawade1999:12", "plots": "https://api.plotly.com/v2/plots/siddheshdhanawade1999:12", "parent": "https://api.plotly.com/v2/folders/home?user=siddheshdhanawade1999" }, "owner": "siddheshdhanawade1999", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999/12/", "world_readable": true, "date_modified": "2024-04-11T12:58:17.186Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "line": { "color": "rgba(255,255,255,0)" }, "name": "Germany", "type": "box", "xsrc": "siddheshdhanawade1999:11:09b66f", "ysrc": "siddheshdhanawade1999:11:304b3a", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa" }, "hoveron": "points", "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(255,255,255,0)", "showlegend": true, "legendgroup": "Germany", "offsetgroup": "Germany", "orientation": "h", "customdatasrc": "siddheshdhanawade1999:11:297d94", "hovertemplate": "country=Germany<br>capacity=%{x}<br>technology=%{y}<br>year=%{customdata[0]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "line": { "color": "rgba(255,255,255,0)" }, "name": "France", "type": "box", "xsrc": "siddheshdhanawade1999:11:b742f1", "ysrc": "siddheshdhanawade1999:11:cd910f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B" }, "hoveron": "points", "pointpos": 0, "boxpoints": "all", "fillcolor": "rgba(255,255,255,0)", "showlegend": true, "legendgroup": "France", "offsetgroup": "France", "orientation": "h", "customdatasrc": "siddheshdhanawade1999:11:695afd", "hovertemplate": "country=France<br>capacity=%{x}<br>technology=%{y}<br>year=%{customdata[0]}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "xaxis": { "title": { "text": "capacity" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "technology" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "country" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "boxmode": "group", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~siddheshdhanawade1999", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "siddhesh", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-11 09:10:44", "mapbox_access_tokens": null, "has_password": null, "username": "siddheshdhanawade1999", "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-11T12:50:06.356647Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ethan_project94/5.embed", "fid": "ethan_project94:5", "filename": "top_10_pts_plt", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/5/9_Y6OD5PEI3BSXNHLHGKWLSS22IKBCPR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/5/2_UMPCHS9O2N2O3EOOFESEX41LE1WQ8D.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/5/8_4GAQNPZ8SR7D4TJTLWD8YQDNYG21PT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ethan_project94/5/9_Y6OD5PEI3BSXNHLHGKWLSS22IKBCPR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ethan_project94:5", "plots": "https://api.plotly.com/v2/plots/ethan_project94:5", "parent": "https://api.plotly.com/v2/folders/home?user=ethan_project94" }, "owner": "ethan_project94", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 19, "web_url": "https://chart-studio.plotly.com/~ethan_project94/5/", "world_readable": true, "date_modified": "2024-04-12T20:54:46.019Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ethan_project94/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(0,51,160,1)" }, "mode": "lines", "name": "Artemi Panarin", "type": "scatter", "xsrc": "ethan_project94:4:25cdca", "ysrc": "ethan_project94:4:36e5be", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,51,160,1)" }, "color": "rgba(0,51,160,1)" }, "error_x": { "color": "rgba(0,51,160,1)" }, "error_y": { "color": "rgba(0,51,160,1)" }, "textsrc": "ethan_project94:4:518c59", "textfont": { "color": "rgba(0,51,160,1)" }, "hoverinfosrc": "ethan_project94:4:3a221e" }, { "line": { "color": "rgba(0,0,139,1)" }, "mode": "lines", "name": "Auston Matthews", "type": "scatter", "xsrc": "ethan_project94:4:50603a", "ysrc": "ethan_project94:4:823efb", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,0,139,1)" }, "color": "rgba(0,0,139,1)" }, "error_x": { "color": "rgba(0,0,139,1)" }, "error_y": { "color": "rgba(0,0,139,1)" }, "textsrc": "ethan_project94:4:027e00", "textfont": { "color": "rgba(0,0,139,1)" }, "hoverinfosrc": "ethan_project94:4:08e675" }, { "line": { "color": "rgba(207,69,2,1)" }, "mode": "lines", "name": "Connor McDavid", "type": "scatter", "xsrc": "ethan_project94:4:6a7d99", "ysrc": "ethan_project94:4:1ba854", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(207,69,2,1)" }, "color": "rgba(207,69,2,1)" }, "error_x": { "color": "rgba(207,69,2,1)" }, "error_y": { "color": "rgba(207,69,2,1)" }, "textsrc": "ethan_project94:4:1718d1", "textfont": { "color": "rgba(207,69,2,1)" }, "hoverinfosrc": "ethan_project94:4:9893a7" }, { "line": { "color": "rgba(218,165,32,1)" }, "mode": "lines", "name": "David Pastrnak", "type": "scatter", "xsrc": "ethan_project94:4:329e69", "ysrc": "ethan_project94:4:92a0ac", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(218,165,32,1)" }, "color": "rgba(218,165,32,1)" }, "error_x": { "color": "rgba(218,165,32,1)" }, "error_y": { "color": "rgba(218,165,32,1)" }, "textsrc": "ethan_project94:4:b3acd8", "textfont": { "color": "rgba(218,165,32,1)" }, "hoverinfosrc": "ethan_project94:4:dda5b3" }, { "line": { "color": "rgba(5,28,44,1)" }, "mode": "lines", "name": "J.T. Miller", "type": "scatter", "xsrc": "ethan_project94:4:792758", "ysrc": "ethan_project94:4:f8aa2b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(5,28,44,1)" }, "color": "rgba(5,28,44,1)" }, "error_x": { "color": "rgba(5,28,44,1)" }, "error_y": { "color": "rgba(5,28,44,1)" }, "textsrc": "ethan_project94:4:e9683c", "textfont": { "color": "rgba(5,28,44,1)" }, "hoverinfosrc": "ethan_project94:4:f9cb64" }, { "line": { "color": "rgba(207,69,2,1)" }, "mode": "lines", "name": "Leon Draisaitl", "type": "scatter", "xsrc": "ethan_project94:4:944934", "ysrc": "ethan_project94:4:f2b31f", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(207,69,2,1)" }, "color": "rgba(207,69,2,1)" }, "error_x": { "color": "rgba(207,69,2,1)" }, "error_y": { "color": "rgba(207,69,2,1)" }, "textsrc": "ethan_project94:4:855856", "textfont": { "color": "rgba(207,69,2,1)" }, "hoverinfosrc": "ethan_project94:4:39de4b" }, { "line": { "color": "rgba(111,38,61,1)" }, "mode": "lines", "name": "Mikko Rantanen", "type": "scatter", "xsrc": "ethan_project94:4:82e1ed", "ysrc": "ethan_project94:4:d285e2", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(111,38,61,1)" }, "color": "rgba(111,38,61,1)" }, "error_x": { "color": "rgba(111,38,61,1)" }, "error_y": { "color": "rgba(111,38,61,1)" }, "textsrc": "ethan_project94:4:607c18", "textfont": { "color": "rgba(111,38,61,1)" }, "hoverinfosrc": "ethan_project94:4:7a3126" }, { "line": { "color": "rgba(111,38,61,1)" }, "mode": "lines", "name": "Nathan MacKinnon", "type": "scatter", "xsrc": "ethan_project94:4:572863", "ysrc": "ethan_project94:4:105eb9", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(111,38,61,1)" }, "color": "rgba(111,38,61,1)" }, "error_x": { "color": "rgba(111,38,61,1)" }, "error_y": { "color": "rgba(111,38,61,1)" }, "textsrc": "ethan_project94:4:1ede1c", "textfont": { "color": "rgba(111,38,61,1)" }, "hoverinfosrc": "ethan_project94:4:9e001e" }, { "line": { "color": "rgba(0,32,91,1)" }, "mode": "lines", "name": "Nikita Kucherov", "type": "scatter", "xsrc": "ethan_project94:4:07046d", "ysrc": "ethan_project94:4:c34e0d", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,32,91,1)" }, "color": "rgba(0,32,91,1)" }, "error_x": { "color": "rgba(0,32,91,1)" }, "error_y": { "color": "rgba(0,32,91,1)" }, "textsrc": "ethan_project94:4:8f3d31", "textfont": { "color": "rgba(0,32,91,1)" }, "hoverinfosrc": "ethan_project94:4:1b3be4" }, { "line": { "color": "rgba(0,0,139,1)" }, "mode": "lines", "name": "William Nylander", "type": "scatter", "xsrc": "ethan_project94:4:bf2b2d", "ysrc": "ethan_project94:4:21df06", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,0,139,1)" }, "color": "rgba(0,0,139,1)" }, "error_x": { "color": "rgba(0,0,139,1)" }, "error_y": { "color": "rgba(0,0,139,1)" }, "textsrc": "ethan_project94:4:da7534", "textfont": { "color": "rgba(0,0,139,1)" }, "hoverinfosrc": "ethan_project94:4:51f81b" } ], "layout": { "title": "Scoring Race (Points)", "xaxis": { "title": "Date", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Points", "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ethan_project94", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-06 01:40:14", "mapbox_access_tokens": null, "has_password": null, "username": "ethan_project94", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-11T12:13:35.447317Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~skagegb/14.embed", "fid": "skagegb:14", "filename": "jupyter-table1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/skagegb/14/9_2FSM0DABN8M2TS351RSZ3TZH8KCEJD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/skagegb/14/2_RN724CBN600T6PF9X595GLFGLD0JWX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/skagegb/14/8_1P1KGEVTD74U7KQH9DLVMKI0RV4MT4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/skagegb/14/9_2FSM0DABN8M2TS351RSZ3TZH8KCEJD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/skagegb:14", "plots": "https://api.plotly.com/v2/plots/skagegb:14", "parent": "https://api.plotly.com/v2/folders/home?user=skagegb" }, "owner": "skagegb", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~skagegb/14/", "world_readable": true, "date_modified": "2024-04-11T12:23:56.214Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~skagegb/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "heatmap", "zsrc": "skagegb:18:f5ca77", "opacity": 0.75, "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#00083e" ], [ 0.5, "#ededee" ], [ 1, "#ffffff" ] ] } ], "layout": { "xaxis": { "dtick": 1, "tick0": -0.5, "ticks": "", "zeroline": false, "gridwidth": 2, "showticklabels": false }, "yaxis": { "dtick": 1, "tick0": 0.5, "ticks": "", "zeroline": false, "autorange": "reversed", "gridwidth": 2, "showticklabels": false }, "height": 110, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": -0.45, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Price#General</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>DriverThru#General</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Facilities#General</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Facilities#Restrooms</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 3.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Facilities#Parking</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 4.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Facilities#Seating</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 5.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Facilities#PlayArea</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 6.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Facilities#Accessibility</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 7.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>DiningExperience#TableService</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 8.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>DiningExperience#Atmosphere</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 9.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>LookAndFeel#InteriorDesign</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 10.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Service#Responsiveness</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 11.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Service#Efficiency</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 12.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Service#Quality</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 13.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Safety#FireSafety</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 14.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Safety#Security</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 15.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Employee#General</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 16.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Employee#Attitude</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 17.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Employee#Skill</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 18.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Employee#Server</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 19.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Employee#Cashier</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 20.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Employee#Cook</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 21.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Employee#Cleaner</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 22.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Burger</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 23.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Quarter_Pounder</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 24.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Cheese_burger</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 25.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Happy_Meal</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 26.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Big_Mac</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 27.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Buttermilk_chicken</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 28.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Fries</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 29.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#chicken_nugget</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 30.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>General</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 31.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Drink</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 32.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Deal</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 33.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#General</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 34.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Temperature</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 35.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Quality</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 36.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Product#Sides</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 37.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Legal#Licensing</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 38.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Legal#HealthCode</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 39.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Legal#EmploymentLaw</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 40.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Manager#Responsiveness</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 41.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Manager#ConflictResolution</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 42.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Manager#Communication</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 1, "font": { "color": "#000000" }, "text": "0.8", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 1, "font": { "color": "#000000" }, "text": "0.16666666666666666", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 3.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 4.55, "y": 1, "font": { "color": "#000000" }, "text": "0.4444444444444444", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 5.55, "y": 1, "font": { "color": "#000000" }, "text": "0.6666666666666666", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 6.55, "y": 1, "font": { "color": "#000000" }, "text": "0.6666666666666666", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 7.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 8.55, "y": 1, "font": { "color": "#000000" }, "text": "0.2", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 9.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 10.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 11.55, "y": 1, "font": { "color": "#000000" }, "text": "0.8", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 12.55, "y": 1, "font": { "color": "#000000" }, "text": "0.3673469387755102", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 13.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 14.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 15.55, "y": 1, "font": { "color": "#000000" }, "text": "0.5245901639344263", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 16.55, "y": 1, "font": { "color": "#000000" }, "text": "0.7941176470588235", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 17.55, "y": 1, "font": { "color": "#000000" }, "text": "0.1", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 18.55, "y": 1, "font": { "color": "#000000" }, "text": "0.3333333333333333", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 19.55, "y": 1, "font": { "color": "#000000" }, "text": "0.36363636363636365", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 20.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 21.55, "y": 1, "font": { "color": "#000000" }, "text": "0.6666666666666666", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 22.55, "y": 1, "font": { "color": "#000000" }, "text": "0.6382978723404256", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 23.55, "y": 1, "font": { "color": "#000000" }, "text": "0.6666666666666666", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 24.55, "y": 1, "font": { "color": "#000000" }, "text": "0.5217391304347826", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 25.55, "y": 1, "font": { "color": "#000000" }, "text": "0.5", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 26.55, "y": 1, "font": { "color": "#000000" }, "text": "1.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 27.55, "y": 1, "font": { "color": "#000000" }, "text": "1.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 28.55, "y": 1, "font": { "color": "#000000" }, "text": "0.9090909090909091", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 29.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 30.55, "y": 1, "font": { "color": "#000000" }, "text": "0.9876543209876543", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 31.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 32.55, "y": 1, "font": { "color": "#000000" }, "text": "0.7777777777777778", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 33.55, "y": 1, "font": { "color": "#000000" }, "text": "0.5753424657534246", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 34.55, "y": 1, "font": { "color": "#000000" }, "text": "0.9523809523809523", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 35.55, "y": 1, "font": { "color": "#000000" }, "text": "0.651685393258427", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 36.55, "y": 1, "font": { "color": "#000000" }, "text": "0.8823529411764706", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 37.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 38.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 39.55, "y": 1, "font": { "color": "#000000" }, "text": "0.0", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 40.55, "y": 1, "font": { "color": "#000000" }, "text": "0.6666666666666666", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 41.55, "y": 1, "font": { "color": "#000000" }, "text": "0.4", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 42.55, "y": 1, "font": { "color": "#000000" }, "text": "0.6666666666666666", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false } ] } }, "height": 110, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~skagegb", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-11 11:59:16", "mapbox_access_tokens": null, "has_password": null, "username": "skagegb", "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-11T12:13:31.589181Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~skagegb/12.embed", "fid": "skagegb:12", "filename": "Individual Category F1 score Decision tree", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/skagegb/12/9_9R0OT70S4QLQ0428FLMN49D9F30AET.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/skagegb/12/2_6QBE8Z3X1FPAXT4QDM7XWKBJFJWT0M.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/skagegb/12/8_L43YS0MAFQEZVM1TRTDKY99CIVJB6D.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/skagegb/12/9_9R0OT70S4QLQ0428FLMN49D9F30AET.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/skagegb:12", "plots": "https://api.plotly.com/v2/plots/skagegb:12", "parent": "https://api.plotly.com/v2/folders/home?user=skagegb" }, "owner": "skagegb", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~skagegb/12/", "world_readable": true, "date_modified": "2024-04-11T12:23:50.690Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~skagegb/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "bar", "xsrc": "skagegb:17:23fd64", "ysrc": "skagegb:17:b8ecaa", "orientation": "h" } ], "layout": { "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~skagegb", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-11 11:59:16", "mapbox_access_tokens": null, "has_password": null, "username": "skagegb", "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-11T12:08:44.927846Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mouree2011/7.embed", "fid": "mouree2011:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mouree2011/7/9_IJRG8RFYW7C5YGWOOX46TLTH75QSCA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mouree2011/7/2_CWNNRYI9FK32BY3F0RKJ2BU3WDB0NO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mouree2011/7/8_RYR18TANYYGFRZIWDZLDLE8QKTJC6V.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mouree2011/7/9_IJRG8RFYW7C5YGWOOX46TLTH75QSCA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mouree2011:7", "plots": "https://api.plotly.com/v2/plots/mouree2011:7", "parent": "https://api.plotly.com/v2/folders/home?user=mouree2011" }, "owner": "mouree2011", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~mouree2011/7/", "world_readable": true, "date_modified": "2024-04-11T12:50:18.412Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mouree2011/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "I", "y": "D" } }, "mode": "none", "type": "scatter", "xsrc": "mouree2011:5:e46b32", "ysrc": "mouree2011:5:4070f5", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Mentorship Program Effectiveness VS Mentee Learning - Subjective Measures" }, "xaxis": { "type": "category", "range": [ -0.4315027131017128, 4.059373453495308 ], "title": { "text": "Mentee Learning (ML)" }, "domain": [ 0, 1 ], "tickson": "boundaries", "showline": true, "autorange": false, "fixedrange": false }, "yaxis": { "type": "category", "range": [ -0.4482083696605159, 5.551791630339482 ], "title": { "text": "Mentorship Program Effectiveness (MPE)" }, "domain": [ 0, 1 ], "tickson": "boundaries", "showline": true, "autorange": false }, "legend": { "font": { "color": "rgb(47, 50, 59)" } }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "x", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mouree2011", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.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-04 13:25:54", "mapbox_access_tokens": null, "has_password": null, "username": "mouree2011", "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-11T11:57:58.970464Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nickarafyllis/3.embed", "fid": "nickarafyllis:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nickarafyllis/3/9_TVFOTXFW7EA5W6GRKAFRXITVZDJ2E6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nickarafyllis/3/2_7E0CDXHCMSJBRVDL3JIGQFB8UUEF0P.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nickarafyllis/3/8_4KDAZQVLSIGBB5XKRWX4X7QMMOKYR4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nickarafyllis/3/9_TVFOTXFW7EA5W6GRKAFRXITVZDJ2E6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nickarafyllis:3", "plots": "https://api.plotly.com/v2/plots/nickarafyllis:3", "parent": "https://api.plotly.com/v2/folders/home?user=nickarafyllis" }, "owner": "nickarafyllis", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~nickarafyllis/3/", "world_readable": true, "date_modified": "2024-04-11T11:57:58.981Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nickarafyllis/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "Task 1", "type": "box", "ysrc": "nickarafyllis:2:4a783f", "boxpoints": false, "orientation": "v" }, { "meta": { "columnNames": { "y": "B" } }, "name": "Task 2", "type": "box", "ysrc": "nickarafyllis:2:143e27", "boxpoints": false }, { "meta": { "columnNames": { "y": "C" } }, "name": "Task 3", "type": "box", "ysrc": "nickarafyllis:2:c97eb7", "boxpoints": false }, { "meta": { "columnNames": { "y": "D" } }, "name": "Task 4", "type": "box", "ysrc": "nickarafyllis:2:02b5a6", "boxpoints": false }, { "meta": { "columnNames": { "y": "E" } }, "name": "Task 5", "type": "box", "ysrc": "nickarafyllis:2:f7f9fe", "boxpoints": false }, { "meta": { "columnNames": { "y": "F" } }, "name": "Task 6", "type": "box", "ysrc": "nickarafyllis:2:e3bae7", "boxpoints": false }, { "meta": { "columnNames": { "y": "G" } }, "name": "Task 7", "type": "box", "ysrc": "nickarafyllis:2:16bcc3", "boxpoints": false } ], "frames": [], "layout": { "title": { "text": "Usability scores per task" }, "xaxis": { "type": "category", "range": [ -0.5, 6.5 ], "title": { "text": "Tasks" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 0.5, 10.5 ], "title": { "text": "Scores" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(231,231,240)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(183,183,191)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(234,234,242)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(36,36,36)" }, "polar": { "bgcolor": "rgb(234,234,242)", "radialaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "zaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" } }, "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "bgcolor": "rgb(234,234,242)" }, "colorway": [ "rgb(76,114,176)", "rgb(221,132,82)", "rgb(85,168,104)", "rgb(196,78,82)", "rgb(129,114,179)", "rgb(147,120,96)", "rgb(218,139,195)", "rgb(140,140,140)", "rgb(204,185,116)", "rgb(100,181,205)" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d1e5f0" ], [ 0.7, "#92c5de" ], [ 0.8, "#4393c3" ], [ 0.9, "#2166ac" ], [ 1, "#053061" ] ], "sequential": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ], "sequentialminus": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ] }, "plot_bgcolor": "rgb(234,234,242)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.5, "fillcolor": "rgb(67,103,167)" }, "annotationdefaults": { "arrowcolor": "rgb(67,103,167)" } }, "themeRef": "SEABORN" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~nickarafyllis", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-11 10:51:48", "mapbox_access_tokens": null, "has_password": null, "username": "nickarafyllis", "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-11T11:48:05.177391Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tliofebr/1.embed", "fid": "tliofebr:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/tliofebr/1/9_EKSYOEC1FEZEQK4LJVEF2J9DE48PL5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/tliofebr/1/2_IKEBQE1WFE08AZTKYKNKVSCVSZ6BVI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tliofebr/1/8_326E0PMOXP2TDN8P73RIF7HMC4G0SI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tliofebr/1/9_EKSYOEC1FEZEQK4LJVEF2J9DE48PL5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tliofebr:1", "plots": "https://api.plotly.com/v2/plots/tliofebr:1", "parent": "https://api.plotly.com/v2/folders/home?user=tliofebr" }, "owner": "tliofebr", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~tliofebr/1/", "world_readable": true, "date_modified": "2024-04-11T11:59:03.763Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tliofebr/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A", "text": "", "marker": { "color": "C" } } }, "name": "Infekcje grzybicze", "type": "bar", "ysrc": "tliofebr:0:f4afc9", "xaxis": "x", "marker": { "meta": { "columnNames": { "color": "C" } }, "colorsrc": "tliofebr:0:fcc641" }, "error_x": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "visible": true, "textfont": { "size": 16 }, "showlegend": true, "legendgroup": 1, "orientation": "v", "textposition": "auto", "texttemplate": "" }, { "meta": { "columnNames": { "x": "", "y": "B", "text": "", "marker": { "color": "C" } } }, "name": "Malaria", "type": "bar", "ysrc": "tliofebr:0:af1310", "marker": { "meta": { "columnNames": { "color": "C" } }, "colorsrc": "tliofebr:0:fcc641" }, "error_x": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "visible": true, "showlegend": true, "legendgroup": 1, "orientation": "v", "textposition": "auto", "texttemplate": "" } ], "frames": [], "layout": { "font": { "size": 23 }, "title": { "text": "Porównanie śmiertelności infekcji grzybiczych oraz malarii (2022)" }, "xaxis": { "side": "bottom", "type": "category", "range": [ -0.5, 0.5 ], "ticks": "", "title": { "font": { "size": 23 }, "text": "<br>" }, "anchor": "y", "domain": [ 0.25, 0.75 ], "tickson": "labels", "showgrid": true, "showline": false, "autorange": false, "gridwidth": 1, "automargin": true, "fixedrange": false, "showspikes": false, "rangeslider": { "range": [ -0.5, 0.5 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "range": [ 0, 1578947.3684210526 ], "title": { "font": { "size": 32 }, "text": "Śmiertelność" }, "anchor": "x", "domain": [ 0, 1 ], "autorange": false, "showspikes": false }, "bargap": 0.37, "legend": { "x": 0.6168081249325458, "y": 0.9778804734788173, "font": { "size": 21 }, "valign": "top", "xanchor": "center", "yanchor": "top", "itemsizing": "trace", "traceorder": "grouped", "orientation": "v", "tracegroupgap": 12 }, "barmode": "group", "barnorm": "", "autosize": true, "colorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" }, "hovermode": "closest", "showlegend": true, "annotations": [], "bargroupgap": 0.18 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tliofebr", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-11 11:47:36", "mapbox_access_tokens": null, "has_password": null, "username": "tliofebr", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "