bugGNU Octave - Bugs: bug #42030, subplot() missing some subplots

 
 

bug #42030: subplot() missing some subplots

Submitter:  Armin Müller <arm_in>
Submitted:  Wed 02 Apr 2014 12:36:53 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.8.1 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 03 Apr 2014 07:47:54 PM UTC, comment #2: 

Agreed, this looks exactly like bug #41128. Closing as a duplicate, please follow up on that bug report with comments or patches.

Mike Miller <mtmiller>
Group Member
Wed 02 Apr 2014 04:46:31 PM UTC, comment #1: 

I can confirm this on dev with fltk toolkit (gnuplot works as expected). It used to work fine on octave 3.6.4 with both toolkits and  may be related to bug #41128.

Pantxo Diribarne <pantxo>
Group Member
Wed 02 Apr 2014 12:36:53 PM UTC, original submission:  

When running the code below, a new figure divided into 8 subplots is created. However, subplots 4, 5, 6, 7 are missing. Subplot 8 is different in layout. Matlab would create 8 identical instances.

Running Octave 3.8.1 under Windows 7 x64


% only subplots 1, 2, 3, 8 will be drawn
% subplots 4, 5, 6, 7 are missing
% subplot 8 gets a different layout

figure(1)
for idx = 1:8
  subplot(8, 1, idx)
  plot( 1:10, 1:10)
end


Armin Müller <arm_in>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

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

    Date Changed by Updated Field Previous Value => Replaced by
    2014-04-03 mtmiller StatusConfirmed Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #41128
    2014-04-03 mtmiller CategoryPlotting Plotting with OpenGL
        Item GroupNone Regression
        StatusNone Confirmed
        Operating SystemMicrosoft Windows Any

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code