Re: [Matplotlib-users] exceptions in 3d zoom operation (bug report)

2011-01-09 Thread Daniel Hyams
Agreed; this is a band-aid at best. On Sun, Jan 9, 2011 at 5:23 PM, Benjamin Root wrote: > On Sun, Jan 9, 2011 at 4:15 PM, Daniel Hyams wrote: > >> Fix (and it looks like this would need to be fixed in 1.0.1 as well): >> >> A few lines up in draw() (line 183 in axis3d.py) there is a filter for

Re: [Matplotlib-users] exceptions in 3d zoom operation (bug report)

2011-01-09 Thread Benjamin Root
On Sun, Jan 9, 2011 at 4:15 PM, Daniel Hyams wrote: > Fix (and it looks like this would need to be fixed in 1.0.1 as well): > > A few lines up in draw() (line 183 in axis3d.py) there is a filter for > throwing out grid lines that are outside the axis limits. In > exceptional cases though, "inter

Re: [Matplotlib-users] exceptions in 3d zoom operation (bug report)

2011-01-09 Thread Benjamin Root
On Sun, Jan 9, 2011 at 3:55 PM, Daniel Hyams wrote: > Fairly easy to demonstrate; run the code below, and press the right mouse > button in the middle of the box somewhere, > and rapidly zoom in/out. It might take a few seconds, but I end up with an > exception on both Windows and OSX. If it doe

Re: [Matplotlib-users] exceptions in 3d zoom operation (bug report)

2011-01-09 Thread Daniel Hyams
Fix (and it looks like this would need to be fixed in 1.0.1 as well): A few lines up in draw() (line 183 in axis3d.py) there is a filter for throwing out grid lines that are outside the axis limits. In exceptional cases though, "interval" has a greater number listed first, then the smaller. That