Re: [Matplotlib-users] Problem with hitlist(evt) - Possible solution

2009-08-25 Thread Romi Agar
The solution I came up with without delving into the code is to add the following two lines to lines.py:286, so that self._transformed_path gets assigned a value if it is None before it is accessed: if self._transformed_path is None: self._transform_path()

[Matplotlib-users] Problem with hitlist(evt)

2009-08-24 Thread Romi Agar
Hi! After installing matplotlib 0.99.0 (over 0.98.6) I started to get the following exceptions while checking hitlist: Traceback (most recent call last): File C:\Python26\Lib\site-packages\matplotlib\artist.py, line 231, in hitlist hascursor,info = self.contains(event) File

[Matplotlib-users] Installing matplotlib for python 2.6 under windows

2009-03-19 Thread Romi Agar
Hi! I'm having a bit difficulty getting matplotlib to run under windows (vista x64) with python 2.6. I downloaded the source from svn, ran the build and install commands, then copied the content of /build/lib.win32-2.6 to Lib/site-packages folder. But when I try to import pylab I get the

Re: [Matplotlib-users] Installing matplotlib for python 2.6 under windows

2009-03-19 Thread Romi Agar
seem to have windows installers like numpy has that actually works with matplotlib. Any helpl appreciated. When might we see matplotlib binaries for python 2.6? Andrew Straw wrote: Romi Agar wrote: Hi! I'm having a bit difficulty getting matplotlib to run under windows (vista x64