diff scripts/plot/contour3.m @ 7245:d65670971cbc

[project @ 2007-12-04 03:03:54 by jwe]
author jwe
date Tue, 04 Dec 2007 03:03:55 +0000
parents 5389a52df87b
children 11c5f1ee553e
line wrap: on
line diff
--- a/scripts/plot/contour3.m
+++ b/scripts/plot/contour3.m
@@ -67,3 +67,10 @@
   endif
 
 endfunction
+
+%!demo
+%! contour3 (peaks (19));
+%! hold on
+%! surface (peaks (19), 'FaceColor', 'none', 'EdgeColor', 'black')
+%! colormap hot
+%! hold off