# HG changeset patch # User Thorsten Meyer # Date 1264622253 -3600 # Node ID 1ca904d74f78de5d191562cfd8092a925890b1a5 # Parent 752f349052a2fc14ec33f99727fdf4452c48f585 Add emf to list of enhanced terminals for the gnuplot backend diff -r 752f349052a2 -r 1ca904d74f78 scripts/ChangeLog --- a/scripts/ChangeLog Wed Jan 27 18:24:39 2010 +0100 +++ b/scripts/ChangeLog Wed Jan 27 20:57:33 2010 +0100 @@ -1,3 +1,8 @@ +2010-01-27 Thorsten Meyer + + * plot/gnuplot_drawnow.m: Add "emf" to the list of enhanced + terminals for the gnuplot backend. + 2010-01-26 John W. Eaton * general/chop.m: New function. diff -r 752f349052a2 -r 1ca904d74f78 scripts/plot/gnuplot_drawnow.m --- a/scripts/plot/gnuplot_drawnow.m Wed Jan 27 18:24:39 2010 +0100 +++ b/scripts/plot/gnuplot_drawnow.m Wed Jan 27 20:57:33 2010 +0100 @@ -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.