Hello,

Continuing on my previous email, I'm using this example:

http://matplotlib.sourceforge.net/examples/animation/animation_blit_qt4.html

 

def __init__(self):

        FigureCanvas.__init__(self, Figure())

 

        self.ax = self.figure.add_subplot(111)

        self.ax.set_position([0.1,0.05,0.5,0.9])     

 

works, but:

 

def __init__(self):

        FigureCanvas.__init__(self, Figure())

 

        self.ax = self.figure.add_subplot(111)

        self.ax.set_position([0.1,0.1,0.5,0.9])

        

is not working L, the region is wrongly blitted and some part of the graph
is not restored.

 

I think there is a bug in the refresh of the bounding box or something like
this.

 

Using matplotlib 0.99.1.1 python2.5 win32 pyqt4 4.4.3.7 (given with
python(x,y) 2.1.17)

 

Laurent

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to