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

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

[Octave-bug-tracker] [bug #47237] I cannot set the Data properties (X, Y


From: anonymous
Subject: [Octave-bug-tracker] [bug #47237] I cannot set the Data properties (X, Y or Z) of a scatter or scatter3 plot
Date: Tue, 23 Feb 2016 17:21:08 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36

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

                 Summary: I cannot set the Data properties (X, Y or Z) of a
scatter or scatter3 plot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 23 Feb 2016 05:21:07 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Francisco
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

try the following code to change the data in a scatter plot
figure
h = scatter3([1 2], [3 4], [5 6],'k')
set(h,'XData',[3 4])

The set command fails with the following comment:
error: invalid use of colon in function argument list
error: called from
    __scatter__>update_data at line 381 column 7
error: evaluating argument list element number 1
error: called from
    __scatter__>update_data at line 381 column 7
error: evaluating argument list element number 5
error: called from
    __scatter__>update_data at line 381 column 7




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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