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
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
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
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
> 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
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