Hello,
Does anyone know where I can find some histogram examples. The ones with
the documentation are not as self-explanatory as I would have liked.
I'm not a mathematician and I am struggling to understand the math behind
the magic.
Can anyone help?
Thanks,
Ron
---
Hello,
I am completely new to Matplotlib. I can't seem to get my script (a copy
and paste from a Histogram example) to generate a graph. When I run my
script, the command prompt returns.
Is there something I am missing?
#
# histogram.py
#
import numpy as np
import matplotlib.mlab as mlab
import