Hi All,

i want to change my subplots sometimes, but how to do this ?

I am adding subplots with this command:
self.subplot1 = self.figure.add_subplot(211)

Deleting axes with(as i read in this mailing list):
[self.figure.delaxes(a) for a in self.figure.get_axes()]

but then i can not show up my graph.

What do i have to do ?

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