Mercurial > hg > octave-lyh
changeset 10211:1ca904d74f78
Add emf to list of enhanced terminals for the gnuplot backend
author | Thorsten Meyer <thorsten.meyier@gmx.de> |
---|---|
date | Wed, 27 Jan 2010 20:57:33 +0100 |
parents | 752f349052a2 |
children | 56f7734f5448 |
files | scripts/ChangeLog scripts/plot/gnuplot_drawnow.m |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2010-01-27 Thorsten Meyer <thorsten.meyier@gmx.de> + + * plot/gnuplot_drawnow.m: Add "emf" to the list of enhanced + terminals for the gnuplot backend. + 2010-01-26 John W. Eaton <jwe@octave.org> * general/chop.m: New function.
--- a/scripts/plot/gnuplot_drawnow.m +++ b/scripts/plot/gnuplot_drawnow.m @@ -391,7 +391,8 @@ ## Don't include pstex, pslatex or epslatex here as the TeX commands ## should not be interpreted in that case. enhanced_terminals = {"aqua", "dumb", "png", "jpeg", "gif", "pm", ... - "windows", "wxt", "svg", "postscript", "x11", "pdf"}; + "windows", "wxt", "svg", "postscript", "x11", ... + "pdf", "emf"}; endif if (nargin < 1) ## Determine the default gnuplot terminal.