Eric Firing <efir...@...> writes:

> 
> 
> If x,y don't change, and if you are not using masked arrays, then you 
> might be able to add something like this:
> 
>          self.plots3.set_array(np.transpose(z).ravel())
>          self.plots3.autoscale()
>          self.figure.canvas.draw()
> 
> The colorbar range will be updated automatically.
Very very thank you, that worked for me :-)

If i did the help(self.plots3) after defining, 

self.plots3 = self.subplot3.pcolor(X,Y,np.transpose(z))

i had seen this, damned.

again thanks for your answer.

regards Markus


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to