efiring wrote:
> 
> https://github.com/matplotlib/matplotlib/pull/539
> I think this pull request fixes it.
> Eric
> 

Great, thanks for confirming and fixing!

Whilst waiting for this to make it into a release, I've hacked this to
achieve the same effect (so I don't have to patch + distribute the mpl
code):


    def do_draw_hack(self):
        fig = self.figure
        fig.canvas.draw()
        fig.draw(fig.canvas.get_renderer())
        fig.canvas.update()

-- 
View this message in context: 
http://old.nabble.com/QT-draw-issue-in-1.1.0-and-PyQt4v2-missing--tp32676093p32680445.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to