octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45356] Wrong tick labels when limits are set


From: anonymous
Subject: [Octave-bug-tracker] [bug #45356] Wrong tick labels when limits are set manually
Date: Tue, 20 Oct 2015 21:52:02 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

Follow-up Comment #5, bug #45356 (project octave):

Can anyone confirm that the patch will also fix the following strange
behavior:


plot ([0:2])
axis([1.01 3])
get(gca,"xtick")
ans =

   1.0000   1.5000   2.0000   2.5000   3.0000


The *actual* xticks displayed in the figure are *[1.2 1.4 1.6 1.8 2 2.2 2.4
2.6 2.8 3]*.

This seems similar to the problem discussed below, but is *not* related to
ticks going beyond the displayed axis limits. Rather, the "xticks" property
misses entries within the xlim range.

W.F.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45356>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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