Skip to content

Instantly share code, notes, and snippets.

@iktakahiro
Last active August 5, 2017 23:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iktakahiro/ae770df8a184857686b56b388b8724e7 to your computer and use it in GitHub Desktop.
Save iktakahiro/ae770df8a184857686b56b388b8724e7 to your computer and use it in GitHub Desktop.
設定ファイル matplotlibrc をコピー
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