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

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

[Octave-bug-tracker] [bug #46367] spurious tick labels with "YTickLabel"


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #46367] spurious tick labels with "YTickLabel", []
Date: Thu, 05 Nov 2015 21:43:07 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36

Follow-up Comment #4, bug #46367 (project octave):

Checking the gnuplot file generated by Octave shows that the origin of the
spurious tick label is the first command that puts the labels in places

7.000000000000001e-001, 7.500000000000000e-001, 8.000000000000000e-001,
8.500000000000001e-001, 9.000000000000000e-001, 9.500000000000001e-001

and the second lines puts the empty ticks in the correct places, 
but since 7.000000000000001e-001 is not 7.000000000000000e-001,
this label is not erased.

The change of format from %.15e to %.15g fix thised, 
but I think that another fix is needed: in the case of

set(h, "YTickLabel", []);

there should be "unset ytics" instead of setting a lot of empty ticks.
  

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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