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=cj0xJnA9MjAyNS0wNi0xNysxMyUzQTA4JTNBNDEuMjI0Mjg3JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTE3KzEzJTNBMTMlM0EyMS41NTcxNDElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0xNysxMyUzQTU0JTNBMjUuMjEwMzEwJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-17T13:54:25.210310Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/66.embed", "fid": "Sanghoo:66", "filename": "경기도성남시인구현황", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/66/9_9GRQ22G6CCHNZWBTIKT9DMX23ONP58.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/66/2_1CJ5CZPJ6T34W6K2RLF03FMFG4HHMY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/66/8_PKIFVG15GQ5J41W0B75VB4RQGPQ1CM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/66/9_9GRQ22G6CCHNZWBTIKT9DMX23ONP58.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:66", "plots": "https://api.plotly.com/v2/plots/Sanghoo:66", "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/66/", "world_readable": true, "date_modified": "2025-06-17T13:54:25.220Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/66/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "세대수", "type": "bar", "xsrc": "Sanghoo:65:05bdf8", "ysrc": "Sanghoo:65:97be57", "xaxis": "x", "yaxis": "y", "marker": { "color": "#808080", "pattern": { "shape": "" } }, "textfont": { "size": 12, "color": "black", "family": "Times" }, "textangle": 0, "showlegend": true, "legendgroup": "세대수", "offsetgroup": "세대수", "orientation": "h", "textposition": "outside", "texttemplate": "%{x:,}", "hovertemplate": "항목=세대수<br>인원 수=%{x}<br>구=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "재외국민", "type": "bar", "xsrc": "Sanghoo:65:14d937", "ysrc": "Sanghoo:65:74ee09", "xaxis": "x", "yaxis": "y", "marker": { "color": "red", "pattern": { "shape": "" } }, "textfont": { "size": 12, "color": "red", "family": "Times" }, "textangle": 0, "showlegend": true, "legendgroup": "재외국민", "offsetgroup": "재외국민", "orientation": "h", "textposition": "outside", "texttemplate": "%{x:,}", "hovertemplate": "항목=재외국민<br>인원 수=%{x}<br>구=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "경기도 성남시 각 구별 세대수 및 재외국민 수" }, "xaxis": { "title": { "text": "인원 수" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "구" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "bargap": 0.2, "legend": { "title": { "text": "항목" }, "tracegroupgap": 0 }, "barmode": "group", "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 } } }, "bargroupgap": 0.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-17T13:51:30.154517Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/64.embed", "fid": "Sanghoo:64", "filename": "지리산국립공원 종명 조사주소 누적 개체수", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/64/9_6Z1OB2Y7GKCWG0KH0AIZ3027BX9SEV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/64/2_ZZK2NAUSEVXKD502H1P1AZ90MP3JXM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/64/8_CD2BMSHGHNI6WCCXC609AA6JJQYSAK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/64/9_6Z1OB2Y7GKCWG0KH0AIZ3027BX9SEV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:64", "plots": "https://api.plotly.com/v2/plots/Sanghoo:64", "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/64/", "world_readable": true, "date_modified": "2025-06-17T13:51:30.164Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/64/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "단독 1등", "type": "bar", "xsrc": "Sanghoo:63:224308", "ysrc": "Sanghoo:63:119c08", "width": 0.7, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "black", "width": 1.5 }, "color": "crimson", "pattern": { "shape": "" } }, "textsrc": "Sanghoo:63:9ecf55", "showlegend": true, "legendgroup": "단독 1등", "offsetgroup": "단독 1등", "orientation": "h", "textposition": "inside", "hovertemplate": "분류=단독 1등<br>개체수=%{x}<br>종명=%{y}<br>조사주소=%{text}<extra></extra>", "alignmentgroup": "True", "insidetextanchor": "middle" }, { "name": "기타", "type": "bar", "xsrc": "Sanghoo:63:6f460f", "ysrc": "Sanghoo:63:47c6f2", "width": 0.7, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "black", "width": 1.5 }, "color": "lightslategray", "pattern": { "shape": "/" } }, "textsrc": "Sanghoo:63:4397a1", "showlegend": true, "legendgroup": "기타", "offsetgroup": "기타", "orientation": "h", "textposition": "inside", "hovertemplate": "분류=기타<br>개체수=%{x}<br>종명=%{y}<br>조사주소=%{text}<extra></extra>", "alignmentgroup": "True", "insidetextanchor": "middle" }, { "name": "공동 1등", "type": "bar", "xsrc": "Sanghoo:63:02e758", "ysrc": "Sanghoo:63:1141c2", "width": 0.7, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "black", "width": 1.5 }, "color": "mediumpurple", "pattern": { "shape": "\\" } }, "textsrc": "Sanghoo:63:5b0f4a", "showlegend": true, "legendgroup": "공동 1등", "offsetgroup": "공동 1등", "orientation": "h", "textposition": "inside", "hovertemplate": "분류=공동 1등<br>개체수=%{x}<br>종명=%{y}<br>조사주소=%{text}<extra></extra>", "alignmentgroup": "True", "insidetextanchor": "middle" } ], "layout": { "font": { "family": "NanumGothic, sans-serif" }, "title": { "text": "지리산국립공원 종명별 조사주소 개체수 (최다 조사주소 강조)" }, "width": 1200, "xaxis": { "title": { "text": "개체수" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "종명" }, "anchor": "x", "domain": [ 0.0, 1.0 ], "categoryorder": "total ascending" }, "bargap": 0.15, "height": 700, "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": 700, "width": 1200, "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-17T13:32:29.209950Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kthiedig/1.embed", "fid": "kthiedig:1", "filename": "split_view", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kthiedig/1/9_38971DZ36LQVIXQ76JD393FRX984CR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kthiedig/1/2_GGCTYYO43NVJQI45UCR635JXJK33A0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kthiedig/1/8_N3XDUAVHYV9MK3E3BN6I9SIZR3ZSBI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kthiedig/1/9_38971DZ36LQVIXQ76JD393FRX984CR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kthiedig:1", "plots": "https://api.plotly.com/v2/plots/kthiedig:1", "parent": "https://api.plotly.com/v2/folders/home?user=kthiedig" }, "owner": "kthiedig", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~kthiedig/1/", "world_readable": true, "date_modified": "2025-06-17T13:43:07.751Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kthiedig/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "visible": true }, "meta": { "columnNames": { "x": "A", "y": "851-alt" } }, "mode": "markers", "name": "alt", "type": "box", "xsrc": "kthiedig:0:33a7b3", "ysrc": "kthiedig:0:f8d6e0", "bandwidth": 0, "boxpoints": false, "hoverinfo": "none", "showlegend": true, "transforms": [ { "meta": { "columnNames": { "groups": "" } }, "type": "groupby", "styles": [] } ], "legendgroup": 2 }, { "box": { "visible": true }, "meta": { "columnNames": { "x": "A", "y": "851-neu" } }, "mode": "markers", "name": "neu", "type": "box", "xsrc": "kthiedig:0:33a7b3", "ysrc": "kthiedig:0:cc846d", "xaxis": "x", "yaxis": "y", "bandwidth": 0, "boxpoints": false, "stackgroup": null, "transforms": [ { "meta": { "columnNames": { "groups": "851-neu" } }, "type": "groupby", "styles": [ { "value": {}, "target": "36" }, { "value": {}, "target": "54" }, { "value": {}, "target": "32" }, { "value": {}, "target": "28" }, { "value": {}, "target": "41" }, { "value": {}, "target": "48" }, { "value": {}, "target": "26" }, { "value": {}, "target": "58" }, { "value": {}, "target": "30" }, { "value": {}, "target": "66" }, { "value": {}, "target": "0" }, { "value": {}, "target": "1" }, { "value": {}, "target": "34" }, { "value": {}, "target": "60" }, { "value": {}, "target": "31" }, { "value": {}, "target": "56" }, { "value": {}, "target": "61" }, { "value": {}, "target": "27" }, { "value": {}, "target": "95" }, { "value": {}, "target": "18" }, { "value": {}, "target": "7" }, { "value": {}, "target": "16" }, { "value": {}, "target": "10" }, { "value": {}, "target": "5" }, { "value": {}, "target": "13" }, { "value": {}, "target": "29" }, { "value": {}, "target": "14" }, { "value": {}, "target": "12" }, { "value": {}, "target": "33" }, { "value": {}, "target": "91" }, { "value": {}, "target": "46" }, { "value": {}, "target": "42" }, { "value": {}, "target": "37" }, { "value": {}, "target": "88" }, { "value": {}, "target": "150" }, { "value": {}, "target": "70" }, { "value": {}, "target": "82" }, { "value": {}, "target": "78" }, { "value": {}, "target": "109" }, { "value": {}, "target": "90" }, { "value": {}, "target": "129" }, { "value": {}, "target": "102" }, { "value": {}, "target": "80" }, { "value": {}, "target": "118" }, { "value": {}, "target": "103" } ], "enabled": false, "groupssrc": "kthiedig:0:cc846d" } ], "legendgroup": 2, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -6.666666666666667, 126.66666666666667 ], "autorange": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "autosize": true, "hovermode": "closest", "violingap": 0, "showlegend": true, "violinmode": "overlay", "violingroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kthiedig", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-17 10:02:38", "mapbox_access_tokens": null, "has_password": null, "username": "kthiedig", "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-17T13:26:43.077523Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~louispc/1.embed", "fid": "louispc:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/louispc/1/9_EIKU3U3VKNHL1ZK0U1K2UCVHI0494W.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/louispc/1/2_5Z3C8PI0CWRHT6WNWCP0WTO28FD7AM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/louispc/1/8_WZYK73MJAAGH3SW5NV2OOONJ9JUXPB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/louispc/1/9_EIKU3U3VKNHL1ZK0U1K2UCVHI0494W.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/louispc:1", "plots": "https://api.plotly.com/v2/plots/louispc:1", "parent": "https://api.plotly.com/v2/folders/home?user=louispc" }, "owner": "louispc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 15, "web_url": "https://chart-studio.plotly.com/~louispc/1/", "world_readable": true, "date_modified": "2025-06-17T13:26:43.089Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~louispc/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "bar", "xsrc": "louispc:0:d3f033", "ysrc": "louispc:0:e4de09", "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0.5, 2.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 2.1052631578947367 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~louispc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-17 13:24:53", "mapbox_access_tokens": null, "has_password": null, "username": "louispc", "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-17T13:25:03.013407Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/47.embed", "fid": "Sanghoo:47", "filename": "한국가스충전소 241~243행정구역", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/47/9_SDKRUDVEKN0AKBKFC7YCS9BW4C4TG5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/47/2_P6HFNHETTQL079UDY5Q8YB756SX8WF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/47/8_RDRKZN2D236KL09GC9WI7JV85BMRC0.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/47/9_SDKRUDVEKN0AKBKFC7YCS9BW4C4TG5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:47", "plots": "https://api.plotly.com/v2/plots/Sanghoo:47", "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/47/", "world_readable": true, "date_modified": "2025-06-17T13:25:03.026Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/47/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "자동차", "type": "bar", "xsrc": "Sanghoo:46:129dfa", "ysrc": "Sanghoo:46:c1ee35", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "자동차", "offsetgroup": "자동차", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 13KG용기", "type": "bar", "xsrc": "Sanghoo:46:e95535", "ysrc": "Sanghoo:46:772b02", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기, 자동차, 13KG용기", "offsetgroup": "용기, 자동차, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:46:be499b", "ysrc": "Sanghoo:46:636ed0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리", "offsetgroup": "용기, 자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:46:a05e74", "ysrc": "Sanghoo:46:6b8130", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리, 13KG용기", "offsetgroup": "용기, 자동차, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차", "type": "bar", "xsrc": "Sanghoo:46:4f3d29", "ysrc": "Sanghoo:46:b189ab", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기, 자동차", "offsetgroup": "용기, 자동차", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:46:44c64b", "ysrc": "Sanghoo:46:4de029", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "자동차, 탱크로리", "offsetgroup": "자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "행정구역별 LPG 충전소 수 (241~마지막)" }, "xaxis": { "title": { "text": "행정구역" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "충전소 수" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "font": { "size": 9 }, "title": { "text": "관리구분" }, "itemwidth": 30, "itemsizing": "constant", "bordercolor": "Black", "borderwidth": 1, "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/~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-17T13:24:17.666415Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/45.embed", "fid": "Sanghoo:45", "filename": "한국가스충전소 181~240행정구역", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/45/9_4EX0W2FRXYI2UP3PA04ZLDMH2ZCYAZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/45/2_ZKNNLV6JGXK798A2FFXNREMHNJB9MS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/45/8_9EWBUPMI6POBVUTOJU07Y5AZDE9HEF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/45/9_4EX0W2FRXYI2UP3PA04ZLDMH2ZCYAZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:45", "plots": "https://api.plotly.com/v2/plots/Sanghoo:45", "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/45/", "world_readable": true, "date_modified": "2025-06-17T13:24:17.676Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/45/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "용기, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:44:9a98cf", "ysrc": "Sanghoo:44:e311c3", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기, 탱크로리, 13KG용기", "offsetgroup": "용기, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차", "type": "bar", "xsrc": "Sanghoo:44:238dbb", "ysrc": "Sanghoo:44:c2affb", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "자동차", "offsetgroup": "자동차", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:44:22064d", "ysrc": "Sanghoo:44:d70353", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리, 13KG용기", "offsetgroup": "용기, 자동차, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 탱크로리", "type": "bar", "xsrc": "Sanghoo:44:d7ecce", "ysrc": "Sanghoo:44:6610de", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "용기, 탱크로리", "offsetgroup": "용기, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리, 부탄갠, 13KG용기", "type": "bar", "xsrc": "Sanghoo:44:6e80d9", "ysrc": "Sanghoo:44:727ed0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리, 부탄갠, 13KG용기", "offsetgroup": "용기, 자동차, 탱크로리, 부탄갠, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리, 부탄갠, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 13KG용기", "type": "bar", "xsrc": "Sanghoo:44:f5f52e", "ysrc": "Sanghoo:44:93dbe0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기, 자동차, 13KG용기", "offsetgroup": "용기, 자동차, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 13KG용기", "type": "bar", "xsrc": "Sanghoo:44:60d9f3", "ysrc": "Sanghoo:44:54d473", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "자동차, 13KG용기", "offsetgroup": "자동차, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "탱크로리", "type": "bar", "xsrc": "Sanghoo:44:36f0f4", "ysrc": "Sanghoo:44:9e3414", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "탱크로리", "offsetgroup": "탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차", "type": "bar", "xsrc": "Sanghoo:44:0d0eda", "ysrc": "Sanghoo:44:04665d", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF97FF", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기, 자동차", "offsetgroup": "용기, 자동차", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:44:381b90", "ysrc": "Sanghoo:44:209a68", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FECB52", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "자동차, 탱크로리", "offsetgroup": "자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:44:03f4f4", "ysrc": "Sanghoo:44:a816d7", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "자동차, 탱크로리, 13KG용기", "offsetgroup": "자동차, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:44:4c206b", "ysrc": "Sanghoo:44:ad6f53", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리", "offsetgroup": "용기, 자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기", "type": "bar", "xsrc": "Sanghoo:44:a8427b", "ysrc": "Sanghoo:44:0e25ff", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기", "offsetgroup": "용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "배관공급", "type": "bar", "xsrc": "Sanghoo:44:076845", "ysrc": "Sanghoo:44:40d85e", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "배관공급", "offsetgroup": "배관공급", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=배관공급<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "부탄갠", "type": "bar", "xsrc": "Sanghoo:44:52f5cf", "ysrc": "Sanghoo:44:371146", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "부탄갠", "offsetgroup": "부탄갠", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=부탄갠<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차사", "type": "bar", "xsrc": "Sanghoo:44:f95bef", "ysrc": "Sanghoo:44:e438f5", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "자동차사", "offsetgroup": "자동차사", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차사<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "행정구역별 LPG 충전소 수 (181~240번째)" }, "xaxis": { "title": { "text": "행정구역" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "충전소 수" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "font": { "size": 9 }, "title": { "text": "관리구분" }, "itemwidth": 30, "itemsizing": "constant", "bordercolor": "Black", "borderwidth": 1, "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/~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-17T13:23:42.268524Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/43.embed", "fid": "Sanghoo:43", "filename": "한국가스충전소 121~180행정구역", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/43/9_I73CY2G64544YH1R4KT0DB1PPI1GFG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/43/2_TBRBABOHHQ8MEQ3VON8YBDFPQ02ZYX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/43/8_GGUAKMTDE1DJQ7TY1WD0O1MMJPLGTC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/43/9_I73CY2G64544YH1R4KT0DB1PPI1GFG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:43", "plots": "https://api.plotly.com/v2/plots/Sanghoo:43", "parent": "https://api.plotly.com/v2/folders/home?user=Sanghoo" }, "owner": "Sanghoo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 8, "web_url": "https://chart-studio.plotly.com/~Sanghoo/43/", "world_readable": true, "date_modified": "2025-06-17T13:23:42.279Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/43/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "자동차", "type": "bar", "xsrc": "Sanghoo:42:0c0475", "ysrc": "Sanghoo:42:8cb02a", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "자동차", "offsetgroup": "자동차", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 13KG용기", "type": "bar", "xsrc": "Sanghoo:42:4300fe", "ysrc": "Sanghoo:42:cc778c", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기, 자동차, 13KG용기", "offsetgroup": "용기, 자동차, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:42:515c45", "ysrc": "Sanghoo:42:9ab96a", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리, 13KG용기", "offsetgroup": "용기, 자동차, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 13KG용기", "type": "bar", "xsrc": "Sanghoo:42:1e9203", "ysrc": "Sanghoo:42:fbc94a", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "용기, 13KG용기", "offsetgroup": "용기, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 13KG용기", "type": "bar", "xsrc": "Sanghoo:42:4a4f56", "ysrc": "Sanghoo:42:418e6f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "자동차, 13KG용기", "offsetgroup": "자동차, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:42:d05cf9", "ysrc": "Sanghoo:42:c78714", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기, 탱크로리, 13KG용기", "offsetgroup": "용기, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 탱크로리", "type": "bar", "xsrc": "Sanghoo:42:a274a4", "ysrc": "Sanghoo:42:1c054e", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "용기, 탱크로리", "offsetgroup": "용기, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:42:d86c0a", "ysrc": "Sanghoo:42:82a12b", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "자동차, 탱크로리", "offsetgroup": "자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차사", "type": "bar", "xsrc": "Sanghoo:42:7f318b", "ysrc": "Sanghoo:42:da349f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF97FF", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "자동차사", "offsetgroup": "자동차사", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차사<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기", "type": "bar", "xsrc": "Sanghoo:42:8311bc", "ysrc": "Sanghoo:42:318e98", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FECB52", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기", "offsetgroup": "용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "탱크로리", "type": "bar", "xsrc": "Sanghoo:42:99ac0e", "ysrc": "Sanghoo:42:cad03e", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "탱크로리", "offsetgroup": "탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:42:8ca32a", "ysrc": "Sanghoo:42:b828cf", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리", "offsetgroup": "용기, 자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리, 부탄갠, 13KG용기", "type": "bar", "xsrc": "Sanghoo:42:0a542a", "ysrc": "Sanghoo:42:7cd656", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리, 부탄갠, 13KG용기", "offsetgroup": "용기, 자동차, 탱크로리, 부탄갠, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리, 부탄갠, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "행정구역별 LPG 충전소 수 (121~180번째)" }, "xaxis": { "title": { "text": "행정구역" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "충전소 수" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "font": { "size": 9 }, "title": { "text": "관리구분" }, "itemwidth": 30, "itemsizing": "constant", "bordercolor": "Black", "borderwidth": 1, "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/~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-17T13:23:01.507409Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/41.embed", "fid": "Sanghoo:41", "filename": "한국가스충전소 61~120행정구역", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/41/9_GEIVWL84V6PRRPAW9GMD4Q4XSSPM7L.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/41/2_0MSE2SNUI0HM5VM6ZGI9AAV96DSWY6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/41/8_0OMAIKW701BNESKWK3TAJOG5WFU4Z9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/41/9_GEIVWL84V6PRRPAW9GMD4Q4XSSPM7L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:41", "plots": "https://api.plotly.com/v2/plots/Sanghoo:41", "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/41/", "world_readable": true, "date_modified": "2025-06-17T13:23:01.517Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/41/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "용기, 자동차, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:40:faab26", "ysrc": "Sanghoo:40:4914c7", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리, 13KG용기", "offsetgroup": "용기, 자동차, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차", "type": "bar", "xsrc": "Sanghoo:40:8df746", "ysrc": "Sanghoo:40:69cffb", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "자동차", "offsetgroup": "자동차", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:40:366c7a", "ysrc": "Sanghoo:40:45534a", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "자동차, 탱크로리", "offsetgroup": "자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차사", "type": "bar", "xsrc": "Sanghoo:40:74a071", "ysrc": "Sanghoo:40:21f8a6", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "자동차사", "offsetgroup": "자동차사", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차사<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 13KG용기", "type": "bar", "xsrc": "Sanghoo:40:2cd2c4", "ysrc": "Sanghoo:40:b3dd61", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기, 자동차, 13KG용기", "offsetgroup": "용기, 자동차, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:40:539d18", "ysrc": "Sanghoo:40:7c9a20", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기, 탱크로리, 13KG용기", "offsetgroup": "용기, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:40:d3ef8d", "ysrc": "Sanghoo:40:0a05c8", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리", "offsetgroup": "용기, 자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 탱크로리", "type": "bar", "xsrc": "Sanghoo:40:ea1503", "ysrc": "Sanghoo:40:5608c1", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "용기, 탱크로리", "offsetgroup": "용기, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "부탄갠", "type": "bar", "xsrc": "Sanghoo:40:bfdf0f", "ysrc": "Sanghoo:40:bad426", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF97FF", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "부탄갠", "offsetgroup": "부탄갠", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=부탄갠<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 13KG용기", "type": "bar", "xsrc": "Sanghoo:40:910835", "ysrc": "Sanghoo:40:39b417", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FECB52", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "자동차, 13KG용기", "offsetgroup": "자동차, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차", "type": "bar", "xsrc": "Sanghoo:40:34ad7e", "ysrc": "Sanghoo:40:b45b61", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "용기, 자동차", "offsetgroup": "용기, 자동차", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "탱크로리", "type": "bar", "xsrc": "Sanghoo:40:d60f61", "ysrc": "Sanghoo:40:48e7e6", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "탱크로리", "offsetgroup": "탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "탱크로리, 부탄갠", "type": "bar", "xsrc": "Sanghoo:40:b51952", "ysrc": "Sanghoo:40:ad6774", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "탱크로리, 부탄갠", "offsetgroup": "탱크로리, 부탄갠", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=탱크로리, 부탄갠<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 13KG용기", "type": "bar", "xsrc": "Sanghoo:40:5dc6bb", "ysrc": "Sanghoo:40:ccc74b", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기, 13KG용기", "offsetgroup": "용기, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 부탄갠", "type": "bar", "xsrc": "Sanghoo:40:4648e7", "ysrc": "Sanghoo:40:03f87f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "자동차, 부탄갠", "offsetgroup": "자동차, 부탄갠", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 부탄갠<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기", "type": "bar", "xsrc": "Sanghoo:40:3c70da", "ysrc": "Sanghoo:40:e1a772", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "용기", "offsetgroup": "용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "행정구역별 LPG 충전소 수 (61~120번째)" }, "xaxis": { "title": { "text": "행정구역" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "충전소 수" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "font": { "size": 9 }, "title": { "text": "관리구분" }, "itemwidth": 30, "itemsizing": "constant", "bordercolor": "Black", "borderwidth": 1, "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/~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-17T13:19:27.661446Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/39.embed", "fid": "Sanghoo:39", "filename": "한국가스충전소 1~60행정구역", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/39/9_D6Z4QVYIXBVBOETN68UAZD7DB3UBCG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/39/2_EDULUE37V2Q1IPHIVW2KWK2ZYED0UY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/39/8_4MASGDLGXYG1MC6RY7B1TYSM801UK7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/39/9_D6Z4QVYIXBVBOETN68UAZD7DB3UBCG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:39", "plots": "https://api.plotly.com/v2/plots/Sanghoo:39", "parent": "https://api.plotly.com/v2/folders/home?user=Sanghoo" }, "owner": "Sanghoo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 9, "web_url": "https://chart-studio.plotly.com/~Sanghoo/39/", "world_readable": true, "date_modified": "2025-06-17T13:19:27.672Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/39/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "용기, 자동차, 13KG용기", "type": "bar", "xsrc": "Sanghoo:38:1d32e8", "ysrc": "Sanghoo:38:9c821e", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기, 자동차, 13KG용기", "offsetgroup": "용기, 자동차, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:38:7ab316", "ysrc": "Sanghoo:38:fd7e6f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리, 13KG용기", "offsetgroup": "용기, 자동차, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차", "type": "bar", "xsrc": "Sanghoo:38:2e2ab8", "ysrc": "Sanghoo:38:4111db", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "자동차", "offsetgroup": "자동차", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:38:669447", "ysrc": "Sanghoo:38:e7b74c", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "자동차, 탱크로리, 13KG용기", "offsetgroup": "자동차, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 탱크로리", "type": "bar", "xsrc": "Sanghoo:38:7b3d8a", "ysrc": "Sanghoo:38:cd1082", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "용기, 탱크로리", "offsetgroup": "용기, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:38:68a22e", "ysrc": "Sanghoo:38:77ccb0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#19d3f3", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "자동차, 탱크로리", "offsetgroup": "자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리", "type": "bar", "xsrc": "Sanghoo:38:9e8ff0", "ysrc": "Sanghoo:38:e2dce0", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF6692", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리", "offsetgroup": "용기, 자동차, 탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차", "type": "bar", "xsrc": "Sanghoo:38:692d0b", "ysrc": "Sanghoo:38:046299", "xaxis": "x", "yaxis": "y", "marker": { "color": "#B6E880", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "용기, 자동차", "offsetgroup": "용기, 자동차", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차, 13KG용기", "type": "bar", "xsrc": "Sanghoo:38:5fe842", "ysrc": "Sanghoo:38:2e395a", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FF97FF", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "자동차, 13KG용기", "offsetgroup": "자동차, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 탱크로리, 13KG용기", "type": "bar", "xsrc": "Sanghoo:38:41a245", "ysrc": "Sanghoo:38:570b2d", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FECB52", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기, 탱크로리, 13KG용기", "offsetgroup": "용기, 탱크로리, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 탱크로리, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "부탄갠", "type": "bar", "xsrc": "Sanghoo:38:96fe5b", "ysrc": "Sanghoo:38:d8685c", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "부탄갠", "offsetgroup": "부탄갠", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=부탄갠<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "탱크로리", "type": "bar", "xsrc": "Sanghoo:38:ac2c38", "ysrc": "Sanghoo:38:ed9fd5", "xaxis": "x", "yaxis": "y", "marker": { "color": "#EF553B", "pattern": { "shape": "\\" } }, "showlegend": true, "legendgroup": "탱크로리", "offsetgroup": "탱크로리", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=탱크로리<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "13KG용기", "type": "bar", "xsrc": "Sanghoo:38:2615d8", "ysrc": "Sanghoo:38:b27c3f", "xaxis": "x", "yaxis": "y", "marker": { "color": "#00cc96", "pattern": { "shape": "." } }, "showlegend": true, "legendgroup": "13KG용기", "offsetgroup": "13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "용기, 자동차, 탱크로리, 부탄갠, 13KG용기", "type": "bar", "xsrc": "Sanghoo:38:a0357a", "ysrc": "Sanghoo:38:8d26d5", "xaxis": "x", "yaxis": "y", "marker": { "color": "#ab63fa", "pattern": { "shape": "x" } }, "showlegend": true, "legendgroup": "용기, 자동차, 탱크로리, 부탄갠, 13KG용기", "offsetgroup": "용기, 자동차, 탱크로리, 부탄갠, 13KG용기", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=용기, 자동차, 탱크로리, 부탄갠, 13KG용기<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" }, { "name": "자동차사", "type": "bar", "xsrc": "Sanghoo:38:032916", "ysrc": "Sanghoo:38:d80c44", "xaxis": "x", "yaxis": "y", "marker": { "color": "#FFA15A", "pattern": { "shape": "/" } }, "showlegend": true, "legendgroup": "자동차사", "offsetgroup": "자동차사", "orientation": "v", "textposition": "auto", "hovertemplate": "관리구분=자동차사<br>행정구역=%{x}<br>충전소 수=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "행정구역별 LPG 충전소 수 (1~60번째)" }, "xaxis": { "title": { "text": "행정구역" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "충전소 수" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "font": { "size": 9 }, "title": { "text": "관리구분" }, "itemwidth": 30, "itemsizing": "constant", "bordercolor": "Black", "borderwidth": 1, "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/~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-17T13:13:21.557141Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sanghoo/37.embed", "fid": "Sanghoo:37", "filename": "경상북도희망도서구입목록", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/37/9_GPZ51JZXAU2P2J3F88DWL4Y1QBRJO5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/37/2_89R8KU4K0FP1U9G7IDQEMDSIVHLZRW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/37/8_Y71WOOGQ3J883VIWOW9IPB36171O8C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sanghoo/37/9_GPZ51JZXAU2P2J3F88DWL4Y1QBRJO5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sanghoo:37", "plots": "https://api.plotly.com/v2/plots/Sanghoo:37", "parent": "https://api.plotly.com/v2/folders/home?user=Sanghoo" }, "owner": "Sanghoo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~Sanghoo/37/", "world_readable": true, "date_modified": "2025-06-17T13:13:21.568Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sanghoo/37/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "bar", "xsrc": "Sanghoo:36:c9abb8", "ysrc": "Sanghoo:36:91adee", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "textsrc": "Sanghoo:36:4f5bbb", "showlegend": false, "legendgroup": "", "offsetgroup": "", "orientation": "v", "textposition": "outside", "texttemplate": "%{text:,}원", "hovertemplate": "발행년도=%{x}<br>총 금액 (원)=%{text}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "text": "연도별 총 금액 비교" }, "xaxis": { "title": { "text": "발행년도" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "총 금액 (원)" }, "anchor": "x", "domain": [ 0.0, 1.0 ], "tickformat": "," }, "legend": { "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 } } }, "uniformtext": { "mode": "hide", "minsize": 12 } } }, "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": "