diff scripts/plot/contourf.m @ 7570:8bf1bcb0ad8f

set axes layer property to "top"
author John W. Eaton <jwe@octave.org>
date Fri, 07 Mar 2008 06:24:10 -0500
parents 3ed85de5922c
children 4e0fa430f840 72830070a17b
line wrap: on
line diff
--- a/scripts/plot/contourf.m
+++ b/scripts/plot/contourf.m
@@ -180,6 +180,8 @@
     set (gca(), "clim", [min(lev), max(lev)]);
   endif
 
+  set (gca (), "layer", "top");
+
   if (nargout > 0)
     varargout{2} = h;
     varargout{1} = c;