Re: [Matplotlib-users] Horizontal and vertical lines between subplots

2010-04-30 Thread Maxime Bois
, lw=5, > transform=gcf().transFigure, clip_on=False) > > Regards, > > -JJ > > > On Fri, Apr 30, 2010 at 3:56 AM, Matthias Michler > wrote: > >> On Wednesday 28 April 2010 15:07:21 Maxime Bois wrote: >> >>> Hi all, >>

Re: [Matplotlib-users] Horizontal and vertical lines between subplots

2010-04-30 Thread Maxime Bois
Hi Matthias, This is exactly what I wanted to do (excepted for the colors of the lines which are quite horrible :-) ) Thanks a lot Cheers, Maxime On 04/30/2010 09:56 AM, Matthias Michler wrote: On Wednesday 28 April 2010 15:07:21 Maxime Bois wrote: Hi all, I have created a figure

[Matplotlib-users] Horizontal and vertical lines between subplots

2010-04-29 Thread Maxime Bois
Hi all, I have created a figure with 4 subplots (2x2) and I want to separate them with a vertical and horizontal lines (see the green lines on my figure edited by Gimp) but I don't know if it's possible (I haven't find any example of that). I am using Python 2.5.4 and matplotlib version 0.99

Re: [Matplotlib-users] Problem of memory for image buffer

2008-07-09 Thread Maxime Bois
thing of that > sort. > > Cheers, > Mike > > Maxime Bois wrote: >> Hi all, >> >> I have a problem of free memory for image buffer when I use >> Matplotlib (the last version on linux). >> What i'm doing is that I create 4 figures in the same tim

[Matplotlib-users] Problem of memory for image buffer

2008-07-08 Thread Maxime Bois
Hi all, I have a problem of free memory for image buffer when I use Matplotlib (the last version on linux). What i'm doing is that I create 4 figures in the same time, I save my plots and I close them. After that, I create 4 new figures, save them and close them... I do that many times and aft