Re: [Matplotlib-users] contourf interpolation/smoothness

2009-08-13 Thread P.R.
P.R. -Original Message- From: Jeff Whitaker [mailto:jsw...@fastmail.fm] Sent: 2009-08-13 10:56 AM To: P.R. Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] contourf interpolation/smoothness P.R. wrote: > Jeff, > One more question: > Given two arbitrary X&Y a

Re: [Matplotlib-users] contourf interpolation/smoothness

2009-08-13 Thread Jeff Whitaker
lats and lons defining the output grid by dividing the input grid size by 2. Is there something in the docstring that is not clear? -Jeff > -Original Message- > From: Jeff Whitaker [mailto:jsw...@fastmail.fm] > Sent: 2009-08-13 7:15 AM > To: Eric Firing > Cc: P.R.; matp

Re: [Matplotlib-users] contourf interpolation/smoothness

2009-08-13 Thread P.R.
n handle arbitrary grid sizes & resolutions, so I can't just hard-code the X&Y sizes for the finer grid. Any ideas? Thanks, P.Romero -Original Message- From: Jeff Whitaker [mailto:jsw...@fastmail.fm] Sent: 2009-08-13 7:15 AM To: Eric Firing Cc: P.R.; matplotlib-users@lists.sourceforge.ne

Re: [Matplotlib-users] contourf interpolation/smoothness

2009-08-13 Thread P.R.
Jeff, Perfect. I'll give that a try... Thanks again, P.R. -Original Message- From: Jeff Whitaker [mailto:jsw...@fastmail.fm] Sent: 2009-08-13 7:15 AM To: Eric Firing Cc: P.R.; matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] contourf interpolation/smoot

Re: [Matplotlib-users] contourf interpolation/smoothness

2009-08-13 Thread Jeff Whitaker
Eric Firing wrote: > P.R. wrote: > >> This has probably been asked before, so I apologize... >> >> Is it possible to improve the smoothness/interpolation used in contourf? >> I know that the interpolation can be set for imshow(pcolor?), but I couldn't >> see how to set it for contourf. >> >> Rig

Re: [Matplotlib-users] contourf interpolation/smoothness

2009-08-12 Thread Eric Firing
P.R. wrote: > This has probably been asked before, so I apologize... > > Is it possible to improve the smoothness/interpolation used in contourf? > I know that the interpolation can be set for imshow(pcolor?), but I couldn't > see how to set it for contourf. > > Right now, contourf is producing s

[Matplotlib-users] contourf interpolation/smoothness

2009-08-12 Thread P.R.
This has probably been asked before, so I apologize... Is it possible to improve the smoothness/interpolation used in contourf? I know that the interpolation can be set for imshow(pcolor?), but I couldn't see how to set it for contourf. Right now, contourf is producing some relatively jagged outp