diff scripts/plot/__go_draw_axes__.m @ 7085:607b70017dab

[project @ 2007-10-31 16:23:25 by jwe]
author jwe
date Wed, 31 Oct 2007 16:23:25 +0000 (2007-10-31)
parents 405cf85b435c
children dbf9b76b0fe9
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m
+++ b/scripts/plot/__go_draw_axes__.m
@@ -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"))