|
From: | Rik |
Subject: | [Octave-bug-tracker] [bug #45725] doc says that get(gca, "ytick") returns a 1x6 vector but 1x4 returned |
Date: | Sun, 23 Aug 2015 19:15:55 +0000 |
User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 |
Follow-up Comment #6, bug #45725 (project octave): @Michael: I think Pantxo's suggestion to just not print a default for an auto-calculated property like 'xtick' may be the right way to go. It is not the case that the number of tick marks must be 2 or greater. In fact, the correct way to remove tick marks is to set the value to the empty set. set (gca, 'xtick', []); # remove all xtick marks _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?45725> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |