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