Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

distribution plot with curve python

sns.distplot(df['Rating'], hist=True, kde=True, 
             bins=int(15), color = 'darkblue', 
             hist_kws={'edgecolor':'black'},
             kde_kws={'linewidth': 4})
 
PREVIOUS NEXT
Tagged: #distribution #plot #curve #python
ADD COMMENT
Topic
Name
1+7 =