Hi guys,

I made a class which create a special plot in the parent figure 
(matplotlib.pyplot.figure) given as a argument to the __init__ method.

To show more than one instance of this class in the matrix I make a grid 
(mpl_toolkits.axes_grid.AxesGrid) and initialize the class with proper element 
of this grid instead of the figure class instance.
Naturely this does not work, because this grid element 
(mpl_toolkits.axes_grid1.axes_divider.LocatableAxes) is not inherent from the 
matplotlib.pyplot.figure class, so the methods are different.
Problematic part of my code is line: axe2D = self.figure.add_axes(rect), where 
self.figure represents the 'parent area'.

Do you have any idea, howto solve this incompatibility?

Radek

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to