On Friday, July 27, 2012, JonBL wrote:
>
> I'm unsure about the role of numpy method arange in Matplotlib plots. All
> Matplotlib examples I have seen call numpy's method arange, and pass the
> result as the first arg to Matplotlib's plot method.
>
> But the following works as expected:
>
> --- qu
I'm unsure about the role of numpy method arange in Matplotlib plots. All
Matplotlib examples I have seen call numpy's method arange, and pass the
result as the first arg to Matplotlib's plot method.
But the following works as expected:
--- quote ---
import matplotlib.pyplot as plt
import numpy