'파이썬(Python)/데이터 시각화' 카테고리의 글 목록
Plotly - 깔대기 그래프
plotly를 활용한 시각화 파이 그래프와 같이 머리 싸매면서 만든 그래프 https://plotly.com/python/funnel-charts/ Funnel Over 9 examples of Funnel Chart including changing color, size, log axes, and more in Python. plotly.com 한글로 번역해보니까 깔때기라고 나온다 ㅋㅋㅋㅋㅋㅋ 근데 왜 나는 결과가 모양이랑 다를깤ㅋㅋㅋㅋ 코드는 이렇게 ㅋㅋ df1 = pd.concat([data1, data2], axis=0) fig3 = px.funnel(data_frame=df1, width=1000, height=1000, x='시도명', y='이용금액', color = '업종명', hover_n..
2022. 9. 28.