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

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

[Octave-bug-tracker] [bug #39874] subplot() clears the plot


From: Daisuke TAKAGO
Subject: [Octave-bug-tracker] [bug #39874] subplot() clears the plot
Date: Tue, 27 Aug 2013 02:45:18 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:23.0) Gecko/20100101 Firefox/23.0

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

                 Summary: subplot() clears the plot
                 Project: GNU Octave
            Submitted by: takago
            Submitted on: 2013年08月27日 02時45分17秒
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Daisuke TAKATO
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I found a bug about subplot().

#EXAMPLE

subplot(2,1,1);
plot(1:100);
subplot(2,1,1);   % the plot disappears at this timing. 





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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