From bug-request at octave dot org Thu Jun 3 18:08:59 2004 Subject: more errorbar fixes From: "John W. Eaton" To: Paul Kienzle Cc: bugs at octave dot org Date: Thu, 3 Jun 2004 18:07:45 -0500 On 2-Jun-2004, Paul Kienzle wrote: | errorbar is ignoring the final argument. The following | does not set the colour or legend: | | errorbar([1,2],[1,2],[.1,.1],'g;hello;') | | but this does: | | errorbar([1,2],[1,2],[.1,.1],'g;hello;',1) | | | Paul Kienzle | * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix | the bug which causes __errplot__ to ignore the last argument. I applied this patch. Thanks, jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------