Hi,
I have the same problem as Andrew Kelly
I did the example code below (from coords_demo.py) to reproduce the bug :
#!/usr/bin/env python
"""
An example of how to interact with the plotting canvas by connecting
to move and click events
"""
import sys
from pylab import *
t = arange(0.0, 1.0, 0.
Without a some example code to reproduce the bug, it's going to be very
difficult to track this down. The "pick_event_demo.py" is working for
me, and it flows through the offending method without problems. It's
possible that your code sets things up in a way we didn't anticipate and
it worked
I spent some time trying to cobble one together but it was taking too much
time so I tried the following and it seems to work now:
Instead of using a thick line2D and adding it to the drawing, I added a
patches.Rectangle instead. The line2D works in 0.88.5 but not in 0.99. The
newer version was
Can you provide a standalone example that reproduces this error?
Cheers,
Mike
Andrew Kelly wrote:
> I recently re-installed matplotlib (0.99) on my vista machine and my
> code that worked yesterday (no changes) no longer runs because of the
> following matplotlib error:
>
> File "C:\Python25\
I recently re-installed matplotlib (0.99) on my vista machine and my code
that worked yesterday (no changes) no longer runs because of the following
matplotlib error:
File "C:\Python25\Lib\site-packages\matplotlib\lines.py", line 286, in
contains
path, affine = self._transformed_path.get_tra