bugGNU Octave - Bugs: bug #53461, plotyy does not play nicely in a...

 
 

bug #53461: plotyy does not play nicely in a subplot

Submitter:  Ceral Paquet <octavebugs>
Submitted:  Sun 25 Mar 2018 12:42:55 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  3 - Low Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 08 Dec 2020 07:28:26 PM UTC, comment #3: 

Good work Markus.  I tested the original problem code and I no longer seen any problems.  Marking as fixed and closing report.

Rik <rik5>
Group administrator
Sun 06 Dec 2020 02:00:38 PM UTC, comment #2: 

I pushed a change that should fix this on default here:
https://hg.savannah.gnu.org/hgweb/octave/rev/e3e887d5f631

Marking as ready for test.

Markus Mützel <mmuetzel>
Group administrator
Mon 26 Mar 2018 10:56:04 PM UTC, comment #1: 

Confirmed on the development branch as well.

Rik <rik5>
Group administrator
Sun 25 Mar 2018 12:42:55 PM UTC, original submission:  

When running the script below, I see 2 unexpected behaviours.

1) After one time through the loop, the plotyy ignores the subplot directive and takes up the entire Figure.

2) Not every time, but about 1/2 the time the Figure repositions itself partly off the screen.


close all

for j = 1:2

    subplot(1,2,1);
    plot(1:10);

    subplot(1,2,2);
    plotyy(1:10,1:10,1:10,10:-1:1);

    drawnow;

end


Ceral Paquet <octavebugs>

 

(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

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  • -email is unavailable- added by pantxo (Updated the item)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by octavebugs (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 11 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-12-08 mtmiller Carbon-CopyRemoved 80942 -
    2020-12-08 rik5 StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2020-12-06 mmuetzel StatusConfirmed Ready For Test
    2020-06-16 pantxo Operating SystemGNU/Linux Any
    2020-06-16 pantxo Dependencies- bugs #58579 is dependent
    2018-03-27 mtmiller CategoryNone Plotting
        Item GroupNone Incorrect Result
    2018-03-26 rik5 Priority5 - Normal 3 - Low
        StatusNone Confirmed
        Release4.2.1 dev

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code