help-octave
[Top][All Lists]
Advanced

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

Re: can't plot in Octave on my Mac, but gnuplot and Aqua are working


From: Henry F. Mollet
Subject: Re: can't plot in Octave on my Mac, but gnuplot and Aqua are working
Date: Tue, 15 May 2007 14:00:20 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

Perhaps you also need to put some of your statement in .bash_profile, in
addition to .bashrc? Below are my trimmed cat .bash_profile and cat .bashrc
Henry

GNU Octave, version 2.1.71 (powerpc-apple-darwin8.1.0).
G N U P L O T Version 4.0 patchlevel 0
AquaTerm v 1.0 (1.0)

[~] -bash-2.05b 503$ cat .bash_profile
PATH=$PATH:/usr/local/bin:/sw/bin:/sw/share/doc/vtk-py23/Examples/Modelling/
Tcl:/sw/share/doc/vtk-py23/Examples//:/sw/lib/X11/grace/bin:/Users/hfm:
export PATH

export GNUTERM=aqua
export DISPLAY=:0.0

[~] -bash-2.05b 504$ cat .bashrc
PATH=/usr/local/bin:$PATH
export PATH
export GNUTERM=aqua
export DISPLAY=:0.0




on 5/14/07 9:13 PM, Jonathan Kane at address@hidden wrote:

> Hi,
>    I installed Aquaterm 1.0.1 and gnuplot 4.0 and I can make plots with
> gnuplot, so I think I installed them correctly.  I installed Octave and set
> the following variables in .bashrc:
> **
> export AQUATERM_REPORT_TIMING=1
> export AQUATERM_PATH=/Applications/AquaTerm.app
> export PATH=$PATH:/usr/local/bin
> export GNUTERMAPP=/Applications/AquaTerm.app
> export GNUTERM=aqua
> **
> 
> When I start Octave up, I get the following error:
> 
> **
> error: couldn't link module
> /usr/local/libexec/octave/2.9.9/site/oct/i386-apple-darwin8.9.1/octave-forge/_
> _imagemagick__.oct
> error: evaluating argument list element number 2
> error: near line 1 of file
> `/usr/local/share/octave/2.9.9/site/m/octave-forge/image/PKG_ADD'
> error: source: error sourcing file
> `/usr/local/share/octave/2.9.9/site/m/octave-forge/image/PKG_ADD'
> error: near line 11 of file `/usr/local/share/octave/2.9.9/m/startup/octaverc'
> **
> 
> Next, when I type a simple Matlab-like plotting command I get the following
> errors:
> 
> **
> octave:1> sombrero(25)
> parse error near line 46 of file /usr/local/share/octave/2.9.9/m/plot/mesh.m
> 
>   syntax error
> 
>>>>       __gnuplot_set__ noparametric;
>                                      ^
> 
> error: `mesh' undefined near line 45 column 7
> error: evaluating if command near line 40, column 5
> error: evaluating if command near line 39, column 3
> error: called from `sombrero' in file
> `/usr/local/share/octave/2.9.9/m/plot/sombrero.m'
> **
> 
> 
> Can anyone tell me what's going on?  Please help!  Thanks!!
> 
> Jon
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave




reply via email to

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