bugGNU Octave - Bugs: bug #53291, unknown root property xdata when...

 
 

bug #53291: unknown root property xdata when executing ezplot3

Submitter:  Dmitri A. Sergatskov <dasergatskov>
Submitted:  Mon 05 Mar 2018 09:55:45 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
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
   

Mon 05 Mar 2018 11:34:28 PM UTC, comment #3: 

OK. I will try something more complicated next time...

Dmitri.
--

Dmitri A. Sergatskov <dasergatskov>
Mon 05 Mar 2018 11:18:59 PM UTC, comment #2: 
Rik <rik5>
Group administrator
Mon 05 Mar 2018 11:10:16 PM UTC, comment #1: 

Confirmed.  This is likely to be something simple and silly.

Rik <rik5>
Group administrator
Mon 05 Mar 2018 09:55:45 PM UTC, original submission:  


fx = @(t) cos (t);
fy = @(t) sin (t);
fz = @(t) t;
ezplot3 (fx, fy, fz, [0, 5*pi], 100, "animate");


results in:


error: set: unknown root property xdata
error: called from
    comet3 at line 83 column 7
    __ezplot__ at line 449 column 9
    ezplot3 at line 62 column 19


 __octave_config_info__ ("hg_id")
ans = fd3edb183ee2


Dmitri.
--

Dmitri A. Sergatskov <dasergatskov>

 

(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 (Posted a comment)
  • -email is unavailable- added by dasergatskov (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-03-05 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2018-03-05 rik5 Summaryunknown root property xdata unknown root property xdata when executing ezplot3
    2018-03-05 rik5 StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code