comparison scripts/plot/__go_draw_axes__.m @ 10582:9676d0255440

Use "." for marker when plotting with errorbars. (bug #29057)
author Rik <octave@nomad.inbox5.com>
date Tue, 27 Apr 2010 17:00:29 -0700
parents f5a652a101b0
children ba346313bdc1
comparison
equal deleted inserted replaced
10581:e2a4e87b900c 10582:9676d0255440
1831 endif 1831 endif
1832 endif 1832 endif
1833 endif 1833 endif
1834 else 1834 else
1835 style{1} = errbars; 1835 style{1} = errbars;
1836 fputs (plot_stream, " pointtype 0");
1836 endif 1837 endif
1837 1838
1838 if (! found_style && isempty (style {1})) 1839 if (! found_style && isempty (style {1}))
1839 fputs (plot_stream, " default"); 1840 fputs (plot_stream, " default");
1840 endif 1841 endif