seaborn.lineplot(data=None,*,x=None,y=None,hue=None,size=None,style=None,units=None,palette=None,hue_order=None,hue_norm=None,sizes=None,size_order=None,size_norm=None,dashes=True,markers=None,style_order=None,
Whether to draw the confidence intervals with translucent error bands or discrete error bars. err_band:dict of keyword arguments Additional paramters to control the aesthetics of the error bars. The kwargs are passed either to ax.fill_between or ax.errorbar, depending on the err_style. ...
seaborn的pointplot效果: ci = 95 cI: float or "sd" or None, optional Size of confidence intervals to draw around estimated values. If "sd", skip bootstrapping and draw the standard deviation of the observations. If ``None``, no bootstrapping will be performed, and error bars will not ...