On Fri, 02 May 2008 10:21:50 -0300, Zoho Vignochi wrote:
> On Fri, 2008-05-02 at 08:33 -0400, Michael Droettboom wrote:
>> I converted your example to a standalone one (attached), and it does
>> work for me. It's hard to say what may be going wrong for you without
>> knowing what a_steady and L_r
Is it possible to plot dates on the y axis?
Regards,
Kenneth Miller
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority co
I think you've run into this bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=1738494&group_id=80706&atid=560720
matplotlib-0.90.1 is not compatible with Python 2.5 due to a change made
in cp1252 in Python 2.5. You can try applying the patch included with
the bug report, or upgrad
Dear All,
I am running Debian testing on my box and I use pylab as installed
from the standard repositories.
Unfortunately, it seems that there is something broken either with
pylab or Python (I have been upgrading the system these days) since I
am now unable to create .pdf files:
For instance, con
On Fri, 2008-05-02 at 08:33 -0400, Michael Droettboom wrote:
> I converted your example to a standalone one (attached), and it does
> work for me. It's hard to say what may be going wrong for you without
> knowing what a_steady and L_range are and what the limits of the axes
> are getting set
I converted your example to a standalone one (attached), and it does
work for me. It's hard to say what may be going wrong for you without
knowing what a_steady and L_range are and what the limits of the axes
are getting set to etc. Can you provide a fully self-contained script
that exhibits
Sorry about that; it turns out it is GSview rendering extra whitspace. The
bounding box is, in fact, fine.
Now I feel silly ;-).
- Original Message
From: izak marais <[EMAIL PROTECTED]>
To: matplotlib-users@lists.sourceforge.net
Sent: Friday, May 2, 2008 12:03:44 PM
Subject: eps boundi
Hi
I have recently upgraded to 0.91.2 (from 0.8). Firstof all: thanks
to the developers for the improved documentation andexcellent software.
However, now my eps saving appears to be broken:
plot([1,2,3])
savefig('test.eps')
results in a massive whitespace borders in the saved eps figure. Fidg