bugGNU Octave - Bugs: bug #54347, Plot Hold on may not work

 
 

bug #54347: Plot Hold on may not work

Submitter:  Liang Tang <lt1234>
Submitted:  Sat 21 Jul 2018 07:02:53 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Works For Me Assigned to:  None
Originator Name:  lt1234 Open/Closed:  * Closed
Release:  * 4.2.1 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 22 Jul 2018 10:13:29 AM UTC, comment #2: 

Does this work on a win 64 4.4.0 version?

Liang Tang <lt1234>
Sun 22 Jul 2018 04:19:38 AM UTC, comment #1: 

This works for me.  I tested on version 4.2.1 and 4.4.0 on a Linux system.  Incidentally, version 4.2.1 is deprecated and no longer supported.  You should definitely upgrade to 4.4.0.

Rik <rik5>
Group administrator
Sat 21 Jul 2018 07:02:53 PM UTC, original submission:  

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]);

Liang Tang <lt1234>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by lt1234 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-07-22 rik5 StatusNone Works For Me
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code