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: Brian Kaczynski
Subject: Re: gnuplot not working on Mac OSX 10.9.5
Date: Mon, 6 Apr 2015 16:53:36 +0200

Thanks Carlo, this "setenv GNUTERM qt" fixes the problem.

There shouldn't be any other versions of Gnuplot installed on my machine.  I have no idea where to find spurious settings if there are such.  So I will consider this problem solved.

-Brian

2015-04-06 16:36 GMT+02:00 Carlo De Falco <address@hidden>:

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]