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
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
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
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
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
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);
>>
>>
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
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
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