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

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

[Octave-bug-tracker] [bug #52710] execution error for consecutive plots


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #52710] execution error for consecutive plots involving legend
Date: Thu, 21 Dec 2017 02:35:33 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

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

                 Summary: execution error for consecutive plots involving
legend
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Thu 21 Dec 2017 07:35:32 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                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: Any

    _______________________________________________________

Details:

This script:


v = version
hg_id = __octave_config_info__.hg_id
plot(1:10)
legend({'a'});
plot(1:10)
fprintf('at end of script\n');


executed from the command line with octave script_name.m
produces this output and error message:


v = 4.3.0+
hg_id = 96a228168986+
error: invalid value for array property "position"
execution error in graphics callback function
at end of script


Also, after running into the error, the script continues execution, ending
with printing 'at end of script'.

This occurs for quite recent dev versions only.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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