Mercurial > hg > octave-nkf
comparison scripts/plot/bottom_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 | d25bc039237b |
children | 92be67bc9301 |
comparison
equal
deleted
inserted
replaced
3618:8cea69ad95ae | 3619:a7fe24b18fa4 |
---|---|
36 endif | 36 endif |
37 | 37 |
38 if (isstr (text)) | 38 if (isstr (text)) |
39 gset top_title; | 39 gset top_title; |
40 gset title; | 40 gset title; |
41 eval (sprintf ("gset bottom_title \"%s\"", text)); | 41 eval (sprintf ("gset bottom_title \"%s\"", |
42 undo_string_escapes (undo_string_escapes (text)))); | |
42 else | 43 else |
43 error ("bottom_title: text must be a string"); | 44 error ("bottom_title: text must be a string"); |
44 endif | 45 endif |
45 | 46 |
46 endfunction | 47 endfunction |