How to plot one linear regression scatterplot for multiple columns in a dataframe with seaborn?

后端 未结 0 1154
一生所求
一生所求 2021-02-07 13:18

Lets say I have a dataframe df which has index 0 to 10, and 4 columns of data, c_1, c_2, c_3, c_4. When I plot this as follows:

sns.regplot(data=df, x=\'c_1\', y=         


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