밑에 나오는 plot들은 IEEE-fraud detection competition과 그 커널을 참조합니다.
- sns -> seaborn
- pd -> pandas
- plt -> matplotlib.pyplot
- go -> plotly.graph_objs
subplot간 간격 조정 : plt.subplots_adjust(hspace = num, top = num)
x label 숫자 회전 : plot객체.set_xticklabels(g.get_xticklabels(), rotation = 45)
'# 기타 공부한 것들 > 파이썬_etc.' 카테고리의 다른 글
np.patition, np.argpatition에 대해서 (0) | 2019.09.24 |
---|---|
glob, 디렉토리 안의 특정 확장자 찾기 (0) | 2019.08.23 |
Dataframe memory 줄이기(IEEE-CIS Fraud Detection) (0) | 2019.07.21 |
python xml parsing(xml.etreeElementTree) (0) | 2019.07.16 |
파이썬 asterisk(*) 사용 용도 (0) | 2019.06.18 |