diff scripts/plot/shading.m @ 12437:a754c2d8a13f

Modify demo scripts to allow conventient conversion to Matlab compatible syntax.
author Ben Abbott <bpabbott@mac.com>
date Thu, 10 Feb 2011 18:48:36 -0500
parents 5ec6aa05638d
children 9ff0273cd054
line wrap: on
line diff
--- a/scripts/plot/shading.m
+++ b/scripts/plot/shading.m
@@ -78,19 +78,19 @@
 %! colormap (jet)
 %! sombrero
 %! shading faceted
-%! title('shading "faceted"')
+%! title("shading ""faceted""")
 
 %!demo
 %! sombrero
 %! shading interp
-%! title('shading "interp"')
+%! title("shading ""interp""")
 
 %!demo
 %! pcolor (peaks ())
 %! shading faceted
-%! title('shading "faceted"')
+%! title("shading ""faceted""")
 
 %!demo
 %! pcolor (peaks ())
 %! shading interp
-%! title('shading "interp"')
+%! title("shading ""interp""")