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()
--
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 "C:\Python