[Matplotlib-users] Solution of my previous topic: contourf creats white-like lines (or gaps)

2010-04-12 Thread lmkli
Firstly, I want to thank Marius (Marius 't Hart-3) and Eric (efiring) for the help on my question. Especially Eric, your advices about 'antialiased' gave me the hint to get the solution. In my previous topic " http://old.nabble.com/contourf-creats-white-like-lines-(or-gaps)-between-each-two-color

Re: [Matplotlib-users] contourf creats white-like lines (or gaps) between each two color patches

2010-04-12 Thread lmkli
> CS = contourf(Z) > for c in CS.collections: > c.set_antialiased(False) Eric, Thank you! I like this very much! So, the last thing is, is there any way to set this antialiased feature to False by default? efiring wrote: > > lmkli wrote: >>> What version of mpl ar

Re: [Matplotlib-users] contourf creats white-like lines (or gaps) between each two color patches

2010-04-11 Thread lmkli
> What version of mpl are you using? My mpl version is 0.99.1 > Are you modifying the default anti-aliasing in the patch collections that > contour is creating? Could you please tell me how to this? I am very new to matplotlib, thank you very much if you can give me some advices. >Are you seei

Re: [Matplotlib-users] contourf creats white-like lines (or gaps) between each two color patches

2010-03-22 Thread lmkli
other. Messy, but it works. > > Marius. > > lmkli wrote: >> When I use contourf to plot a filled contour map, I get some white-like >> lines >> between each two color patches, or you can call them gaps. >> This is not like the contourf doc string says: "

[Matplotlib-users] contourf creats white-like lines (or gaps) between each two color patches

2010-03-22 Thread lmkli
When I use contourf to plot a filled contour map, I get some white-like lines between each two color patches, or you can call them gaps. This is not like the contourf doc string says: "it does not draw the polygon edges.", actually, it does. http://old.nabble.com/file/p27982822/contourf1.png cont