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

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

[Octave-bug-tracker] [bug #35040] subplot with errorbar problem


From: Alois Schlögl
Subject: [Octave-bug-tracker] [bug #35040] subplot with errorbar problem
Date: Mon, 12 Dec 2011 08:13:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20110430 Firefox/4.0.1 Iceweasel/4.0.1

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

                 Summary: subplot with errorbar problem
                 Project: GNU Octave
            Submitted by: schloegl
            Submitted on: Mon 12 Dec 2011 08:13:55 AM GMT
                Category: Plotting with gnuplot
                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.4.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:


There is an error when trying to plot several errorbar graphs with different
subplot. The problem can be reproduced in this way; gnuplot 4.4.0-1.1 is
installed on that machine. 



for k=1:9, subplot(3,3,k); t=[1:15]';errorbar(t,t,t,'-'); end;

Octave-3.4.3 results in this error message and stalls. One can only stop
octave with pressing twice <ctrl>-c . 



octave-3.4.3:1>
 for k=1:9, subplot(3,3,k); t=[1:15]';errorbar(t,t,t,'-'); end; 

multiplot> se
             t print "/tmp/oct-iuyMAL";
                ^
           line 0: You can't change the terminal in multiplot mode



^C
^C
Press Control-C again to abort.
^C
panic: Interrupt -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete









    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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