plot1 데이터 프레임 모든 컬럼 시각화(plot plt) import matplotlib.pyplot as plt import seaborn as sns import matplotlib as mpl mpl.rcParams['axes.unicode_minus'] = False # 그래프에서 한글 폰트 깨지는 문제에 대한 대처(전역 글꼴 설정) from matplotlib import font_manager, rc font_name = font_manager.FontProperties(fname='c:/Windows/Fonts/malgun.ttf').get_name() 한글 깨짐을 방지 위해서 위 코드를 먼저 실행할 수 있다면 실행하는 것이 좋다 # pip install koreanize_matplotlib # @ 한글 깨짐 방지 import math #math .. 2022. 4. 28. 이전 1 다음