You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: