[Matplotlib-users] Role of numpy Method arange in Matplotlib

2012-07-27 Thread JonBL
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

Re: [Matplotlib-users] Role of numpy Method arange in Matplotlib

2012-07-27 Thread Benjamin Root
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: --- quote ---