# HG changeset patch # User Ben Abbott # Date 1330209044 18000 # Node ID c4a2eac243b4fd3e45a048d276887150052e0dc8 # Parent b9630dfc4fd93437118f39397171c0065ba9374f mesh.m: Modify demos to allow conversion to Matlab. diff --git a/scripts/plot/mesh.m b/scripts/plot/mesh.m --- 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