|
From: Ethan M. <merritt@u.washington.edu> - 2010-02-26 17:10:32
|
On Friday 26 February 2010 01:02:36 Shigeharu TAKENO wrote: > 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 ----- Got it. Thanks. Ethan |