japanize-matplotlib
japanize-matplotlib copied to clipboard
`plt.style.use()`を使う場合の挙動
import japanize_matplotlibの位置によってエラーが発生する。
エラーが発生するケース:
import matplotlib.pyplot as plt
import japanize_matplotlib
plt.style.use('dark_background')
エラーが発生しないケース:
import matplotlib.pyplot as plt
plt.style.use('dark_background')
import japanize_matplotlib