전체 글
-
[Library] Matplotlib 베이직 - Plot, Scatter, Hist, SubplotsCodes & Programming 2021. 5. 28. 14:07
오늘은 Matplot library에서 기본 바그래프, 히스토그램 등을 연습한 내역을 업데이트 하고자 합니다. 아래는 주피터 노트북 형태인데, 아직 보기에 예쁘진 않은 것 같네요. 다음 포스팅에는 더 연습해 볼게요. 예제가 모두 익숙한 건 기분 탓이 아니고, 실제로 본적이 있으시기 때문일 겁니다. 공식 문서를 참고하여 만들었습니다. 이만한 슨생님이 안 계시더라구요 ^0^ / https://matplotlib.org/stable/tutorials/introductory/pyplot.html#sphx-glr-tutorials-introductory-pyplot-py > 깃허브 바로가기 #먼저 라이브러리를 불러오겠습니다. In [ ]: import seaborn as sns import matplotlib.p..