|
From: Shigeharu T. <sh...@ie...> - 2010-02-26 09:02:51
|
shige 02/26 2010
----------------
In docs/gnuplot.doc of current CVS version
C RCS $Id: gnuplot.doc,v 1.602 2010/02/24 20:54:40 sfeam Exp $
I found the following point.
----- From here -----
--- gnuplot.doc.orig 2010-02-26 17:59:24.000000000 +0900
+++ gnuplot.doc 2010-02-26 18:00:04.000000000 +0900
@@ -1706,9 +1706,9 @@
It is usually sufficient in gnuplot to request a font by a generic name and
size, letting fontconfig substitute a similar font if necessary. The following
will probably all work:
- set term pdfpng font "sans,12"
- set term pdfpng font "Times,12"
- set term pdfpng font "Times-New-Roman,12"
+ set term png font "sans,12"
+ set term png font "Times,12"
+ set term png font "Times-New-Roman,12"
3 gd (png, gif, jpeg terminals)
?gd
----- To here -----
+========================================================+
Shigeharu TAKENO NIigata Institute of Technology
kashiwazaki,Niigata 945-1195 JAPAN
sh...@ie... TEL(&FAX): +81-257-22-8161
+========================================================+
|