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

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

[Octave-bug-tracker] [bug #37499] legend() and subplot() problem on fltk


From: Daisuke TAKAGO
Subject: [Octave-bug-tracker] [bug #37499] legend() and subplot() problem on fltk backend
Date: Thu, 04 Oct 2012 08:56:48 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0.1

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

                 Summary: legend() and subplot() problem on fltk backend
                 Project: GNU Octave
            Submitted by: takago
            Submitted on: 2012年10月04日 08時56分47秒
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Daisuke TAKAGO
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I found a bug about legend() and subplot().

# EXAMPLE1 ( Works Well)
subplot(2,1,2);
plot(1:100);
subplot(2,1,2);

# EXAMPLE2 ( Not Wroks Well)
subplot(2,1,2);
plot(1:100);
legend('ABC');  
subplot(2,1,2); % the plot except axis disappears  at this timing.


----
Environment:
GNU Octave Version 3.7.0+/Debian Squeeze(i686)





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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