distribution-is-all-you-need icon indicating copy to clipboard operation
distribution-is-all-you-need copied to clipboard

formatting issue in exponential.py

Open whtlook opened this issue 6 years ago • 0 comments

plt.plot(x, y, label=r'$\mu=%.2f,\ \sigma=%.2f,' r'\ \lambda=%d$' % (u, s, lamb)) lambda should be lambda=%.2f otherwise it will only display integers.

whtlook avatar Jan 13 '20 09:01 whtlook