Mercurial > hg > octave-nkf
diff scripts/plot/title.m @ 3619:a7fe24b18fa4
[project @ 2000-03-22 21:56:18 by jwe]
author | jwe |
---|---|
date | Wed, 22 Mar 2000 21:56:19 +0000 |
parents | ae7adbb591e8 |
children | 78954aeaf321 |
line wrap: on
line diff
--- a/scripts/plot/title.m +++ b/scripts/plot/title.m @@ -34,8 +34,8 @@ endif if (isstr (text)) - command = sprintf ("gset title \"%s\"", text); - eval (command); + eval (sprintf ("gset title \"%s\"", + undo_string_escapes (undo_string_escapes (text)))); else error ("title: text must be a string"); endif