Mercurial > hg > octave-nkf
diff scripts/plot/gnuplot_drawnow.m @ 12024:6d6e703f467c release-3-2-x
Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Fri, 26 Jun 2009 12:56:16 +0200 |
parents | ff22f50a0266 |
children | 5af462716bff b50d1eb62747 |
line wrap: on
line diff
--- a/scripts/plot/gnuplot_drawnow.m +++ b/scripts/plot/gnuplot_drawnow.m @@ -205,6 +205,8 @@ "epslatex", "pstex", "pslatex"}; if (__gnuplot_has_feature__ ("x11_figure_position")) terminals_with_size{end+1} = "x11"; + endif + if (__gnuplot_has_feature__ ("wxt_figure_size")) terminals_with_size{end+1} = "wxt"; endif if (any (strncmpi (term, terminals_with_size, 3)))