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

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

[Octave-bug-tracker] [bug #54347] Plot Hold on may not work


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #54347] Plot Hold on may not work
Date: Sat, 21 Jul 2018 15:02:54 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0

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

                 Summary: Plot Hold on may not work
                 Project: GNU Octave
            Submitted by: lt1234
            Submitted on: Sat 21 Jul 2018 07:02:53 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: lt1234
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I am running 4.2.1, Win 64x.  

This works.  There are two lines in subplot(2,1,1)  

fid=figure; subplot(2,1,1); plot([1 0], [0 1]); hold on;                    
figure(fid); subplot(2,1,1); plot([0 2], [1 0]);

This does not.  There is only one line in subplot(2,1,1)

fid=figure; subplot(2,1,1); plot([1 0], [0 1]); hold on; gid=figure;
figure(fid); subplot(2,1,1); plot([0 2], [1 0]);




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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