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

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

[Octave-bug-tracker] [bug #51009] Octave not responding when running cod


From: liofeu
Subject: [Octave-bug-tracker] [bug #51009] Octave not responding when running code from Editor featuring the boxplot function
Date: Fri, 12 May 2017 08:54:51 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0

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

                 Summary: Octave not responding when running code from Editor
featuring the boxplot function
                 Project: GNU Octave
            Submitted by: liofeu
            Submitted on: Fri 12 May 2017 12:54:49 PM UTC
                Category: Octave Forge Package
                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: 4.2.1
        Operating System: Mac OS

    _______________________________________________________

Details:

Hi

Octave is not responding quite consistently (about half the time) when running
"save file and run" button from the editor this code:

close all
pkg load statistics
data=[18,0,1,73,18];
figure, 
b=boxplot(data);  


It is always fine if:
- either I remove the boxplot line
- or I add a "clear all" after the "close all"
- or I run the code by selecting the code then "Alt+F9" instead of using the
"save file and run" button

Mac OSX 10.12.4, Octave 4.2.1

Best




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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