[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

Re: [Matplotlib-users] histogram hatching

2008-06-25 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 &

Re: [Matplotlib-users] histogram hatching

2008-06-26 Thread izak marais
IL PROTECTED]> To: izak marais <[EMAIL PROTECTED]> Cc: matplotlib-users@lists.sourceforge.net Sent: Wednesday, June 25, 2008 3:49:56 PM Subject: Re: [Matplotlib-users] histogram hatching On Wed, Jun 25, 2008 at 6:05 AM, izak marais <[EMAIL PROTECTED]> wrote: > Hi, > > I see

Re: [Matplotlib-users] histogram hatching

2008-08-15 Thread izak marais
the help, Izak - Original Message From: Michael Droettboom <[EMAIL PROTECTED]> To: izak 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

Re: [Matplotlib-users] saving a figure

2008-08-17 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 opening

[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

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 Subjec

Re: [Matplotlib-users] matplotlib/wxmpl/numpy conflict on windows xp: runtime error, C-API ?

2006-08-07 Thread izak marais
Does anyone know when the matplotlib install will be able to work with numpy1.0? numpy0.9.8 has a memory leak that crashes my program :(.thanks! Yahoo! Music Unlimited - Access over 1 million songs. Try it free. - Take Surve

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