diff scripts/plot/__go_draw_axes__.m @ 6778:083721ae3dfa

[project @ 2007-07-18 17:03:10 by jwe]
author jwe
date Wed, 18 Jul 2007 17:03:11 +0000
parents 6373d320a957
children c81a0f3f5a82
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m
+++ b/scripts/plot/__go_draw_axes__.m
@@ -56,6 +56,8 @@
       fputs (plot_stream, "set size noratio;\n");
     endif
 
+    fputs (plot_stream, "unset label;\n");
+
     if (! isempty (axis_obj.title))
       t = get (axis_obj.title);
       if (isempty (t.string))