help-octave
[Top][All Lists]
Advanced

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

gnuplot not working on Mac OSX 10.9.5


From: Brian Kaczynski
Subject: gnuplot not working on Mac OSX 10.9.5
Date: Mon, 6 Apr 2015 10:39:59 +0200

Hello All,

After downloading/installing GNU_Octave_3.8.0-6.dmg on my MacBook Air with OSX version 10.9.5 I'm getting the following error when I try to plot something:

octave:13> x = (0:1023)/1024;
octave:14> plot(x,sin(x))
gnuplot> 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
octave:15>

Does anyone have any idea how to fix this?

Thanks,
-Brian

reply via email to

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