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

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

[Octave-bug-tracker] [bug #56528] HorizontalAlignment in legend not work


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #56528] HorizontalAlignment in legend not working
Date: Thu, 20 Jun 2019 17:09:52 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0

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

@Mukali: What are you trying to do in the first place? I think text/line/patch
objects in legend-axes are considered "internals". The interface to manipulate
the aspect of legends is limited to top level legend axes properties, e.g.


plot (1:10)
hl = legend ("toto");
set (hl, "textposition", "left")


I don't think this is a bug but rather that legend specific properties
("location", "textposition", "fontsize", ...) are poorly documented.

I also think that we should hide internal objects in some way (at least
"handlevisibity" = "off"), as Matlab did when legend axes became proper legend
objects (see empty children in 
https://www.mathworks.com/help/matlab/ref/matlab.graphics.illustration.legend-properties.html).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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