전체 글 (1) 썸네일형 리스트형 [Matplotlib] failed to process string with tex because latex could not be found 실행 환경: macOS Monterey 12.0.1 (M1) 오류 상황: 아래의 코드를 실행시 failed to process string with tex because latex could not be found 오류 발생 import matplotlib.pyplot as plt plt.rcParams['text.usetex'] = True 문제는 크게 두가지이다. 1. python latex 설치 안됨 pip install latex 위의 명령어로 쉽게 latex가 설치 가능하다 2. latex 편집기 설치 안됨 나의 경우에는 texlive를 설치하였다. https://www.tug.org/texlive/ TeX Live - TeX Users Group TeX Live TeX Live is inten.. 이전 1 다음