Hi Markus, I'm not sure I understand correctly, but if you delete all the axes / subplots of your figure you cannot expect a graph showing up.
Maybe what you want to do is just changing the geometry of an existing axes with something like: self.subplot1.change_geometry(2, 2, 3) and delete only those subplots, that aren't needed for further plotting. best regards Matthias On Thursday 04 June 2009 19:33:25 Markus Feldmann wrote: > 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