Bug in __go_draw_axes__/do_linestyle_command
Ben Abbott
bpabbott at mac.com
Sun Feb 24 17:26:56 CST 2008
On Feb 24, 2008, at 6:21 PM, John W. Eaton wrote:
> On 24-Feb-2008, Ben Abbott wrote:
>
> | (3) or should a check be made in do_linestyle_command?
> |
> | if (nargin < 5)
> | errbars = "";
> | endif
>
> Look at the do_linestyle_command function. It already has
>
> errbars = ""
>
> in the argument list, which in Octave sets the default value for the
> argument.
>
> jwe
Thanks for the reply. I wasn't even aware that syntax would work.
I'll build without my fix and get back to strcat
Ben
More information about the Bug-octave
mailing list