[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with octave/gnuplot/aquaterm on Snow Leopard
From: |
Helly John |
Subject: |
Problem with octave/gnuplot/aquaterm on Snow Leopard |
Date: |
Fri, 25 Sep 2009 17:49:38 -0700 |
Hi.
I'm new to Octave and gnuplot and Aquaterm but have just installed all
of these on my system. Here's the configuration:
- Mac OS X 10.6.1
- AquaTerm v1.0.1 (1.0.1)
- Octave-3.2.2
- GNUPLOT 4.2 patchlevel 6
When I try to plot in octave this is what happens:
*****************************************************************
octave-3.2.2:1> Y=[1:10]
Y =
1 2 3 4 5 6 7 8 9 10
octave-3.2.2:2> plot(Y)
Unknown or ambiguous terminal name 'aqua'
gnuplot> set terminal aqua enhanced title "Figure 1" size 560 420
^
line 0: unknown or ambiguous terminal type; type just 'set
terminal' for a list
line 0: No terminal defined
gnuplot> plot "-" binary format='%float64' record=10 using ($1):($2)
axes x1y1 title "" with lines linestyle 1 ;
^
line 0: use 'set term' to set terminal type first
octave-3.2.2:3> system ("echo $GNUTERM")
aqua
ans = 0
octave-3.2.2:4>
*****************************************************************
Do you have any suggestions as to what might be wrong?
Thanks.
-----------------------------------------------
John Helly / San Diego Supercomputer Center & Climate, Atmospheric
Science, and Physical Oceanography/Scripps Institution of
Oceanography / UCSD / +01 760 840 8660 mobile / stonesteps (Skype) /
stonesteps7 (iChat) / http://www.sdsc.edu/~hellyj
-----------------------------------------------
John Helly / San Diego Supercomputer Center & Climate, Atmospheric
Science, and Physical Oceanography/Scripps Institution of
Oceanography / UCSD / +01 760 840 8660 mobile / stonesteps (Skype) /
stonesteps7 (iChat) / http://www.sdsc.edu/~hellyj
- Problem with octave/gnuplot/aquaterm on Snow Leopard,
Helly John <=