2018-10-16から1日間の記事一覧

Colaboratoryでグラフの日本語表示

インストール !apt install fonts-ipafont-gothic !rm /root/.cache/matplotlib/fontList.json 使用時 import pandas as pd import matplotlib.pyplot as plt plt.rcParams['font.family'] = 'IPAPGothic' # seaborn利用時 import seaborn as sns sns.set(fo…