작성
·
227
답변 3
1
0
0
안녕하세요.
다음 문서를 참고해 보시면 폰트 설정을 변경해 보실 수 있을거 같아요.
그런데 올려주신 이미지를 보니 변경할 부분이 많아 보여요.
[Anatomy of a figure — Matplotlib 3.1.2 documentation](https://matplotlib.org/3.1.1/gallery/showcase/anatomy.html)
matplotlib 전체에 적용할 수 있는 스타일을 사용하시는 방법도 있을거 같아요.
import matplotlib.pyplot as plt
plt.style.use('dark_background')
위 아나토미 예제에 위 스타일을 적용했을 때 아래처럼 보여요.
[Customizing Matplotlib with style sheets and rcParams — Matplotlib 3.3.3 documentation](https://matplotlib.org/3.3.3/tutorials/introductory/customizing.html)