일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- 데이터분석가면접준비
- ASAC
- 새싹 AI데이터새싹 엔지니어 부트캠프
- T
- 통계용어 정리
- ㅂ.
- X
- 데이터분석가
- 새싹 AI데이터새싹 엔지니어 부트캠프 1일차
- 새싹 AI데이터새싹 엔지니어 부트캠프 3일차
- ai 새싹 부트캠프 4일차
- Til
- ai 새싹 부트캠프 7일차
- ai 새싹 부트캠프 6일차
- ai 새싹 부트캠프 5일차
- 데이터관련면접
- 취준생
- 새싹 AI데이터새싹 엔지니어 부트캠프 2일차
- Today
- Total
데이터 공부기록
[Matplotlib] 기능모음 본문
||| matplotlib.pyplot.tight_layout
matplotlib.pyplot.tight_layout (*, pad=1.08, h_pad=None, w_pad=None, rect=None)
Adjust the padding between and around subplots.
To exclude an artist on the Axes from the bounding box calculation that determines the subplot parameters (i.e. legend, or annotation), set a.set_in_layout(False) for that artist.
Parameters:padfloat, default: 1.08
Padding between the figure edge and the edges of subplots, as a fraction of the font size.
h_pad, w_padfloat, default: pad
Padding (height/width) between edges of adjacent subplots, as a fraction of the font size.
recttuple (left, bottom, right, top), default: (0, 0, 1, 1)
A rectangle in normalized figure coordinates into which the whole subplots area (including labels) will fit.
||| ax. twinx
Create a twin Axes sharing the X axis.
Create a new Axes with an invisible x-axis and an independent y-axis positioned opposite to the original one (i.e. at right). The x-axis autoscale setting will be inherited from the original Axes. To ensure that the tick marks of both y-axes align
Returns:Axes
The newly created Axes instance
||| matplotlib.pyplot.tight_layout
matplotlib.pyplot.tight_layout(*, pad=1.08, h_pad=None, w_pad=None, rect=None)
Adjust the padding between and around subplots.
To exclude an artist on the Axes from the bounding box calculation that determines the subplot parameters (i.e. legend, or annotation), set a.set_in_layout(False) for that artist.
Parameters:padfloat, default: 1.08
Padding between the figure edge and the edges of subplots, as a fraction of the font size.
h_pad, w_padfloat, default: pad
Padding (height/width) between edges of adjacent subplots, as a fraction of the font size.
recttuple (left, bottom, right, top), default: (0, 0, 1, 1)
A rectangle in normalized figure coordinates into which the whole subplots area (including labels) will fit.
참고자료
Matplotlib - 공식문서
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.figure.html
'sesac ai 과정 > matplotlib' 카테고리의 다른 글
[Matplotlib] Axes.imshow (0) | 2023.11.22 |
---|---|
[Matplotlib] ax.tick_params - 눈금설정 (0) | 2023.10.23 |
[Matplotlib]Figure - 개발 문서 (0) | 2023.10.23 |
[matplotlib]SCATTER (0) | 2023.10.05 |
1. figures & AX (0) | 2023.10.04 |