help-octave
[Top][All Lists]
Advanced

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

Re: Building 3.8.0 on Mountain Lion 10.8.5


From: Ben Abbott
Subject: Re: Building 3.8.0 on Mountain Lion 10.8.5
Date: Thu, 09 Jan 2014 09:03:07 -0500

On Jan 9, 2014, at 8:38 AM, watsodw <address@hidden> wrote:

> Thanks, that worked. However, the gui crashes with the simple plot commands:
> 
> x = -10:0.1:10;
> plot (x, sin (x));
> 
> It works with the cli.

The "fltk" toolkit will crash on MacOS X when running the GUI.  Are you able to 
plot if ....

        graphics_toolkit gnuplot
        setenv GNUTERM aqua
        close all
        plot (rand (3))

Ben



reply via email to

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