diff doc/interpreter/plotimages.m @ 7257:e8a3e3e33490

[project @ 2007-12-05 01:18:41 by jwe]
author jwe
date Wed, 05 Dec 2007 01:18:42 +0000
parents be3280acbdb8
children 3422f39573b1
line wrap: on
line diff
--- a/doc/interpreter/plotimages.m
+++ b/doc/interpreter/plotimages.m
@@ -18,6 +18,9 @@
 
 function plotimages (nm, typ)
   bury_output ();
+  if (strcmp (typ, "png"))
+    set (0, "defaulttextfontname", "*");
+  endif
   if (strcmp(typ , "txt"))
     image_as_txt(nm);
   elseif (strcmp (nm, "plot"))