프로그래밍/Ubuntu Linux
우분투 리눅스 matplotlibrc 위치 확인하기
별을 찾는 아이
2018. 10. 10. 15:57
우분투 리눅스 matplotlibrc 위치 확인하기
제 환경은 우분투 16.04입니다.
리눅스 우분투에서 matplotlibrc 위치를 확인하는 방법은 다음과 같습니다.
1 | python -c "import matplotlib; print(matplotlib.matplotlib_fname())" | cs |
해당 명령어를 터미널에서 실행하면 matplotlibrc의 위치를 출력해줍니다.
도움링크 : https://www.scivision.co/matplotlib-default-settings-matplotlibrc-where-is-it/
재밌게 읽으셨다면 공감버튼을 눌러주세요 ♡