# HG changeset patch # User jwe # Date 1174659971 0 # Node ID 14e5882b626928a6156fe74dc7e7dafb664078d2 # Parent 190dfe8b8f08dfbdb8a8d5c7ce0afbbc39bcd77e [project @ 2007-03-23 14:26:11 by jwe] diff -r 190dfe8b8f08 -r 14e5882b6269 scripts/ChangeLog --- a/scripts/ChangeLog Fri Mar 23 14:17:31 2007 +0000 +++ b/scripts/ChangeLog Fri Mar 23 14:26:11 2007 +0000 @@ -1,5 +1,8 @@ 2007-03-23 John W. Eaton + * plot/__go_draw_figure__.m: Send reset to gnuplot before every + plot, not just multiplots. + * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. * plot/contour.m: Don't call drawnow. diff -r 190dfe8b8f08 -r 14e5882b6269 scripts/plot/__go_draw_figure__.m --- a/scripts/plot/__go_draw_figure__.m Fri Mar 23 14:17:31 2007 +0000 +++ b/scripts/plot/__go_draw_figure__.m Fri Mar 23 14:26:11 2007 +0000 @@ -44,10 +44,12 @@ endswitch endfor + fputs (plot_stream, "reset;\n"); + multiplot_mode = axes_count > 1; if (multiplot_mode) - fputs (plot_stream, "reset; set multiplot;\n"); + fputs (plot_stream, "set multiplot;\n"); endif for i = 1:nkids