bugGNU Octave - Bugs: bug #37490, "basevalue" property not...

 
 

bug #37490: "basevalue" property not updated when specified in "bar" function

Submitter:  Pantxo Diribarne <pantxo>
Submitted:  Tue 02 Oct 2012 11:03:19 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
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
   

Wed 03 Oct 2012 02:56:25 PM UTC, comment #2: 

Thanks, I applied your patch with a small edit to the commit message.

http://hg.savannah.gnu.org/hgweb/octave/rev/b95690c001f8

John W. Eaton <jwe>
Group administrator
Tue 02 Oct 2012 11:10:00 PM UTC, comment #1: 

I attached a patch that fixes the problem.

(file #26680)

Pantxo Diribarne <pantxo>
Group Member
Tue 02 Oct 2012 11:03:19 PM UTC, original submission:  

The baseline coordinates in a bar plot are not properly updated if defined in the function arguments :

octave:1> h = bar (rand (5, 10), 'basevalue', .3);
octave:2> get (get (h(1), 'baseline'), 'ydata')
ans =

   0   0



Pantxo Diribarne <pantxo>
Group Member

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #26680:  bar_basevalue.patch added by pantxo (890B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by pantxo (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-10-03 jwe StatusNone Fixed
        Open/ClosedOpen Closed
    2012-10-02 pantxo Attached File- Added bar_basevalue.patch, #26680

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code