octave-maintainers
[Top][All Lists]
Advanced

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

Re: Proposal for Matlab style errorbars (help requested)


From: Ben Abbott
Subject: Re: Proposal for Matlab style errorbars (help requested)
Date: Sat, 01 May 2010 11:01:56 -0400

On Apr 30, 2010, at 8:33 PM, David Bateman wrote:

> Ben Abbott wrote:
>> I've pushed the changes to __go_draw_axes__.m, but when I moved on to 
>> graphics.h.in I noticed other files were referencing the {l,u,xl,xu}data 
>> properties.
>> 
>> Specifically, I see references to {l,u,xl,xu}data in graphics.cc, 
>> graphics.h, graphics-props.cc, and graphics.h.in.
>> 
>> Before I begin a (possibly) futile attempt to remove these references, I 
>> thought I'd ask for advice as I'm functionally illiterate in c/c++.
>> 
>> Ben
>> 
>> p.s. I don't mind making a feeble attempt at changing these files, but 
>> having someone more expert in c/c++ do it might be wise.
>> 
>> 
>>  
> graphics.h and graphics-props.cc are created from graphics.h.in so don't 
> change them. Only graphics.h.in and graphics.cc should be changed..
> 
> The compute_xlim and compute_ylim methods in graphics.cc shoud be eliminated 
> and {l,u,xl,xu}data eliminated elsewhere. The same for graphics.h.in, but the 
> updata_xdata and updata_ydata methods should be made to resemble the 
> updata_zdata method..
> 
> These changes  are relatively simple
> Cheers
> David

Thanks David.

I've pushed the changeset below.

        http://hg.savannah.gnu.org/hgweb/octave/rev/24e915c602e7

Ben



reply via email to

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