Walt Ogburn

Results 4 comments of Walt Ogburn

Looks like you want to indent the append(typ) in line 1419 and add another append(typ) line after 1415.

``` from mpl_toolkits.basemap import Basemap # Size on a side in km -- 5000 works, 6000 gives error skm = 6000 s = skm * 1000 * 3.141592 map =...

OK, thanks! Mathworks does have a Matlab engine for python, but this (and Oct2Py) are about running Matlab / Octave code from Python, while I'm mostly interested in the other...

Thanks, that really must be new.