3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

matplotlibの文字化け解消(明朝体の追加)

Posted at

環境

mac
python3

python3付属のvenvで仮想環境を構築

手順

フォントファイルのダウンロード

IPAexフォント

このサイトからipaexm.ttfをダウンロードし、これを
/仮想環境名/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/ttf/に移動

matplotlibrcのコピー

/Users/your_name/.matplotlib/に、

/仮想環境名/lib/python3.6/site-packages/matplotlib/mpl-data/matplotlibrcをコピー

コピーしたmatplotlibrcに追記

font.family : IPAexMincho

上記コードを追加

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?