diff scripts/plot/gnuplot_drawnow.m @ 9249:470af0f93ca9

ghostscript handling for windows in print.m
author Benjamin Lindner <lindnerb@users.sourceforge.net>
date Sun, 24 May 2009 10:09:19 +0200
parents 406ed43c0233
children 4f96a7770492
line wrap: on
line diff
--- a/scripts/plot/gnuplot_drawnow.m	Sun May 24 10:05:30 2009 +0200
+++ b/scripts/plot/gnuplot_drawnow.m	Sun May 24 10:09:19 2009 +0200
@@ -278,7 +278,7 @@
 
   if (nargin == 5)
     if (! isempty (file))
-      fprintf (plot_stream, "set output \"%s\";\n", file);
+      fprintf (plot_stream, "set output '%s';\n", file);
     endif
   endif