diff scripts/plot/__go_draw_axes__.m @ 7060:033918b854a7

[project @ 2007-10-24 17:51:05 by jwe]
author jwe
date Wed, 24 Oct 2007 17:51:05 +0000 (2007-10-24)
parents e31f12bb9194
children 405cf85b435c
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m
+++ b/scripts/plot/__go_draw_axes__.m
@@ -788,6 +788,10 @@
       endif
     endif
 
+    if (strcmpi (axis_obj.visible, "off"))
+      fputs (plot_stream, "unset border; unset tics\n");
+    endif
+
     if (strcmpi (axis_obj.key, "on"))
       if (strcmpi (axis_obj.keybox, "on"))
 	box = "box";