Hello,

Could someone confirm me if there is any malfunctioning using these simple
figure functions?

plt.figure(figsize=(2,3))

plt.figure(figsize=(5,6))

plt.figure(figsize=(9,15))

plt.figure(figsize=(19,5))

For some reason I can't get Qt4Agg creating last two figures in specified
sizes. (WXAgg works fine.)

matplotlib.__version__
'1.0.svn'

matplotlib.__revision__
'$Revision: 8226 $'

from PyQt4 import QtCore
QtCore.PYQT_VERSION_STR
'4.7'

Thanks

-- 
Gökhan
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to