Mercurial > hg > octave-lyh
changeset 14412:c4a2eac243b4
mesh.m: Modify demos to allow conversion to Matlab.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Sat, 25 Feb 2012 17:30:44 -0500 |
parents | b9630dfc4fd9 |
children | 4f160344236a |
files | scripts/plot/mesh.m |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/mesh.m +++ b/scripts/plot/mesh.m @@ -71,9 +71,6 @@ %! xlabel xlabel %! ylabel ylabel %! zlabel "linear scale" -%! if (strcmp (get (gcf, "__graphics_toolkit__"), "gnuplot")) -%! title ("Gnuplot's mesh color is correct") -%! endif %!demo %! clf (); @@ -85,6 +82,6 @@ %! ylabel ylabel %! zlabel "log scale" %! if (strcmp (get (gcf, "__graphics_toolkit__"), "gnuplot")) -%! title ({"Gnuplot's mesh color is wrong", "This a Gnuplot bug"}) +%! title ({"Gnuplot: mesh color is wrong", "This a Gnuplot bug"}) %! endif