seaborn font
Windowsで日本語フォントを使う
import matplotlib.pyplot as plt
import seaborn as sns
import os
if os.name == 'nt':
sns.set(font='Yu Gothic')
import matplotlib.pyplot as plt
import seaborn as sns
import os
if os.name == 'nt':
sns.set(font='Yu Gothic')