Re: [Matplotlib-users] WYSIWYG figure

2012-01-12 Thread Petro
Paul Ivanov writes: Thanks. The tiling manager was the guilty one (I use AWESOME). The set_size command did not work: Traceback (most recent call last): File "/tmp/py2262sxl", line 45, in fig.set_size_inches(pylab.rcParams['figure.figsize'], forward='True') File "/usr/lib/pymodules/pytho

Re: [Matplotlib-users] WYSIWYG figure

2012-01-11 Thread Paul Ivanov
Hi Petro, Petro, on 2012-01-11 15:39, wrote: > Can I set a figure to appear on my screen in the same way as it is saved > in png file? You sure can. A likely reason these two don't appear the same is that your 'figure.dpi' rcParam is not the same as the 'savefig.dpi' parameter. The same may appl