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

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

[Octave-bug-tracker] [bug #39525] close has some problems after syntax e


From: imartinez
Subject: [Octave-bug-tracker] [bug #39525] close has some problems after syntax error or closing plots manually.
Date: Fri, 19 Jul 2013 08:32:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

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

                 Summary: close has some problems after syntax error or
closing plots manually.
                 Project: GNU Octave
            Submitted by: imartinez
            Submitted on: Fri 19 Jul 2013 08:32:30 AM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: imartinez
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Just take a look, after I had a syntax error.... and/or I closed plots
manually.

Trying to have clean state before trying again.

>>fclose all
ans = 0
>>clear

>>close
error: __go_execute_callback__: invalid graphics object (= 6)
error: called from:
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 63, column 5
>>close 'all'
error: close: expecting argument to be "all" or a figure handle
error: called from:
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 52, column 7
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 77, column 1
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 46, column 7
>>close "all"
error: close: expecting argument to be "all" or a figure handle
error: called from:
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 52, column 7
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 77, column 1
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 46, column 7
>> HP8510C_Spar
error: close: expecting argument to be "all" or a figure handle
error: called from:
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 52, column 7
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 77, column 1
error:   /usr/share/octave/3.6.3/m/plot/close.m at line 46, column 7
error:   /home/labuser/Windows_drive/Inst_programs/HP8510C_Spar.m at line 4,
column 1  

It seems close gets picky after an error...     




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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