Mercurial > hg > octave-lyh
diff scripts/plot/top_title.m @ 5215:32c569794216
[project @ 2005-03-16 18:54:42 by jwe]
author | jwe |
---|---|
date | Wed, 16 Mar 2005 18:54:52 +0000 |
parents | eecc24b92d97 |
children | 3d9afb170a39 |
line wrap: on
line diff
--- a/scripts/plot/top_title.m +++ b/scripts/plot/top_title.m @@ -34,9 +34,9 @@ endif if (isstr (text)) - __gset__ bottom_title; - __gset__ title; - eval (sprintf ("__gset__ top_title \"%s\"", + __gnuplot_set__ bottom_title; + __gnuplot_set__ title; + eval (sprintf ("__gnuplot_set__ top_title \"%s\"", undo_string_escapes (undo_string_escapes (text)))); if (automatic_replot) replot ();