help-octave
[Top][All Lists]
Advanced

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]