Mercurial > hg > octave-lyh
changeset 5405:00d369dffec0
[project @ 2005-07-08 01:00:10 by jwe]
author | jwe |
---|---|
date | Fri, 08 Jul 2005 01:00:10 +0000 |
parents | b91241999ba6 |
children | c49aec8a9080 |
files | scripts/plot/__pltopt1__.m |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/__pltopt1__.m +++ b/scripts/plot/__pltopt1__.m @@ -218,10 +218,10 @@ elseif (set_steps) fmt = strcat (fmt, " ", STEPS); elseif (set_yerrbars) - if(set_xerrbars) - fmt = strcat (fmt, " ", XYERRORBARS); + if (set_xerrbars) + fmt = strcat (fmt, " ", XYERRORBARS); else - fmt = strcat (fmt, " ", YERRORBARS); + fmt = strcat (fmt, " ", YERRORBARS); endif elseif (set_xerrbars) fmt = strcat (fmt, " ", XERRORBARS);