# HG changeset patch # User David Bateman # Date 1227914817 -3600 # Node ID 32d9c0299e9921810d52365b1db488f2458cbf07 # Parent 5798aa0f902a38d4484d21707976d454a1507752 Set gnuplot two point clipping diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2008-11-28 David Bateman + + * plot/__go_draw_axes__.m: Set two point clipping mode to be on. + 2008-11-24 Ben Abbott * plot/legend.m: Correct ording of legend labels. diff --git a/scripts/plot/__go_draw_axes__.m b/scripts/plot/__go_draw_axes__.m --- 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);