Python matplotlib.pyplot.xlabel()

사용 버전: Python 3.7.4
사용 프로그램: Atom 1.44.0 x64






파이썬 matplotlib.pyplot.xlabel()에 대해서 알아보겠습니다.

괄호 안에는 str, labelpad, text 속성이 들어갑니다.

str에는 적고 싶은 글자를 적습니다.






X label Test가 추가되었습니다.


labelpad에는 숫자가 들어갑니다.
표와 레이블 사이의 거리를 나타냅니다.










X label Test와 표와의 거리가 넓어졌습니다.


text 속성에는 fontsize가 들어갑니다.






글자가 커졌습니다.

끝.





카테고리: Python, Matplotlib

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

tensorflow tf.random.uniform()

Android Notification with Full Screen

KiCad 시작하기 2 (PCB 만들기)

Android Minimum touch target size

Python bs4.SoupStrainer()

KiCad 시작하기 4 (기존 회로도 수정 및 추가)

음악 총보(Score), 파트보(Part)

tensorflow tf.expand_dims()