标签: python seaborn
sns.pairplot(gapminder2, hue='Species')
输出是空白图,出现错误:
密钥错误:“物种”
但是,使用简单的蓝色显示图:
sns.pairplot(gapminder2)