Last active
August 5, 2017 23:36
-
-
Save iktakahiro/ae770df8a184857686b56b388b8724e7 to your computer and use it in GitHub Desktop.
設定ファイル matplotlibrc をコピー
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import shutil | |
from matplotlib import matplotlib_fname | |
# 設定ファイルをコピー | |
shutil.copyfile(matplotlib_fname(), 'matplotlibrc') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment