SyntaxFix
Write A Post
Hire A Developer
Questions
Just FYI, the below command worked in seaborn 0.8.1 so I guess the initial answer is still valid.
sns_plot = sns.pairplot(data, hue='species', size=3) sns_plot.savefig("output.png")