[Matplotlib-users] import error with Basemap

2008-02-08 Thread Tim Michelsen
Hello, using the basemap toolkit on Windows with Python 2.5 I get the following import error: In [1]: from matplotlib.toolkits.basemap import Basemap --- type 'exceptions.ImportError' Traceback (most recent call

Re: [Matplotlib-users] half a box?

2008-02-08 Thread Barry Wark
+1 for adding this feature if it's not already available! On Feb 8, 2008 8:35 AM, Brian Blais [EMAIL PROTECTED] wrote: Hello, Is there an easy way to turn the box of an axis off, but only the top and right lines, keeping the bottom and left lines of the axis visible? I'd like to make a

[Matplotlib-users] RuntimeError: Buffer lengths not the same

2008-02-08 Thread Jim Vickroy
Hello everyone, I do not understand why the attached script fails one of my assertion checks. I do not seem to understand pylab.meshgrid and numpy arrays. I looked at contour_demo.py in the basemap examples, but I have somehow missed my mistake. Could someone elaborate. Thanks, -- jv