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

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

[Octave-bug-tracker] [bug #60792] legend function returns too few object


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #60792] legend function returns too few objects in different order compared to Matlab
Date: Thu, 17 Jun 2021 18:12:41 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0

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

Octave doesn't support HG2 objects but nevertheless its legend objects (still
axes based) have the same legend specific properties. So you can basically do
whatever you can do with ML legends, you just cannot use e.g. "lg = legend ();
lg.FontSize = 14", you'll rather have to do the equivalent "lg = legend ();
set (lg, 'fontsize', 14)", which also works in Matlab.

You should not have to mess with legend items objects directly which should be
considered internal.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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