|
From: Shigeharu T. <sh...@ie...> - 2010-08-03 08:25:06
|
shige 08/03 2010
----------------
In enhanced mode for x11 term, the following commands
set ylabel '{/Symbol=20 x}'
set xlabel 'sin' font ',14'
plot sin(x) notitle
put the xlabel of "Symbol" font, but other terminals (post,wxt,
svg,emf) put xlabels of default font.
This may be fixed by the following patch.
----- From here -----
--- term/x11.trm.ORG 2010-08-03 16:43:40.000000000 +0900
+++ term/x11.trm 2010-08-03 16:47:29.000000000 +0900
@@ -1828,6 +1828,7 @@
PRINT3("Tu%04d%04d%s\n", 0, (int)ENHx11_base, enhanced_text);
ENHx11_opened_string = FALSE;
+ X11_set_font("");
}
}
----- To here -----
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@ie... TEL(&FAX): +81-257-22-8161
+========================================================+
|