[matplotlib-devel] Typo in mplconf

2010-07-04 Thread Benjamin Root
Hello, I came across a typo in mplconfig.py that results in an error when processing the matplotlib configurations. Attached is a patch. Ben Root Index: matplotlib/lib/matplotlib/config/mplconfig.py === --- matplotlib/lib/matplotlib

[matplotlib-devel] Triplot function problems

2010-07-04 Thread Alberto Azevedo
Hi, I've been using mpl_tri package, from Ian Thomas, and recently the tri module, from the svn repository. When I use the triplot function with 100-1000 points it works well. The problem is that in my work I often use grids with 3-10 points. With those grids triplot takes a long time

[matplotlib-devel] axes3d button-check fix

2010-07-04 Thread Benjamin Root
While I don't think this has caused any problems yet, I have noticed a discrepancy in how a button-click test was being done versus other checks in the same file. It also makes more sense to check against a compiled list of buttons instead of using a hard-coding value. Attached is a patch Ben Ro

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread John Hunter
On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root wrote: > Hello, > > I came across a typo in mplconfig.py that results in an error when > processing the matplotlib configurations.  Attached is a patch. I can apply this patch because it is a simple fix, but the larger question is whether we want to d

Re: [matplotlib-devel] axes3d button-check fix

2010-07-04 Thread John Hunter
On Sun, Jul 4, 2010 at 4:56 PM, Benjamin Root wrote: > While I don't think this has caused any problems yet, I have noticed a > discrepancy in how a button-click test was being done versus other checks in > the same file.  It also makes more sense to check against a compiled list of > buttons inst

Re: [matplotlib-devel] Help with blitting bug with subplots and markers

2010-07-04 Thread John Hunter
On Sat, Jul 3, 2010 at 11:53 AM, Ryan May wrote: > On Sat, Jul 3, 2010 at 1:11 AM, Ryan May wrote: >> Alright, before I go to bed, I found the following line in >> src/_backend_agg.cpp at line 709 (in draw_markers()) makes all the >> difference: >> >> set_clipbox(gc.cliprect, rendererBase); >> >>

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread Darren Dale
On Sun, Jul 4, 2010 at 9:24 PM, John Hunter wrote: > On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root wrote: >> Hello, >> >> I came across a typo in mplconfig.py that results in an error when >> processing the matplotlib configurations.  Attached is a patch. > > I can apply this patch because it is

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread Benjamin Root
On Sun, Jul 4, 2010 at 8:24 PM, John Hunter wrote: > On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root wrote: > > Hello, > > > > I came across a typo in mplconfig.py that results in an error when > > processing the matplotlib configurations. Attached is a patch. > > I can apply this patch because i

Re: [matplotlib-devel] Typo in mplconf

2010-07-04 Thread Benjamin Root
On Sun, Jul 4, 2010 at 9:43 PM, Darren Dale wrote: > On Sun, Jul 4, 2010 at 9:24 PM, John Hunter wrote: > > On Sun, Jul 4, 2010 at 4:46 PM, Benjamin Root wrote: > >> Hello, > >> > >> I came across a typo in mplconfig.py that results in an error when > >> processing the matplotlib configurations