help-octave
[Top][All Lists]
Advanced

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

Re: Problem with octave/gnuplot/aquaterm on Snow Leopard


From: Tatsuro MATSUOKA
Subject: Re: Problem with octave/gnuplot/aquaterm on Snow Leopard
Date: Sat, 26 Sep 2009 12:41:08 +0900 (JST)

Hello

My suggestion may not be useful because I'm not a mac user.

Please execute gnuplot itself.
And type 

gnuplot> set terminal aqua enhanced title "Figure 1" size 560 420

from the gnuplot prompt.
 
Does the above works well?

If it does not work, your installing gnuplot was not be successful.
If it works, please wait until mac users' reply.

Regards

Tatsuro
 
--- Helly John> wrote:

> 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
> 
> 
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
Thanks 10 years!  Yahoo! Shopping and Yahoo! Auctions
http://pr.mail.yahoo.co.jp/ec10years/


reply via email to

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