How to select different hue for Seaborn RegPlot

后端 未结 0 1932
滥情空心
滥情空心 2020-11-28 22:09

I am using a seaborn regplot with the following code :

sns.relplot(x="NumCustomers", y="TotalSales", hue = \'StoreLabel\', data=stores_mon         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题