help-octave
[Top][All Lists]
Advanced

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

Re: gnuplot not working on Mac OSX 10.9.5


From: Carlo De Falco
Subject: Re: gnuplot not working on Mac OSX 10.9.5
Date: Mon, 6 Apr 2015 14:36:34 +0000

On 6 Apr 2015, at 10:39, Brian Kaczynski <address@hidden> wrote:

>  set terminal aqua enhanced title "Figure 1"  font "*,6" dashlength 1
>                       ^
>          line 0: unknown or ambiguous terminal type; type just 'set terminal' 
> for a list

Did you have a previous version of Gnuplot installed?

It seems you have some leftover settings that try to force Gnuplot to set 
the terminal to aquaterm wich is not included with the distribution.

Try the following commands before plotting:

close all
setenv GNUTERM qt

You could put this into your ~/.octaverc file not to repeat it every time
you start Octave.

Or even better try to find out where the spurious settings come from
and delete them.

c.





reply via email to

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