Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

sns regplot make the line and confidence interval thicker

import seaborn as sns; sns.set_theme(color_codes=True)
>>> tips = sns.load_dataset("tips")
>>> ax = sns.regplot(x="total_bill", y="tip", data=tips)
Source by seaborn.pydata.org #
 
PREVIOUS NEXT
Tagged: #sns #regplot #line #confidence #interval #thicker
ADD COMMENT
Topic
Name
3+5 =