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