First time here? Check out the FAQ!
asked 5 years ago
I have
reset() import scipy.stats n = 2000 p = 0.2 binom_dist = scipy.stats.binom(n,p) bar_chart([binom_dist.pmf(x) for x in range(n)], axes_labels=['$k$','$B(k,{},{})$'.format(n,float(p))])
How could I create something nicer, like