changeset 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 e2a4e87b900c
children 78466af1913c
files scripts/ChangeLog scripts/plot/__go_draw_axes__.m
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Tue Apr 27 19:46:15 2010 -0400
+++ b/scripts/ChangeLog	Tue Apr 27 17:00:29 2010 -0700
@@ -2,6 +2,7 @@
 
 	* plot/private/__errplot__.m: Add missing semicolon line terminations.
 
+
 2010-04-27  David Bateman  <dbateman@free.fr>
 
 	* plot/private/__default_plot_options_.m: New option errorstyle.
--- 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}))