Bug in __go_draw_axes__/do_linestyle_command

John W. Eaton jwe at bevo.che.wisc.edu
Sun Feb 24 17:21:29 CST 2008


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


More information about the Bug-octave mailing list