changeset 22581:3b4dd7f71a01 stable

__gnuplot_draw_axes__.m: Remove obsolete code applying to gnuplot 4.2.5. * __gnuplot_draw_axes__.m: Remove FIXME note and 'set border back' code that was a workaround in 4.2.5, and which is no longer necessary.
author Rik <rik@octave.org>
date Sun, 02 Oct 2016 19:16:12 -0700
parents 6e492d3d2e1e
children 0af4e27c50e0
files scripts/plot/util/private/__gnuplot_draw_axes__.m
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/private/__gnuplot_draw_axes__.m	Sat Oct 01 21:06:42 2016 -0500
+++ b/scripts/plot/util/private/__gnuplot_draw_axes__.m	Sun Oct 02 19:16:12 2016 -0700
@@ -335,10 +335,6 @@
     fputs (plot_stream, "set border front;\n");
   else
     fputs (plot_stream, "set grid layerdefault;\n");
-    ## FIXME: The gnuplot help says that "layerdefault" should work
-    ##        for set border too, but it fails for me with gnuplot 4.2.5.
-    ##        So, use "back" instead.
-    fputs (plot_stream, "set border back;\n");
   endif
 
   xlogscale = strcmp (axis_obj.xscale, "log");