help-octave
[Top][All Lists]
Advanced

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

Re: BUG: If I manually set xticks on figure, minor x-ticks and grid miss


From: mmuetzel
Subject: Re: BUG: If I manually set xticks on figure, minor x-ticks and grid miss out where major ticks 'would; have been
Date: Fri, 18 Aug 2017 01:10:17 -0700 (PDT)

Tim,

This has already been fixed in the current development version of Octave
which will eventually become Octave 4.4.
See: https://savannah.gnu.org/bugs/index.php?45850

In the meantime, you can work around the issue by manually setting the
hidden property "xminortickvalues". E.g.:
set (gca, "xminortickvalues", 1:30)

Regards
Markus



--
View this message in context: 
http://octave.1599824.n4.nabble.com/BUG-If-I-manually-set-xticks-on-figure-minor-x-ticks-and-grid-miss-out-where-major-ticks-would-have-n-tp4684516p4684520.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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