# HG changeset patch # User jwe # Date 1193847805 0 # Node ID 607b70017dab8695c43525fc02283be33fa3e982 # Parent 8ada882c7c69fdcb534095f9474fb4f19768fdd8 [project @ 2007-10-31 16:23:25 by jwe] diff -r 8ada882c7c69 -r 607b70017dab scripts/plot/__go_draw_axes__.m --- a/scripts/plot/__go_draw_axes__.m Wed Oct 31 14:53:15 2007 +0000 +++ b/scripts/plot/__go_draw_axes__.m Wed Oct 31 16:23:25 2007 +0000 @@ -143,7 +143,7 @@ if (strcmpi (axis_obj.zgrid, "on")) fputs (plot_stream, "set grid ztics;\n"); else - fputs (plot_stream, "set grid ztics;\n"); + fputs (plot_stream, "set grid noztics;\n"); endif if (strcmpi (axis_obj.xminorgrid, "on"))