less than 1 minute read

python plot 그리기

참고 site

matplotlib site

matplotlib

seaborn

seaborn

import seaborn as sns
sns.set() #시각화 기본 테마 설정
sns.name_of_graph(x축 리스트, y축 리스트, name_of_data, 다양한 옵션)

import seaborn as ans
sns.name_of_graph(x,y,dataset, options)
sns.relplot(x="XXX", y='YYY',)

sns.relplot