Mercurial > hg > octave-nkf
diff scripts/plot/__gnuplot_drawnow__.m @ 14594:e4d380c01dcf gui
maint: Periodic merge of default to gui
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Thu, 03 May 2012 00:52:24 -0400 |
parents | 80e8c03548a4 86854d032a37 |
children | 860b4edb0bea |
line wrap: on
line diff
--- a/scripts/plot/__gnuplot_drawnow__.m +++ b/scripts/plot/__gnuplot_drawnow__.m @@ -259,9 +259,9 @@ size_str = ""; endif else - if isempty (h) + if (isempty (h)) disp ("gnuplot_set_term: figure handle is empty"); - elseif !isfigure(h) + elseif (! isfigure (h)) disp ("gnuplot_set_term: not a figure handle"); endif title_str = "";