WYSIWYG figure

Hi all.
Can I set a figure to appear on my screen in the same way as it is saved
in png file?
Thanks.

···

--
Petro

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 apply to 'figure.facecolor'
and 'figure.edgecolor' and their savefig counterparts.

Another reason might be that you're using a tiling window
manager. I use xmonad, and it will resize figures so that they
all fit on the screen without overlap, and since I put the call
to plt.show() *after* savefig, the figures get saved as whatever
size they were originally created as, but then show up as
whatever space they can fit into given that my window manager
resized them. You can resize them back, assuming that 'f' is the
Figure instance, using something like:

f.set_size_inches(plt.rcParams['figure.figsize'], forward=True)

best,

···

--
Paul Ivanov
314 address only used for lists, off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7