changeset 8360:32d9c0299e99

Set gnuplot two point clipping
author David Bateman <dbateman@free.fr>
date Sat, 29 Nov 2008 00:26:57 +0100
parents 5798aa0f902a
children cf620941af1a
files scripts/ChangeLog scripts/plot/__go_draw_axes__.m
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Nov 21 22:53:50 2008 -0500
+++ b/scripts/ChangeLog	Sat Nov 29 00:26:57 2008 +0100
@@ -1,3 +1,7 @@
+2008-11-28  David Bateman  <dbateman@free.fr>
+
+	* plot/__go_draw_axes__.m: Set two point clipping mode to be on.
+
 2008-11-24  Ben Abbott <bpabbott@mac.com>
 
 	* plot/legend.m: Correct ording of legend labels.
--- a/scripts/plot/__go_draw_axes__.m	Fri Nov 21 22:53:50 2008 -0500
+++ b/scripts/plot/__go_draw_axes__.m	Sat Nov 29 00:26:57 2008 +0100
@@ -263,6 +263,8 @@
     cdatadirect = false;
     truecolor = false;
 
+    fputs (plot_stream, "set clip two;\n");
+
     kids = axis_obj.children;
 
     nd = __calc_dimensions__ (axis_obj);