Mercurial > hg > octave-nkf
diff scripts/plot/gnuplot_drawnow.m @ 10635:d1978e7364ad
Print name of function in error() string messages.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 16 May 2010 22:26:54 -0700 |
parents | 95c3e38098bf |
children | dd6b90f44ae5 |
line wrap: on
line diff
--- a/scripts/plot/gnuplot_drawnow.m +++ b/scripts/plot/gnuplot_drawnow.m @@ -224,7 +224,7 @@ endif [begin_match, end_match, te, match] = regexp (opts_str, "(\\s-r\\d+)|(^-r\\d+)"); if (! isempty (begin_match)) - error ("gnuplot_drawnow.m: specifying resultion, '%s', not supported for terminal '%s'", + error ("gnuplot_drawnow: specifying resultion, '%s', not supported for terminal '%s'", strtrim (match{1}), term) endif if (all (gnuplot_size > 0))