Re: [Matplotlib-users] how do i get rid of the whitespace around this plot?

2009-08-28 Thread Craig
here's an example a call to pyplot.axis() after I call pcolor straightens it out though. thx gokhan, and sorry to all for not picking that up in the docs myself. and finally, `demolishor' is a great and hilarious song by a band called the acacia strain, in case there are parties interested in mus

Re: [Matplotlib-users] how do i get rid of the whitespace around this plot?

2009-08-28 Thread John Hunter
On Fri, Aug 28, 2009 at 1:59 PM, DEMOLISHOR! the Demolishor wrote: > This is the result from a call to pyplot.pcolor() -- why do the axes > automatically expand beyond the range of the data? And how can I set them > back? I am not seeing an obvious keyword argument in the pcolor docs to do > this..

Re: [Matplotlib-users] how do i get rid of the whitespace around this plot?

2009-08-28 Thread Gökhan Sever
Finetuning with axis(xmin=, xmax= , ymin= , ymax=) should yield a better looking result. You might use figure(frameon=False) for a transparent background. On Fri, Aug 28, 2009 at 1:59 PM, DEMOLISHOR! the Demolishor < destrooo...@gmail.com> wrote: > This is the result from a call to pyplot.pcolor