diff scripts/plot/__go_draw_axes__.m @ 8360:32d9c0299e99

Set gnuplot two point clipping
author David Bateman <dbateman@free.fr>
date Sat, 29 Nov 2008 00:26:57 +0100
parents 534fd216278c
children bc982528de11
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m
+++ b/scripts/plot/__go_draw_axes__.m
@@ -263,6 +263,8 @@
     cdatadirect = false;
     truecolor = false;
 
+    fputs (plot_stream, "set clip two;\n");
+
     kids = axis_obj.children;
 
     nd = __calc_dimensions__ (axis_obj);