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=cj0xJnA9MjAyNS0wNi0xOCswOCUzQTQ3JTNBMDAuNDYzMDMzJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTE4KzA5JTNBMDclM0EyMy44NzU5MzElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0xOCsxMCUzQTA5JTNBMTEuMzgzMzc3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-18T10:09:11.383377Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Leejunhee/77.embed", "fid": "Leejunhee:77", "filename": "성남시 공공도서관 자료수", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Leejunhee/77/9_JZ8MVME0VMBS97JK6EKKD1PEWAIDM5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Leejunhee/77/2_4PFCJAIIUDKBLQ5DJZNO1CO33YUA77.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Leejunhee/77/8_JDLNZS38NV7VJR4LEI92DWCZVKHEMP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Leejunhee/77/9_JZ8MVME0VMBS97JK6EKKD1PEWAIDM5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Leejunhee:77", "plots": "https://api.plotly.com/v2/plots/Leejunhee:77", "parent": "https://api.plotly.com/v2/folders/home?user=Leejunhee" }, "owner": "Leejunhee", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Leejunhee/77/", "world_readable": true, "date_modified": "2025-06-18T10:26:59.520Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Leejunhee/77/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "name": "", "type": "box", "ysrc": "Leejunhee:79:d78b67", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa" }, "notched": false, "boxpoints": "all", "showlegend": false, "legendgroup": "", "offsetgroup": "", "orientation": "v", "customdatasrc": "Leejunhee:79:fe68cb", "hovertemplate": "자료수(도서)=%{y}<br>도서관명=%{customdata[0]}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "x": 0.5, "y": 0.98, "font": { "size": 30, "color": "black", "family": "Arial, sans-serif" }, "text": "성남시 공공도서관 자료수", "xanchor": "center", "yanchor": "top" }, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "자료수(도서)" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "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/~Leejunhee", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-11 14:21:33", "mapbox_access_tokens": null, "has_password": null, "username": "Leejunhee", "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": "2025-06-18T10:08:30.137504Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~JanMatny/25.embed", "fid": "JanMatny:25", "filename": "과목별 평균등급 점수", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/JanMatny/25/9_3U1JLMEYARZ0EY41ZTBSPI05H3F1EH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/JanMatny/25/2_YU36BJACN7270NS171K34ONE54NMSW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JanMatny/25/8_SN6ZQ6KSBPUSZYVD2WOW9YXB3W15C3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JanMatny/25/9_3U1JLMEYARZ0EY41ZTBSPI05H3F1EH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/JanMatny:25", "plots": "https://api.plotly.com/v2/plots/JanMatny:25", "parent": "https://api.plotly.com/v2/folders/home?user=JanMatny" }, "owner": "JanMatny", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 10, "web_url": "https://chart-studio.plotly.com/~JanMatny/25/", "world_readable": true, "date_modified": "2025-06-18T11:41:27.000Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~JanMatny/25/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "name": "국어", "type": "box", "ysrc": "JanMatny:50:c50358", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "국어", "offsetgroup": "국어", "orientation": "v", "customdatasrc": "JanMatny:50:dc273a", "hovertemplate": "과목=국어<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "수학", "type": "box", "ysrc": "JanMatny:50:8361f0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "수학", "offsetgroup": "수학", "orientation": "v", "customdatasrc": "JanMatny:50:398640", "hovertemplate": "과목=수학<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "영어", "type": "box", "ysrc": "JanMatny:50:b76896", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "영어", "offsetgroup": "영어", "orientation": "v", "customdatasrc": "JanMatny:50:3ac114", "hovertemplate": "과목=영어<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "한국사", "type": "box", "ysrc": "JanMatny:50:7ba159", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "한국사", "offsetgroup": "한국사", "orientation": "v", "customdatasrc": "JanMatny:50:d06284", "hovertemplate": "과목=한국사<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "생활과 윤리", "type": "box", "ysrc": "JanMatny:50:c9cf69", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "생활과 윤리", "offsetgroup": "생활과 윤리", "orientation": "v", "customdatasrc": "JanMatny:50:18044d", "hovertemplate": "과목=생활과 윤리<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "윤리와 사상", "type": "box", "ysrc": "JanMatny:50:9ab7e6", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "윤리와 사상", "offsetgroup": "윤리와 사상", "orientation": "v", "customdatasrc": "JanMatny:50:1af97b", "hovertemplate": "과목=윤리와 사상<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "한국지리", "type": "box", "ysrc": "JanMatny:50:aea9b3", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "한국지리", "offsetgroup": "한국지리", "orientation": "v", "customdatasrc": "JanMatny:50:d33fdf", "hovertemplate": "과목=한국지리<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "세계지리", "type": "box", "ysrc": "JanMatny:50:ee8ddc", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "세계지리", "offsetgroup": "세계지리", "orientation": "v", "customdatasrc": "JanMatny:50:389473", "hovertemplate": "과목=세계지리<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "동아시아사", "type": "box", "ysrc": "JanMatny:50:e6f800", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF97FF" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "동아시아사", "offsetgroup": "동아시아사", "orientation": "v", "customdatasrc": "JanMatny:50:401c52", "hovertemplate": "과목=동아시아사<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "세계사", "type": "box", "ysrc": "JanMatny:50:4471b8", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FECB52" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "세계사", "offsetgroup": "세계사", "orientation": "v", "customdatasrc": "JanMatny:50:83bca7", "hovertemplate": "과목=세계사<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "경제", "type": "box", "ysrc": "JanMatny:50:68637e", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "경제", "offsetgroup": "경제", "orientation": "v", "customdatasrc": "JanMatny:50:ae7c5f", "hovertemplate": "과목=경제<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "정치와 법", "type": "box", "ysrc": "JanMatny:50:9b03a8", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "정치와 법", "offsetgroup": "정치와 법", "orientation": "v", "customdatasrc": "JanMatny:50:23b0d2", "hovertemplate": "과목=정치와 법<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "사회·문화", "type": "box", "ysrc": "JanMatny:50:84f3c2", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "사회·문화", "offsetgroup": "사회·문화", "orientation": "v", "customdatasrc": "JanMatny:50:9b249d", "hovertemplate": "과목=사회·문화<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "물리학 Ⅰ", "type": "box", "ysrc": "JanMatny:50:321530", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "물리학 Ⅰ", "offsetgroup": "물리학 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:fd7de6", "hovertemplate": "과목=물리학 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "화학 Ⅰ", "type": "box", "ysrc": "JanMatny:50:a57c53", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "화학 Ⅰ", "offsetgroup": "화학 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:d1f532", "hovertemplate": "과목=화학 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "생명과학 Ⅰ", "type": "box", "ysrc": "JanMatny:50:be32a9", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "생명과학 Ⅰ", "offsetgroup": "생명과학 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:8762a2", "hovertemplate": "과목=생명과학 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "지구과학 Ⅰ", "type": "box", "ysrc": "JanMatny:50:dc8da4", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "지구과학 Ⅰ", "offsetgroup": "지구과학 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:4c9527", "hovertemplate": "과목=지구과학 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "물리학 Ⅱ", "type": "box", "ysrc": "JanMatny:50:2c1277", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "물리학 Ⅱ", "offsetgroup": "물리학 Ⅱ", "orientation": "v", "customdatasrc": "JanMatny:50:e70d1a", "hovertemplate": "과목=물리학 Ⅱ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "화학 Ⅱ", "type": "box", "ysrc": "JanMatny:50:9b6e34", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF97FF" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "화학 Ⅱ", "offsetgroup": "화학 Ⅱ", "orientation": "v", "customdatasrc": "JanMatny:50:1fdda1", "hovertemplate": "과목=화학 Ⅱ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "생명과학 Ⅱ", "type": "box", "ysrc": "JanMatny:50:de8da8", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FECB52" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "생명과학 Ⅱ", "offsetgroup": "생명과학 Ⅱ", "orientation": "v", "customdatasrc": "JanMatny:50:ade322", "hovertemplate": "과목=생명과학 Ⅱ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "지구과학 Ⅱ", "type": "box", "ysrc": "JanMatny:50:1e69e1", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "지구과학 Ⅱ", "offsetgroup": "지구과학 Ⅱ", "orientation": "v", "customdatasrc": "JanMatny:50:a9a863", "hovertemplate": "과목=지구과학 Ⅱ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "성공적인 직업생활", "type": "box", "ysrc": "JanMatny:50:a10b86", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "성공적인 직업생활", "offsetgroup": "성공적인 직업생활", "orientation": "v", "customdatasrc": "JanMatny:50:2e4956", "hovertemplate": "과목=성공적인 직업생활<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "농업 기초 기술", "type": "box", "ysrc": "JanMatny:50:9c5665", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "농업 기초 기술", "offsetgroup": "농업 기초 기술", "orientation": "v", "customdatasrc": "JanMatny:50:05965b", "hovertemplate": "과목=농업 기초 기술<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "공업 일반", "type": "box", "ysrc": "JanMatny:50:d00e9b", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "공업 일반", "offsetgroup": "공업 일반", "orientation": "v", "customdatasrc": "JanMatny:50:2dbaa8", "hovertemplate": "과목=공업 일반<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "상업 경제", "type": "box", "ysrc": "JanMatny:50:ff34bc", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "상업 경제", "offsetgroup": "상업 경제", "orientation": "v", "customdatasrc": "JanMatny:50:94dc97", "hovertemplate": "과목=상업 경제<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "수산·해운 산업 기초", "type": "box", "ysrc": "JanMatny:50:e830cb", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "수산·해운 산업 기초", "offsetgroup": "수산·해운 산업 기초", "orientation": "v", "customdatasrc": "JanMatny:50:a2dda9", "hovertemplate": "과목=수산·해운 산업 기초<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "인간발달", "type": "box", "ysrc": "JanMatny:50:51f1f7", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "인간발달", "offsetgroup": "인간발달", "orientation": "v", "customdatasrc": "JanMatny:50:f7e1a4", "hovertemplate": "과목=인간발달<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "독일어 Ⅰ", "type": "box", "ysrc": "JanMatny:50:9cf2f6", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "독일어 Ⅰ", "offsetgroup": "독일어 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:6c7314", "hovertemplate": "과목=독일어 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "프랑스어 Ⅰ", "type": "box", "ysrc": "JanMatny:50:4d7ed8", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF97FF" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "프랑스어 Ⅰ", "offsetgroup": "프랑스어 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:818cb2", "hovertemplate": "과목=프랑스어 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "스페인어 Ⅰ", "type": "box", "ysrc": "JanMatny:50:e98484", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FECB52" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "스페인어 Ⅰ", "offsetgroup": "스페인어 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:ed3802", "hovertemplate": "과목=스페인어 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "중국어 Ⅰ", "type": "box", "ysrc": "JanMatny:50:fabef2", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "중국어 Ⅰ", "offsetgroup": "중국어 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:cea42f", "hovertemplate": "과목=중국어 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "일본어 Ⅰ", "type": "box", "ysrc": "JanMatny:50:3e7da5", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "일본어 Ⅰ", "offsetgroup": "일본어 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:33940c", "hovertemplate": "과목=일본어 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "러시아어 Ⅰ", "type": "box", "ysrc": "JanMatny:50:e3f4b4", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "러시아어 Ⅰ", "offsetgroup": "러시아어 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:1c88f1", "hovertemplate": "과목=러시아어 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "아랍어 Ⅰ", "type": "box", "ysrc": "JanMatny:50:6dc3b2", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "아랍어 Ⅰ", "offsetgroup": "아랍어 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:eb7d8a", "hovertemplate": "과목=아랍어 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "베트남어 Ⅰ", "type": "box", "ysrc": "JanMatny:50:eaf9a2", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "베트남어 Ⅰ", "offsetgroup": "베트남어 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:7eb238", "hovertemplate": "과목=베트남어 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "한문 Ⅰ", "type": "box", "ysrc": "JanMatny:50:9d7885", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3" }, "notched": false, "boxpoints": "all", "showlegend": true, "legendgroup": "한문 Ⅰ", "offsetgroup": "한문 Ⅰ", "orientation": "v", "customdatasrc": "JanMatny:50:acc199", "hovertemplate": "과목=한문 Ⅰ<br>등급=%{y}<br>인원(명)=%{customdata[0]}<br>비율(퍼센트)=%{customdata[1]}<br>구분 점수=%{customdata[2]}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "과목별 수능 평균등급 점수" }, "width": 720, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "등급" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "height": 1080, "legend": { "title": { "text": "과목" }, "tracegroupgap": 0 }, "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": 1080, "width": 720, "user": { "profile_url": "https://chart-studio.plotly.com/~JanMatny", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-12 10:45:52", "mapbox_access_tokens": null, "has_password": null, "username": "JanMatny", "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": "2025-06-18T10:07:14.909356Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ggttr45gggbb/1.embed", "fid": "ggttr45gggbb:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ggttr45gggbb/1/9_73T82X86X5MN1UNCSOY8MF5NQ7W5V5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ggttr45gggbb/1/2_2B2E7E8DRD2IOZ8BO96I82IXZ3I25Q.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ggttr45gggbb/1/8_EH3S9UVGYM9PBZ6E0QQ4PO41KHCLDF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ggttr45gggbb/1/9_73T82X86X5MN1UNCSOY8MF5NQ7W5V5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ggttr45gggbb:1", "plots": "https://api.plotly.com/v2/plots/ggttr45gggbb:1", "parent": "https://api.plotly.com/v2/folders/home?user=ggttr45gggbb" }, "owner": "ggttr45gggbb", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ggttr45gggbb/1/", "world_readable": true, "date_modified": "2025-06-18T10:07:14.921Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ggttr45gggbb/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "C", "z": "B", "marker": { "color": "D" } } }, "mode": "markers", "type": "scatter3d", "xsrc": "ggttr45gggbb:0:1e6657", "ysrc": "ggttr45gggbb:0:c22a31", "zsrc": "ggttr45gggbb:0:484078", "marker": { "line": { "width": 0 }, "meta": { "columnNames": { "color": "D" } }, "size": 1.5, "cauto": true, "symbol": "circle", "opacity": 1, "colorsrc": "ggttr45gggbb:0:f1ffa2", "showscale": true, "colorscale": [ [ 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" ] ], "reversescale": true }, "hoverinfo": "x+y+z+name", "hoverlabel": { "align": "auto" }, "autocolorscale": false } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "font": { "size": 14 } }, "mirror": false, "nticks": 0, "showgrid": true, "showline": true, "tickfont": { "family": "Arial" }, "gridwidth": 4, "linewidth": 4, "tickangle": "auto", "zerolinecolor": "rgb(14, 14, 14)", "zerolinewidth": 2, "showbackground": false, "spikethickness": 4, "backgroundcolor": "rgb(255, 254, 254)" }, "yaxis": { "type": "linear", "mirror": false, "nticks": 0, "tickfont": { "family": "Arial" }, "gridwidth": 4, "linewidth": 4, "tickangle": "auto", "zerolinecolor": "rgb(14, 14, 14)", "zerolinewidth": 2, "showbackground": false, "backgroundcolor": "rgb(255, 254, 254)" }, "zaxis": { "type": "linear", "mirror": false, "nticks": 0, "tickfont": { "family": "Arial" }, "gridwidth": 4, "linewidth": 4, "tickangle": "auto", "zerolinecolor": "rgb(14, 14, 14)", "zerolinewidth": 2, "showbackground": false, "backgroundcolor": "rgb(255, 254, 254)" }, "camera": { "projection": { "type": "perspective" } }, "dragmode": "turntable", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Relazione tra insoddisfazione corporea e atteggiamneti compensatori" }, "xaxis": { "type": "linear", "range": [ -6.184012066365007, 106.184012066365 ], "autorange": true }, "yaxis": { "range": [ -425.44680851063833, 5424.446808510638 ], "autorange": true }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "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 }, "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": "#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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_GRAY" }, "separators": ", ", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ggttr45gggbb", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2025-06-17 13:31:13", "mapbox_access_tokens": null, "has_password": null, "username": "ggttr45gggbb", "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": "2025-06-18T09:59:34.646469Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~SmileJang/9.embed", "fid": "SmileJang:9", "filename": "q", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/SmileJang/9/9_GXVYUM75A44C1WKHWF0VYGDSM9VLU9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/SmileJang/9/2_HB2BTG4JM4YN6LWUMMQ423Z6CFJYO2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SmileJang/9/8_XPLZCD226R5TZRK8Y79JD2U903Z6SQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SmileJang/9/9_GXVYUM75A44C1WKHWF0VYGDSM9VLU9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/SmileJang:9", "plots": "https://api.plotly.com/v2/plots/SmileJang:9", "parent": "https://api.plotly.com/v2/folders/home?user=SmileJang" }, "owner": "SmileJang", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 20, "web_url": "https://chart-studio.plotly.com/~SmileJang/9/", "world_readable": true, "date_modified": "2025-06-18T11:49:27.273Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~SmileJang/9/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "국가출연금", "type": "histogram", "xsrc": "SmileJang:14:173fda", "ysrc": "SmileJang:14:39d021", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "bingroup": "x", "histfunc": "sum", "showlegend": true, "legendgroup": "국가출연금", "offsetgroup": "국가출연금", "orientation": "v", "hovertemplate": "구분=국가출연금<br>기준일=%{x}<br>sum of 보상금 집행액=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "보건의료기관 분담금", "type": "histogram", "xsrc": "SmileJang:14:a4a8ee", "ysrc": "SmileJang:14:35e231", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "" } }, "bingroup": "x", "histfunc": "sum", "showlegend": true, "legendgroup": "보건의료기관 분담금", "offsetgroup": "보건의료기관 분담금", "orientation": "v", "hovertemplate": "구분=보건의료기관 분담금<br>기준일=%{x}<br>sum of 보상금 집행액=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "의료사고 보상금 집행액" }, "xaxis": { "title": { "text": "기준일" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "sum of 보상금 집행액" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "구분" }, "tracegroupgap": 0 }, "barmode": "relative", "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/~SmileJang", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-12 11:25:53", "mapbox_access_tokens": null, "has_password": null, "username": "SmileJang", "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": "2025-06-18T09:42:31.364117Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~berflu/1.embed", "fid": "berflu:1", "filename": "Mionnay_v1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/berflu/1/9_NZ4N7K7GA60R22J0V4ROBHW6JYPYKR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/berflu/1/2_0BRYVNAUH8VUBH9GVSJTTWS2TXD0OC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/berflu/1/8_R48YBI6IHRTFT4FVTLLLJR66NBFP3I.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/berflu/1/9_NZ4N7K7GA60R22J0V4ROBHW6JYPYKR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/berflu:1", "plots": "https://api.plotly.com/v2/plots/berflu:1", "parent": "https://api.plotly.com/v2/folders/home?user=berflu" }, "owner": "berflu", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~berflu/1/", "world_readable": true, "date_modified": "2025-06-18T11:26:20.975Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~berflu/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "", "y": "Quercus fc" } }, "name": "Quercus fc", "type": "bar", "ysrc": "berflu:0:45d64a", "marker": { "color": "rgb(112, 173, 71)" }, "orientation": "v" }, { "meta": { "columnNames": { "y": "Fagus sylvatica" } }, "name": "%{meta.columnNames.y}", "type": "bar", "ysrc": "berflu:0:ef11df", "marker": { "color": "rgb(84, 130, 53)" }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "y": "Prunus sp." } }, "name": "%{meta.columnNames.y}", "type": "bar", "ysrc": "berflu:0:a483ba", "marker": { "color": "rgb(246, 206, 178)" }, "orientation": "v" }, { "meta": { "columnNames": { "y": "Genista sp." } }, "name": "Genista sp.", "type": "bar", "ysrc": "berflu:0:13dfa3", "marker": { "color": "rgb(255, 223, 121)" }, "orientation": "v" }, { "meta": { "columnNames": { "y": "Populus/Salix sp." } }, "name": "%{meta.columnNames.y}", "type": "bar", "ysrc": "berflu:0:b2a60d", "marker": { "color": "rgb(91, 155, 213)" }, "orientation": "v" }, { "meta": { "columnNames": { "y": "Betula sp." } }, "name": "%{meta.columnNames.y}", "type": "bar", "ysrc": "berflu:0:605621", "marker": { "line": { "width": 0 }, "color": "rgb(171, 105, 220)" }, "orientation": "v" }, { "meta": { "columnNames": { "y": "Pomoideae" } }, "name": "Pomoïdeae", "type": "bar", "ysrc": "berflu:0:aa19d3", "marker": { "color": "rgb(241, 161, 107)", "opacity": 1 }, "orientation": "v" }, { "meta": { "columnNames": { "y": "Corylus avellana" } }, "name": "Corylus avellana", "type": "bar", "ysrc": "berflu:0:6779d2", "marker": { "color": "rgb(255, 192, 0)" }, "orientation": "v" }, { "meta": { "columnNames": { "y": "Fraxinus excelsior" } }, "name": "%{meta.columnNames.y}", "type": "bar", "ysrc": "berflu:0:63063a", "marker": { "color": "rgb(140, 215, 91)" }, "orientation": "v" }, { "meta": { "columnNames": { "y": "Alnus sp." } }, "name": "Alnus sp.", "type": "bar", "ysrc": "berflu:0:f85c66", "marker": { "color": "rgb(189, 215, 238)" }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "y": "Carpinus sp." } }, "name": "%{meta.columnNames.y}", "type": "bar", "ysrc": "berflu:0:c82d91", "marker": { "color": "rgb(197, 224, 180)" }, "orientation": "v" }, { "meta": { "columnNames": { "y": "Viburnum lantana" } }, "name": "%{meta.columnNames.y}", "type": "bar", "ysrc": "berflu:0:4ad84a", "marker": { "color": "rgb(201, 180, 229)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "", "y": "Indetermine type 1" } }, "name": "Indetermine type 1", "type": "bar", "ysrc": "berflu:0:892c53", "marker": { "color": "rgb(125, 128, 125)" }, "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Etiquettes de lignes", "y": "Indetermine type 2" } }, "name": "Indetermine type 2", "type": "bar", "xsrc": "berflu:0:8601ad", "ysrc": "berflu:0:8829ed", "xaxis": "x", "marker": { "color": "rgb(187, 186, 186)" }, "orientation": "v" } ], "frames": [], "layout": { "title": { "x": 0.5, "font": { "color": "#151516" }, "text": "" }, "xaxis": { "side": "bottom", "type": "category", "dtick": 1, "range": [ 0.5, 14.5 ], "tick0": 0, "title": { "text": "" }, "domain": [ 0, 1 ], "tickmode": "auto", "autorange": false, "tickangle": "auto", "fixedrange": false, "tickprefix": "", "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "range": [ -0.29649595687331537, 110.29649595687331 ], "title": { "text": "" }, "anchor": "x", "domain": [ 0, 1 ], "tickson": "labels", "tickmode": "auto", "autorange": true, "automargin": false, "fixedrange": false, "showticklabels": true }, "bargap": 0.25, "legend": { "x": 0.5, "y": 1.08, "font": { "size": 14, "color": "#666666" }, "valign": "bottom", "bgcolor": "#FFFFFF", "xanchor": "center", "yanchor": "middle", "itemsizing": "trace", "traceorder": "normal", "orientation": "h" }, "margin": { "r": 80, "pad": 0 }, "shapes": [ { "x0": 3.5, "x1": 3.5, "y0": 0, "y1": 110, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": 6.5, "x1": 6.5, "y0": 0, "y1": 110, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": 11.5, "x1": 11.5, "y0": 0, "y1": 110, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": 13.47, "x1": 13.47, "y0": 0, "y1": 110, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" }, { "x0": 13.54, "x1": 13.54, "y0": 0, "y1": 110, "line": { "color": "#444444" }, "type": "line", "opacity": 0.3, "fillcolor": "#7f7f7f" } ], "barmode": "stack", "barnorm": "percent", "metasrc": "berflu:0:8601ad", "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "pan", "hovermode": "closest", "annotations": [ { "x": 2, "y": 105, "font": { "size": 15 }, "text": "Protohistoire", "showarrow": false }, { "x": 5, "y": 105, "font": { "size": 15 }, "text": "Antiquité", "showarrow": false }, { "x": 9, "y": 105, "font": { "size": 15 }, "text": "Haut Moyen Âge", "showarrow": false }, { "x": 12.5, "y": 105, "font": { "size": 15 }, "text": "Moyen Âge", "showarrow": false }, { "x": 14, "y": 105, "font": { "size": 15 }, "text": "Ensemble", "showarrow": false } ], "bargroupgap": 0, "plot_bgcolor": "#E5E5E5", "paper_bgcolor": "#FFFFFF" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~berflu", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-18 09:03:00", "mapbox_access_tokens": null, "has_password": null, "username": "berflu", "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": "2025-06-18T09:31:33.786252Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~markus.fehrholz/178.embed", "fid": "markus.fehrholz:178", "filename": "T PCA 123 Outlier2 Plot 38", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/markus.fehrholz/178/9_5O16US7TTSNNA45G04CHMQWW1FSKK4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/markus.fehrholz/178/2_OAIOQW551B6Z88YI0AT0TFCK1998H6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/markus.fehrholz/178/8_KUPCECLAGD3744VTN3BLIFEH90J94A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/markus.fehrholz/178/9_5O16US7TTSNNA45G04CHMQWW1FSKK4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/markus.fehrholz:178", "plots": "https://api.plotly.com/v2/plots/markus.fehrholz:178", "parent": "https://api.plotly.com/v2/folders/home?user=markus.fehrholz" }, "owner": "markus.fehrholz", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~markus.fehrholz/178/", "world_readable": true, "date_modified": "2025-06-18T09:39:46.842Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~markus.fehrholz/178/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "PC1CTS", "y": "PC2CTS", "z": "PC3CTS", "text": "DonCTS" } }, "mode": "markers", "name": "CTS", "type": "scatter3d", "xsrc": "markus.fehrholz:177:9f963e", "ysrc": "markus.fehrholz:177:d1aa7d", "zsrc": "markus.fehrholz:177:4ecf20", "marker": { "color": "rgb(85, 85, 85)" }, "opacity": 1, "textsrc": "markus.fehrholz:177:e72124" }, { "meta": { "columnNames": { "x": "PC1DC", "y": "PC2DC", "z": "PC3DC", "text": "DonDC" } }, "mode": "markers", "name": "DC", "type": "scatter3d", "xsrc": "markus.fehrholz:177:a26aaf", "ysrc": "markus.fehrholz:177:b87153", "zsrc": "markus.fehrholz:177:5e443d", "marker": { "color": "rgb(174, 174, 174)" }, "textsrc": "markus.fehrholz:177:fb081f" }, { "meta": { "columnNames": { "x": "PC1DP", "y": "PC2DP", "z": "PC3DP", "text": "DonDP" } }, "mode": "markers", "name": "DP", "type": "scatter3d", "xsrc": "markus.fehrholz:177:ac450b", "ysrc": "markus.fehrholz:177:61fbe1", "zsrc": "markus.fehrholz:177:9e0d5c", "marker": { "color": "rgb(32, 128, 35)" }, "textsrc": "markus.fehrholz:177:d602bd" }, { "meta": { "columnNames": { "x": "PC1HM1", "y": "PC2HM1", "z": "PC3HM1", "text": "DonHM1" } }, "mode": "markers", "name": "gHM", "type": "scatter3d", "xsrc": "markus.fehrholz:177:64fcff", "ysrc": "markus.fehrholz:177:616173", "zsrc": "markus.fehrholz:177:b4d2d6", "marker": { "color": "rgb(255, 1, 6)" }, "textsrc": "markus.fehrholz:177:370df2" }, { "meta": { "columnNames": { "x": "PC1HM2", "y": "PC2HM2", "z": "PC3HM2", "text": "DonHM2" } }, "mode": "markers", "name": "pcHM", "type": "scatter3d", "xsrc": "markus.fehrholz:177:833842", "ysrc": "markus.fehrholz:177:237734", "zsrc": "markus.fehrholz:177:2bab09", "marker": { "color": "rgb(245, 129, 133)" }, "textsrc": "markus.fehrholz:177:03f9c2" }, { "meta": { "columnNames": { "x": "PC1IRS1", "y": "PC2IRS1", "z": "PC3IRS1", "text": "DonIRS1" } }, "mode": "markers", "name": "IRS", "type": "scatter3d", "xsrc": "markus.fehrholz:177:79f490", "ysrc": "markus.fehrholz:177:c42207", "zsrc": "markus.fehrholz:177:c4a202", "marker": { "color": "rgb(0, 91, 199)" }, "textsrc": "markus.fehrholz:177:81c129" }, { "meta": { "columnNames": { "x": "PC1ORS1", "y": "PC2ORS1", "z": "PC3ORS1", "text": "DonORS1" } }, "mode": "markers", "name": "sbORS", "type": "scatter3d", "xsrc": "markus.fehrholz:177:042f05", "ysrc": "markus.fehrholz:177:b14280", "zsrc": "markus.fehrholz:177:d4cea2", "marker": { "color": "rgb(100, 113, 0)" }, "textsrc": "markus.fehrholz:177:f9d3d6" }, { "meta": { "columnNames": { "x": "PC1ORS2", "y": "PC2ORS2", "z": "PC3ORS2", "text": "DonORS2" } }, "mode": "markers", "name": "bORS", "type": "scatter3d", "xsrc": "markus.fehrholz:177:abba02", "ysrc": "markus.fehrholz:177:8b064d", "zsrc": "markus.fehrholz:177:08ea2c", "marker": { "color": "rgb(155, 176, 0)" }, "textsrc": "markus.fehrholz:177:4722c4" }, { "meta": { "columnNames": { "x": "PC1OUT", "y": "PC2OUT", "z": "PC3OUT" } }, "mode": "markers", "name": "Outliers", "type": "scatter3d", "xsrc": "markus.fehrholz:177:0fad8e", "ysrc": "markus.fehrholz:177:ee6f37", "zsrc": "markus.fehrholz:177:e8849a", "marker": { "color": "rgb(177, 85, 255)" } }, { "meta": { "columnNames": { "x": "CP", "y": "CQ", "z": "CR" } }, "mode": "markers", "name": "Low Mapping", "type": "scatter3d", "xsrc": "markus.fehrholz:177:3d1eec", "ysrc": "markus.fehrholz:177:763fef", "zsrc": "markus.fehrholz:177:dcdf1e", "marker": { "color": "rgb(230, 174, 30)" } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "PC1 (51%)" } }, "yaxis": { "type": "linear", "title": { "text": "PC2 (17%)" } }, "zaxis": { "type": "linear", "title": { "text": "PC3 (11%)" } }, "camera": { "up": { "x": 0.15592942142849656, "y": 0.9639195651226814, "z": -0.21574310535142244 }, "eye": { "x": -0.6327208774187607, "y": 0.3593765741544711, "z": 1.6489174656132994 }, "center": { "x": 0.18431827843744014, "y": -0.16140404613172468, "z": -0.08736136268732306 }, "projection": { "type": "perspective" } }, "dragmode": "pan", "aspectmode": "auto", "aspectratio": { "x": 1.4481462977126727, "y": 0.906895942707266, "z": 0.7614302085232335 } }, "title": { "text": "Principal Component Analysis of VST-transformed expression data from isolated hair follicle compartments" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "legend": { "x": 0.8279118785588401, "y": 0.9263310869079178, "font": { "size": 20 }, "itemsizing": "constant" }, "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" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~markus.fehrholz", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.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": "2020-08-12 13:21:27", "mapbox_access_tokens": null, "has_password": null, "username": "markus.fehrholz", "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": "2025-06-18T09:29:21.678151Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~antle/27.embed", "fid": "antle:27", "filename": "antle5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/antle/27/9_B7Y0XC9CTAJB0ODD8QXJ3H1E8Q6LRU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/antle/27/2_VP3HR8Q2TLQ24PMRI8EFUHCK4DGAZC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/antle/27/8_OL7CL7Q4O8SK5XJT2K8O4WPICHAL62.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/antle/27/9_B7Y0XC9CTAJB0ODD8QXJ3H1E8Q6LRU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/antle:27", "plots": "https://api.plotly.com/v2/plots/antle:27", "parent": "https://api.plotly.com/v2/folders/home?user=antle" }, "owner": "antle", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 12, "web_url": "https://chart-studio.plotly.com/~antle/27/", "world_readable": true, "date_modified": "2025-06-18T11:24:05.030Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~antle/27/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x0": " ", "y0": " ", "name": "2022", "type": "box", "xsrc": "antle:77:efb8a0", "ysrc": "antle:77:89f739", "xaxis": "x", "yaxis": "y", "jitter": 0.35, "marker": { "size": 7, "color": "crimson", "opacity": 0.7 }, "notched": false, "boxpoints": "outliers", "showlegend": true, "legendgroup": "2022", "offsetgroup": "2022", "orientation": "v", "whiskerwidth": 0.5, "customdatasrc": "antle:77:55a952", "hovertemplate": "<b>과세년도:</b> %{x}<br><b>체납금액:</b> %{y:,}원<br><b>세목명:</b> %{customdata[0]}<br><b>체납액구간:</b> %{customdata[1]}<extra></extra>", "alignmentgroup": "True" }, { "x0": " ", "y0": " ", "name": "2022", "type": "box", "xsrc": "antle:77:62a436", "ysrc": "antle:77:ccf565", "xaxis": "x2", "yaxis": "y2", "jitter": 0.35, "marker": { "size": 7, "color": "crimson", "opacity": 0.7 }, "notched": false, "boxpoints": "outliers", "showlegend": false, "legendgroup": "2022", "offsetgroup": "2022", "orientation": "v", "whiskerwidth": 0.5, "customdatasrc": "antle:77:f1b869", "hovertemplate": "<b>과세년도:</b> %{x}<br><b>체납금액:</b> %{y:,}원<br><b>세목명:</b> %{customdata[0]}<br><b>체납액구간:</b> %{customdata[1]}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "x": 0.5, "font": { "size": 20 }, "text": "경기도 안산시 시군구별 지방세 체납금액 분포" }, "xaxis": { "title": { "text": "과세년도" }, "anchor": "y", "domain": [ 0.0, 0.49 ], "tickfont": { "size": 11 }, "tickangle": 0, "categoryarray": [ 2022 ], "categoryorder": "array" }, "yaxis": { "title": { "text": "체납금액 (원)" }, "anchor": "x", "domain": [ 0.0, 1.0 ], "tickformat": "," }, "legend": { "title": { "text": "과세년도" }, "tracegroupgap": 0 }, "margin": { "b": 40, "l": 40, "r": 40, "t": 80 }, "xaxis2": { "title": { "text": "과세년도" }, "anchor": "y2", "domain": [ 0.51, 1.0 ], "matches": "x", "tickfont": { "size": 11 }, "tickangle": 0, "categoryarray": [ 2022 ], "categoryorder": "array" }, "yaxis2": { "title": { "text": "체납금액 (원)" }, "anchor": "x2", "domain": [ 0.0, 1.0 ], "matches": "y", "tickformat": ",", "showticklabels": false }, "boxmode": "overlay", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "white", "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": "#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 }, "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": "white", "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": "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": "", "title": { "standoff": 15 }, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "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", "#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": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "hoverlabel": { "font": { "size": 13, "family": "Arial" }, "bgcolor": "white", "bordercolor": "black" }, "showlegend": false, "annotations": [ { "x": 0.245, "y": 1.0, "font": {}, "text": "시군구=안산시 상록구", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.755, "y": 1.0, "font": {}, "text": "시군구=안산시 단원구", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~antle", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-17 11:08:35", "mapbox_access_tokens": null, "has_password": null, "username": "antle", "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": "2025-06-18T09:25:10.182636Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RAAD55/3.embed", "fid": "RAAD55:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/RAAD55:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/RAAD55:3/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/RAAD55:3/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/RAAD55:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RAAD55:3", "plots": "https://api.plotly.com/v2/plots/RAAD55:3", "parent": "https://api.plotly.com/v2/folders/home?user=RAAD55" }, "owner": "RAAD55", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~RAAD55/3/", "world_readable": true, "date_modified": "2025-06-18T09:25:10.196Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RAAD55/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": {}, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~RAAD55", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-17 07:34:13", "mapbox_access_tokens": null, "has_password": null, "username": "RAAD55", "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": "2025-06-18T09:08:03.689312Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/80.embed", "fid": "Sanghoo:80", "filename": "서울시 범죄 대분류별", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/80/9_MF3QUK54XQ00MP896O7SP5K0C6GZ95.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/80/2_21TPX97XS140EY2DSR3MIGWXTXCJUP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/80/8_1DKHO52C0TJVAPE21807XZWYDSB855.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/80/9_MF3QUK54XQ00MP896O7SP5K0C6GZ95.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:80", "plots": "https://api.plotly.com/v2/plots/Sanghoo:80", "parent": "https://api.plotly.com/v2/folders/home?user=Sanghoo" }, "owner": "Sanghoo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~Sanghoo/80/", "world_readable": true, "date_modified": "2025-06-18T09:08:03.699Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/80/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "hole": 0.4, "name": "", "type": "pie", "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] }, "pullsrc": "Sanghoo:79:5bcd90", "labelssrc": "Sanghoo:79:9d9665", "valuessrc": "Sanghoo:79:820665", "showlegend": true, "legendgroup": "", "hovertemplate": "label=%{label}<br>value=%{value}<extra></extra>" } ], "layout": { "title": { "text": "서울시 범죄 대분류별 도넛형 비율 그래프 (최대값 강조)" }, "legend": { "tracegroupgap": 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 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Sanghoo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-12 10:51:39", "mapbox_access_tokens": null, "has_password": null, "username": "Sanghoo", "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": "2025-06-18T09:07:23.875931Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/78.embed", "fid": "Sanghoo:78", "filename": "한국도로공사 교통사고", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/78/9_K6EV49YJA882X5LA69Z07J2YWQZ85Q.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/78/2_820SCTOG08CNO3O127WGBDXE3X6EDM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/78/8_PJTFFFYLTNXZEWNJ21EK2SY575NPVA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/78/9_K6EV49YJA882X5LA69Z07J2YWQZ85Q.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:78", "plots": "https://api.plotly.com/v2/plots/Sanghoo:78", "parent": "https://api.plotly.com/v2/folders/home?user=Sanghoo" }, "owner": "Sanghoo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~Sanghoo/78/", "world_readable": true, "date_modified": "2025-06-18T09:07:23.887Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/78/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "pie", "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] }, "marker": { "line": { "color": "black", "width": 2 }, "colorssrc": "Sanghoo:77:c2ff7e" }, "labelssrc": "Sanghoo:77:1a875c", "valuessrc": "Sanghoo:77:6c1159", "showlegend": true, "legendgroup": "", "hovertemplate": "종류=%{label}<br>건수=%{value}<extra></extra>" } ], "layout": { "title": { "text": "교통사고 통계 (사고, 사망, 부상 비율)" }, "legend": { "tracegroupgap": 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 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Sanghoo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-12 10:51:39", "mapbox_access_tokens": null, "has_password": null, "username": "Sanghoo", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "