> So, it seems that the issue is platform-dependent.

OK.

> As for the error message, it seems that the subplot_params values
> (left, right, top, bottom, etc) calculated by the "tight_layout"
> routine is somehow corrupted.
> Why this happens is hard to track down unless I can reproduce the error.
> And I hope any other windows developer out there can take a look at this 
> issue.
>
> Meanwhile, can you play a little bit more with your script?
>
> 1) check the size of the figure (print self.figure.get_size_inches())
> before a tight_layout is called.

What it prints is this:
[ 8.  6.]


> 2) see if calling the draw method (self.canvas.draw()) before the
> tight_layout helps.

It didn't help.

> Also, please open a git issue on this so that others can take a look.

Sure.  It's issue #532.  (I tried to include the sample script but the
indenting got removed from the issue window, not sure how to fix
that).

Thanks,
Che

------------------------------------------------------------------------------
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