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=