Re: [Matplotlib-users] eps bounding box broken

2008-05-02 Thread izak marais
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

[Matplotlib-users] eps bounding box broken

2008-05-02 Thread izak marais
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