Mercurial > hg > octave-nkf
diff scripts/plot/__next_line_style__.m @ 10549:95c3e38098bf
Untabify .m scripts
author | Rik <code@nomad.inbox5.com> |
---|---|
date | Fri, 23 Apr 2010 11:28:50 -0700 |
parents | 4516a0c97ced |
children | 84c35a483d1f |
line wrap: on
line diff
--- a/scripts/plot/__next_line_style__.m +++ b/scripts/plot/__next_line_style__.m @@ -36,7 +36,7 @@ if (isempty (style_rotation)) error ("__next_line_style__: style_rotation not initialized"); elseif (++style_index > num_styles) - style_index = 1; + style_index = 1; endif elseif (reset) style_rotation = strsplit (get (gca (), "linestyleorder"), "|");