[matplotlib-devel] patch to fix examples

2007-07-20 Thread Stefan van der Walt
Hi everyone, Some of the examples in the repository are broken. Attached is a patch to fix them (it also required one or two changes in the rest of matplotlib). I haven't monitored the list for a while, and I'm glad to hear that mpl1 is on the table. I hope automated testing will be one of the

Re: [matplotlib-devel] patch to fix examples

2007-07-20 Thread Stefan van der Walt
Thanks for applying the patch, Eric. I should also mention that there are two other problems that my patch didn't solve: In agg_resize.py: Traceback (most recent call last): File "_tmp_agg_resize.py", line 12, in interp = agg.span_interpolator_linear(imMatrix); AttributeError: 'module' ob

Re: [matplotlib-devel] off-topic: Reuters article on DaVinci's Last Supper

2007-07-29 Thread Stefan van der Walt
On Sun, Jul 29, 2007 at 09:03:30AM +0900, Bill Baxter wrote: > Curious, I gave it a try in photoshop. I think you have to line up the > doorways & windows to see the effect. > I see someone who looks kinda like they're holding a baby, but I don't know > what a Templar knight is supposed to look li

Re: [matplotlib-devel] mathtext examples

2007-08-05 Thread Stefan van der Walt
On Fri, Aug 03, 2007 at 03:13:01PM -0400, Michael Droettboom wrote: > On a related note, the Agg backend suffers a little bit from the lack of > subpixel character placement. The spacing of symbols can look slightly > incorrect because of that (since their placement is rounded to the > nearest

Re: [matplotlib-devel] backend_driver.py was: Re: examples errors

2007-09-07 Thread Stefan van der Walt
On Thu, Sep 06, 2007 at 07:55:13PM -0700, Andrew Straw wrote: > Gael Varoquaux wrote: > > On Thu, Sep 06, 2007 at 08:46:24AM -0400, Paul Kienzle wrote: > >> We could store a copy of the png output somewhere in the svn tree. > >> Then, > >> whenever we change something we can do a binary comparison

[matplotlib-devel] Encapsulated postscript output without %%pages

2007-09-27 Thread Stefan van der Walt
Hi all, When trying to print a matplotlib-generated .eps file with CUPS, it aborts, complaining No %%Pages: comment in header! An easy workaround is to do eps2eps broken.eps fixed.eps but maybe the %%Pages directive should be included in the output? Regards Stéfan ---