[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
printing plots in 3.2.2
From: |
Dmitri A. Sergatskov |
Subject: |
printing plots in 3.2.2 |
Date: |
Mon, 3 Aug 2009 00:33:46 -0500 |
I did the following on self-compiled octave-3.2.2 on Fedora-11 x86_64:
octave:1> plot(randn(10))
line 0: undefined variable: size
octave:2> xlabel("X")
octave:3> ylabel("Y")
octave:4> title("Test")
octave:5> print("-depsc2", "test_epsc2.eps")
octave:6> print("-dpsc2", "test_psc2.ps")
octave:7> print("-dpng", "test_png.png")
===
The observations:
* "line 0: undefined variable: size" (does not show up on the
subsequent plots!),
appears to be benign
* fonts on x11 terminal looks too small for my taste (smaller than used
to be with 3.0.x)
* eps file has really, really small fonts
* ps fonts look OK, but entire figure shifted too much to the left
"Y" label essentially cut off of the page
* png file looks great
This is all with a fairly recent cvs snapshot of gnuplot.
FWIW.
Dmitri.
--
- printing plots in 3.2.2,
Dmitri A. Sergatskov <=
- Re: printing plots in 3.2.2, Ben Abbott, 2009/08/03
- Re: printing plots in 3.2.2, Dmitri A. Sergatskov, 2009/08/03
- Re: printing plots in 3.2.2, Ben Abbott, 2009/08/04
- Re: printing plots in 3.2.2, Dmitri A. Sergatskov, 2009/08/04
- Re: printing plots in 3.2.2, Ben Abbott, 2009/08/04
- Re: printing plots in 3.2.2, John W. Eaton, 2009/08/05
- Re: printing plots in 3.2.2, Ben Abbott, 2009/08/06
Re: printing plots in 3.2.2, Dmitri A. Sergatskov, 2009/08/03