help-octave
[Top][All Lists]
Advanced

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

Plots under Mac OS X


From: William Miner
Subject: Plots under Mac OS X
Date: Fri, 27 Mar 2009 13:16:50 -0400
User-agent: Microsoft-Entourage/12.15.0.081119

I have installed octave on a MacBook pro running leopard.

I executed export GNUTERM=aqua

I ran

t = time(); x = [1:100000]; y = cos(x); plot(x, y); time() - t

Then the aquaterm window opened with what appeared to be the correct axes but no curve. What did I do wrong?

Thanks!

Buff Miner

reply via email to

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