I am new to matplot but I am liking it a lot. I am creating a webpage
with Django and I would like to plot a user's usage and average usage.
Therefore I am not sure what type of plot is the best type.
The data looks like this:
user: 13.4
average: 17.5
It would also be nice if I can create a bell curve (normal
distribution) and show where the user fits into the curve.
TIA
|