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

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

[Octave-bug-tracker] [bug #42030] subplot() missing some subplots


From: Armin Müller
Subject: [Octave-bug-tracker] [bug #42030] subplot() missing some subplots
Date: Wed, 02 Apr 2014 12:36:54 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0

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

                 Summary: subplot() missing some subplots
                 Project: GNU Octave
            Submitted by: arm_in
            Submitted on: Mi 02 Apr 2014 12:36:53 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

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






    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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