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: Muhali
Subject: [Octave-bug-tracker] [bug #56528] HorizontalAlignment in legend not working
Date: Thu, 20 Jun 2019 12:38:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0

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

                 Summary: HorizontalAlignment in legend not working
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 20 Jun 2019 09:38:54 AM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

by doing


plot(rand(3,2)) ;
h = legend({"l1" "line 2"}) ;
ht = findobj(h, 'type', 'text') ;
set(ht,'HorizontalAlignment', 'right') ;


with qt, the legend text gets mangled with the lines,
with gnuplot, nothing happens.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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