Robert Dailey wrote:
> Ah; Thanks guys. I thought 'arange' was a class, however it is a
> function. I get it now. Sorry for the confusion!
Just a note: most often (at least if you are working with floating point
values) you want "linspace", rather than arange:
>>> N.linspace(3, 99, 33)
array([ 3., 6., 9., 12., 15., 18., 21., 24., 27., 30., 33.,
36., 39., 42., 45., 48., 51., 54., 57., 60., 63., 66.,
69., 72., 75., 78., 81., 84., 87., 90., 93., 96., 99.])
fewer surprises with floating point oddities.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
[EMAIL PROTECTED]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users