# HG changeset patch # User Rik # Date 1272412829 25200 # Node ID 9676d0255440d99bfa536d361ad6545f96823b23 # Parent e2a4e87b900ce79975b13b0003df50884b058aa7 Use "." for marker when plotting with errorbars. (bug #29057) diff -r e2a4e87b900c -r 9676d0255440 scripts/ChangeLog --- 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 * plot/private/__default_plot_options_.m: New option errorstyle. diff -r e2a4e87b900c -r 9676d0255440 scripts/plot/__go_draw_axes__.m --- 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}))