diff 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
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m	Tue Apr 27 19:46:15 2010 -0400
+++ b/scripts/plot/__go_draw_axes__.m	Tue Apr 27 17:00:29 2010 -0700
@@ -1833,6 +1833,7 @@
     endif
   else
     style{1} = errbars;
+    fputs (plot_stream, " pointtype 0");
   endif
 
   if (! found_style && isempty (style {1}))