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

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

[Octave-bug-tracker] [bug #41593] stem series should share the same base


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #41593] stem series should share the same baseline
Date: Sat, 15 Feb 2014 13:17:33 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

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

                 Summary: stem series should share the same baseline
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: sam. 15 févr. 2014 13:17:31 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The following works in matlab:


h = stem ([1 2; 1.5 2.5], [1 1;2 2]);
assert (get (h(1), 'baseline') == get (h(2), 'baseline'))


Attached is a patch that implements this behavior, make "basevalue" be shared,
and adds tests for all this.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: sam. 15 févr. 2014 13:17:31 GMT  Name: baseline_.patch  Size: 5 ko  
By: pantxo

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

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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