diff scripts/plot/__go_draw_axes__.m @ 9361:a00e219c402d

__go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'.
author Ben Abbott <bpabbott@mac.com>
date Thu, 18 Jun 2009 18:14:06 -0400
parents 0307f5e5568c
children 6a035159ba0e
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m
+++ b/scripts/plot/__go_draw_axes__.m
@@ -1337,7 +1337,7 @@
 endfunction
 
 function fontspec = create_fontspec (f, s, gp_term)
-  if (strcmp (f, "*") && ! strcmp (gp_term, "x11"))
+  if (strcmp (f, "*"))
     fontspec = sprintf ("font \",%d\"", s);
   else
     fontspec = sprintf ("font \"%s,%d\"", f, s);