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

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

[Octave-bug-tracker] [bug #35856] incorrect text position with "units",


From: Muhali
Subject: [Octave-bug-tracker] [bug #35856] incorrect text position with "units", "normalized"
Date: Thu, 15 Mar 2012 21:10:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

URL:
  <http://savannah.gnu.org/bugs/?35856>

                 Summary: incorrect text position with "units", "normalized"
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 15 Mar 2012 02:10:12 PM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following code


graphics_toolkit fltk;
subplot(1, 2, 1)
plot(0.05*[0 1])
title("T1", "units", "normalized") ;
subplot(1, 2, 2)
plot(0.05*[0 1])
title("T2") ;


removes the first and incorrectly positions the second plot in the lower right
corner.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35856>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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