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

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

[Octave-bug-tracker] [bug #50955] Function Reference: upo -- components


From: anonymous
Subject: [Octave-bug-tracker] [bug #50955] Function Reference: upo -- components wrong way around
Date: Fri, 5 May 2017 10:35:40 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36

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

                 Summary: Function Reference: upo -- components wrong way
around
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 05 May 2017 02:35:39 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: Conway Li
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Any

    _______________________________________________________

Details:

https://octave.sourceforge.io/tisean/function/upo.html

In the online function reference for upo (tisean package), the code for
Demonstration 1 plots the columns of hendel in the wrong order (attached
upo_wrong.png), given how the orbit points are plotted.

The line of code


plot (hendel(:,1), hendel(:,2), 'r.', 'markersize',2, ...


should be replaced with


plot (hendel(:,2), hendel(:,1), 'r.', 'markersize',2, ...
# changes here ^            ^


to get the correct plot (upo_right.png).



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 05 May 2017 02:35:39 PM UTC  Name: upo_wrong.png  Size: 24kB   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=40595>
-------------------------------------------------------
Date: Fri 05 May 2017 02:35:39 PM UTC  Name: upo_right.png  Size: 23kB   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=40596>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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