help-octave
[Top][All Lists]
Advanced

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

Re: How to include plot grid?


From: Terry Duell
Subject: Re: How to include plot grid?
Date: Mon, 16 Apr 2012 15:49:32 +1000
User-agent: Opera Mail/11.62 (Linux)

On Mon, 16 Apr 2012 14:19:45 +1000, forkandwait <address@hidden> wrote:

Terry Duell <tduell <at> iinet.net.au> writes:

figure(1);
grid("on");
plot(m);

but neither the default plotting nor 'fltk' will add a grid.

I have always run the above like this, with "grid" after the plot is finished:

figure(1);
plot(m);
grid;

Maybe it should work the way you describe for compatibility, but this might get you started.

Bonza. That does work.
Thanks for your help.

Cheers,
--
Regards,
Terry Duell


reply via email to

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