help-octave
[Top][All Lists]
Advanced

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

How to include plot grid?


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

Hullo All,
I'm running Octave 3.6.1 on Fedora 16.
I am having trouble getting a grid included on my 2D plots.
The following code plots the data OK....
figure(1);
grid("on");
plot(m);

but neither the default plotting nor 'fltk' will add a grid.
When using 'fltk' the 'toggle grid' button is does nothing, but works OK when plotting 3D. Is this behaviour a bug, or is there something else I need to do to get a grid on a 2D plot?

Cheers,
--
Regards,
Terry Duell


reply via email to

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