changeset 7085:607b70017dab

[project @ 2007-10-31 16:23:25 by jwe]
author jwe
date Wed, 31 Oct 2007 16:23:25 +0000
parents 8ada882c7c69
children 625891845df5
files scripts/plot/__go_draw_axes__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"))