import할때 누구는
import matplotlib as mpl
다른사람은
import matplotlib.pyplot as plt 로 하고, 또 어떨때는 두개 다 하기도하고.. 차이점이 뭘까해서 검색
일단 mpl.rc와 plt.rc는 같다
What's the difference between matplotlib.rc and matplotlib.pyplot.rc?
I understand that in matplotlib, you can use rc or rcParams to custom the style of your plotting. However, it seems that these functions exist in two levels, like matplotlib.rc vs matplotlib.pyplot...
stackoverflow.com
https://kongdols-room.tistory.com/72
Matplotlib, pyplot, pylab의차이점과 코딩스타일 - matplotlib(2)
파이썬 버전 3.7 기준 matplotlib 버전 3.0.3 기준 Matplotlib, pyplot, pylab의 차이점과 코딩스타일 Matplotlib, pyplot, pylab의 차이점 Matplotlib Matplotlib는 전체를 아우르는 패키지이다. pyplot..
kongdols-room.tistory.com
'파이썬 > 궁금한것' 카테고리의 다른 글
해결중..) matplotlib : ax. 와 plt. 의 차이. (0) | 2022.07.16 |
---|---|
해결) plt.rcParams['lines.color'] = 'red' 안되는 이유 (0) | 2022.07.10 |
해결) DataFrame에서 int64 자료형 숫자 천의단위마다 ,찍고 싶은데 어떡하는지 (0) | 2022.07.02 |
해결) 왜 sns.pairplot은 figure(figsize=(10,6)) 해도 안커질까? (0) | 2022.06.30 |
??궁금한것정리 (0) | 2022.06.21 |