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

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

[Octave-bug-tracker] [bug #52842] Implement "none" as a standard option


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #52842] Implement "none" as a standard option for graphics color properties
Date: Mon, 4 Feb 2019 18:32:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

Follow-up Comment #2, bug #52842 (project octave):

In your example, what is the intended behavior? Should the box be drawn even
though the text is not?

Also, how should the axes position be handled, i.e. in the folowing example:


clf;
hax = axes ("fontsize", 40, "ylabel", "YLABEL", "ycolor", "none");


Should the axes be shrunk, as if I had used (..."ycolor", "w"), or not, as if
I had used (..., "ylabel, "", "ytick", [], "ycolor", "w")?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?52842>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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