Re: [Matplotlib-users] saving a figure

2008-08-18 Thread izak marais
Hi, Please do not underestimate the usefulness of this feature of Matlab. I am working on my PhD which is a long term project and requires many figures in the final dissertation. It very convenient in Matlab to be able to make small adjustment to plots you generated a year ago by simply

Re: [Matplotlib-users] histogram hatching

2008-08-15 Thread izak marais
marais [EMAIL PROTECTED] Cc: matplotlib-users@lists.sourceforge.net Sent: Thursday, June 26, 2008 2:33:11 PM Subject: Re: [Matplotlib-users] histogram hatching Thanks for pointing this out. This is now fixed in SVN. Cheers, Mike izak marais wrote: The vertical and horizontal hatch styles

Re: [Matplotlib-users] histogram hatching

2008-06-26 Thread izak marais
Thank you very much for the info. As an aside, after saving it one can use epstopdf to convert the crosshatched eps figure to pdf. If you want to edit it, inkscape can import pdf and save to svg. - Original Message From: John Hunter [EMAIL PROTECTED] To: izak marais [EMAIL

[Matplotlib-users] histogram hatching

2008-06-25 Thread izak marais
Hi, I see there is a hatch: unknown kwarg mentioned in the hist() documentation. Can anyone shed some light on how to use this please? I assume it might be used to generate monochrome rectangles with differentiating hatched fills? Regards Izak

[Matplotlib-users] eps bounding box broken

2008-05-02 Thread izak marais
Hi I have recently upgraded to 0.91.2 (from 0.8something). 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

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

[Matplotlib-users] hist normalise error?

2006-11-07 Thread izak marais
I want to plot the probability density function, but hist(...,normed=1,...) does not work as expected.Here is the code (with ipython line prompts):In [69]: n, bins, patches = hist(data, bins = 100, normed = 1)[ 0.12485649, 0.03013777, 0.03874856, 0. , 0.00861079, 0. , 0. , 0. , 0. , 0. , 0.0043054