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

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

[Octave-bug-tracker] [bug #52284] Using 'box' property of axes object re


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #52284] Using 'box' property of axes object resets 'yticklabel' property
Date: Wed, 1 Nov 2017 13:36:59 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

Follow-up Comment #1, bug #52284 (project octave):

The attached patch only re-calculates the tick labels if the mode is "auto".

Should manually set tick labels always be displayed even if they interfere
with axes placement? Like in:

plot (-10:5, -5:10)
set (gca, 'ytick', [-5 0 5 10])
set (gca, 'yticklabel', {"-50%", "0%", "50%", "100%"})
set (gca, "xaxislocation", "origin")
set (gca, "yaxislocation", "origin")


(file #42316)
    _______________________________________________________

Additional Item Attachment:

File name: bug52284_ticklabels.patch      Size:5 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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