...
plt.plot(times, density));
If the plot doesn't show, you may need to run.
Other changes:
plt.plot(times, density); plt.show()
plt.plot(times, density)
Viewing Details: