Mercurial > hg > octave-thorsten
diff scripts/plot/title.m @ 5252:3d9afb170a39
[project @ 2005-03-28 18:40:35 by jwe]
author | jwe |
---|---|
date | Mon, 28 Mar 2005 18:40:35 +0000 |
parents | 32c569794216 |
children | 6b91c98e3db0 |
line wrap: on
line diff
--- a/scripts/plot/title.m +++ b/scripts/plot/title.m @@ -34,8 +34,8 @@ endif if (isstr (text)) - eval (sprintf ("__gnuplot_set__ title \"%s\"", - undo_string_escapes (undo_string_escapes (text)))); + __gnuplot_raw__ (sprintf ("set title \"%s\";\n", + undo_string_escapes (text))); if (automatic_replot) replot (); endif