Re: [Matplotlib-users] color in plot3d

2010-06-14 Thread Mike Alger
First what version of mpl are you using? if it is recent this colour word already exists, I asked about this a couple months ago and i should point you first to the example in the svn it does a checkerboard, but i cannot remember the exact name. Although i know it plots a checkerboard effect o

[Matplotlib-users] displaying multiple images in series

2010-06-14 Thread Daniel Jones
Hi matplotlib users, I'm trying to write a script to loop through a bunch of tiff files, display each image, and choose to accept or reject each image. Something like: for f in files: im = imread(f) imshow(im) # Accept keyboard input to accept or reject image # Close the image The p

Re: [Matplotlib-users] which interpolation type is used by contour() ?

2010-06-14 Thread Oz Nahum
Hi Eric, Thanks for your reply. I've already suspected that it's a simple linear interpolation like in matlab. And for better interpolation I should use griddata on a finer grid. That's all clear now ! -- Oz Nahum Graduate Student Zentrum für Angewandte Geologie Universität Tübingen --- Imagi

Re: [Matplotlib-users] which interpolation type is used by contour() ?

2010-06-14 Thread Eric Firing
On 06/13/2010 10:27 PM, David Kremer wrote: >> Hi Everyone, >> I'd like to know, what is the underline mechanism that connects the > points >> of my gridded data when I use >> contour(). >> Can I control this mechanism ? No. If you want smoother contours you can either use a 2-D interpolation me

Re: [Matplotlib-users] which interpolation type is used by contour() ?

2010-06-14 Thread David Kremer
> Hi Everyone, > I'd like to know, what is the underline mechanism that connects the points > of my gridded data when I use > contour(). > Can I control this mechanism ? > Maybe I missed it in the documentation, but it's not clear to me. > Thanks in advance, > I think it's the same than this used

Re: [Matplotlib-users] 3d plotting without ticklabels

2010-06-14 Thread Ola Skavhaug
On Fri, Jun 11, 2010 at 4:50 PM, Benjamin Root wrote: > Ola, > > Just to make sure, have you tried "ax.set_xticks([])"? Yes, I have tried that, but without success. Looks like the tick-logic is overridden for 3d plotting. Or at least, I cannot figure out how it works. Ola > Ben Root > > > > On