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

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

[Octave-bug-tracker] [bug #64270] Legend position with 4 element vector


From: Rik
Subject: [Octave-bug-tracker] [bug #64270] Legend position with 4 element vector is not working
Date: Thu, 1 Jun 2023 11:51:33 -0400 (EDT)

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

Try 'help legend' to see the documentation.  The argument that follows
"location" is expected to be a string.  Possible values are:


    'location': "best" | "bestoutside" |
          "east" | "eastoutside" | "none" | "north" | {"northeast"} |
          "northeastoutside" | "northoutside" | "northwest"|
          "northwestoutside" | "south" | "southeast" |
          "southeastoutside" | "southoutside" | "southwest" |
          "southwestoutside" | "west" | "westoutside"
 Control the location of the legend.


As Markus indicated, if you want to place the legend using a numerical
argument then you should use the position property.


set (leg, 'position', [0.55, 0.7, 0.1, 0.1])




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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