Re: [Matplotlib-users] margins in figures

2009-04-30 Thread Juan Fiol
Thanks Ryan, just what I needed. Juan --- On Thu, 4/30/09, Ryan May wrote: > From: Ryan May > Subject: Re: [Matplotlib-users] margins in figures > To: fi...@yahoo.com > Date: Thursday, April 30, 2009, 9:59 PM > On Thu, Apr 30, 2009 at 3:46 PM, Juan Fiol > wrote: > &g

[Matplotlib-users] margins in figures

2009-04-30 Thread Juan Fiol
Hi, I am trying to control the amount of margin (white space) around the figures (mainly for savefig) but could not find any information. Any tips? Thanks, Juan -- Register Now & Save for Velocity, the Web Perf

Re: [Matplotlib-users] custom symbols for scatter

2009-04-27 Thread Juan Fiol
Thanks Jouni, my first try was to make a PNG in gimp and use imread/imshow but it did not work with Log scale. I think that the best approach would be to create an object (may be a patch) with the sphere and put it in the plots but I do not know how to do it and will not have the time to inves

Re: [Matplotlib-users] custom symbols for scatter

2009-04-27 Thread Juan Fiol
oo.com > Cc: matplotlib-users@lists.sourceforge.net > Date: Monday, April 27, 2009, 5:04 PM > On Mon, Apr 27, 2009 at 7:50 AM, Juan Fiol > wrote: > > > Hi, I am trying to put a sphere (rather than circles > or disks) as markers > > for a > > plot. I am a newbiew so I tried th