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	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  <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	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.