help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Plot Failure


From: Thomas D. Dean
Subject: Plot Failure
Date: Thu, 26 Jan 2012 15:25:29 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0

I have gnuplot Version 4.4 patchlevel 3, installed with apt-get
and octave version 3.4.3, built local, without error.
on ubuntu 11.10

# cat .gnuplot
set terminal 'xterm'

# cat .octaverc
putenv("GDFONTPATH","/usr/share/fonts/truetype/ttf-dejavu");
putenv("GNUPLOT_DEFAULT_GDFONT","DejaVuSans.ttf");
PRINTER='PhotoSmart_C4100';
orient("landscape");

The font directory and the font exist.
# ls /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf

# octave
GNU Octave, version 3.4.3
...
octave:1> t=[0:.1:2*pi];
octave:2> plot(t,sin(t)

Nothing. - no plot window

octave:3> x=plot(t,sin(t))
x = -15.880

ps ax shows
12198  2857 S+   00:00:00 /usr/local/bin/octave
12199 12198 S+   00:00:00 gnuplot

so it looks like octave started gnuplot, but, ???

Any ideas on how to fix this?

Tom Dean


reply via email to

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