0
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.

windowsでmatplotlibの日本語が出ないときに修正するファイルの場所

Last updated at Posted at 2019-06-18

TL;DR

掲題のとおりですが、検索して出てくる記事では手元環境とパスが違っていたので改めてメモしておきます。誰かの助けになりますように。

JupyterLab 0.35.3

ファイルの場所

IPAexフォントファイル( ipaexg.ttf )の置き場所

C:\Users\[ユーザー名]\AppData\Local\Continuum\anaconda3\Lib\site-packages\matplotlib\mpl-data\fonts\ttf\

font.family : IPAexGothic を追記するべき設定ファイル

C:\Users\[ユーザー名]\AppData\Local\Continuum\anaconda3\Lib\site-packages\matplotlib\mpl-data\matplotlibrc

参考

全体的な手順としてはこちらが参考になるかと。

0
0
1

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
0
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?