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

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

[Octave-bug-tracker] [bug #40347] figure () fails when called from scrip


From: Torsten
Subject: [Octave-bug-tracker] [bug #40347] figure () fails when called from script file
Date: Tue, 22 Oct 2013 16:24:50 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

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

                 Summary: figure () fails when called from script file
                 Project: GNU Octave
            Submitted by: ttl
            Submitted on: Tue 22 Oct 2013 06:24:49 PM CEST
                Category: Plotting
                Severity: 5 - Blocker
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Whereas evaluating the command figure () from the console works as expected,
evaluating a script that only contains


figure();


leads to


warning: max: some elements in list of return values are undefined
error: reshape: can't reshape 1x1 array to 0x0 array
error: called from:
error:   /home/ttl/software/octave/.build/../scripts/general/repmat.m at line
95, column 9
error:   /home/ttl/software/octave/.build/../scripts/general/shift.m at line
61, column 7
error:   /home/ttl/software/octave/.build/../scripts/plot/util/findobj.m at
line 194, column 21
error:   /home/ttl/software/octave/.build/../scripts/plot/util/findall.m at
line 45, column 7
error:  
/home/ttl/software/octave/.build/../scripts/plot/util/private/__add_default_menu__.m
at line 34, column 7
error:   /home/ttl/software/octave/.build/../scripts/plot/util/figure.m at
line 96, column 5
error:   /home/ttl/tst.m at line 1, column 1


After that, figure () directly called from the console throws the same errors.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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