我只是想删除用 seaborn 制作的散点图的标题。标题由色调参数给出。在这种情况下,标题是“冥王星”
x = sns.scatterplot(x="Al total", y="Fe/Fe+Mg", data=df, hue="Pluton", alpha=1)
sns.set_style("ticks")
plt.legend(ncol=3, loc='upper center',
bbox_to_anchor=[0.5, 1.25],
columnspacing=1.3, labelspacing=0.0,
handletextpad=0.0, handlelength=1.5,
fancybox=True, shadow=True)
plt.ylim(0.2 ,1.1)
慕丝7291255
哆啦的时光机
相关分类