bugGNU Octave - Bugs: bug #57261, errorbar (x,y, ey, fmt) issues...

 
 

bug #57261: errorbar (x,y, ey, fmt) issues warning when ey is scalar

Submitter:  Rik <rik5>
Submitted:  Mon 18 Nov 2019 11:14:12 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 19 Nov 2019 04:59:05 PM UTC, comment #1: 

Simple typo was causing this warning.  Fixed in this cset https://hg.savannah.gnu.org/hgweb/octave/rev/5f0e2e097e08.

Closing report.

Rik <rik5>
Group administrator
Mon 18 Nov 2019 11:14:12 PM UTC, original submission:  

This works


errorbar (1:10, 1:10, 1)


This fails


errorbar (1:10, 1:10, 1, '~or')
warning: 'matrix' object indexed with empty index list
warning: called from
    __errplot__>__do_errplot__ at line 109 column 10
    __errplot__ at line 51 column 16
    errorbar at line 181 column 10



Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-11-19 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code