|
From: Shigeharu T. <sh...@ie...> - 2009-06-01 03:17:54
|
shige 06/01 2009 ---------------- In docs/gnuplot.doc of current CVS version RCS $Id: gnuplot.doc,v 1.568 2009/05/17 22:31:55 sfeam Exp $ and term/gd.trm $Id: gd.trm,v 1.136 2009/05/24 06:12:44 sfeam Exp $ I found some points that seem to be misprints. I send the unified diff file for them. ----- From here (gnuplot.doc) ----- --- gnuplot.doc.ORG 2009-06-01 11:51:15.000000000 +0900 +++ gnuplot.doc 2009-06-01 11:56:03.000000000 +0900 @@ -1674,7 +1674,7 @@ set term png tiny On most systems libgd also provides access to Adobe Type 1 fonts (*.pfa) and - TrueType fonts (*.ttf). You must give the name of the font file (not the name + TrueType fonts (*.ttf). You must give the name of the font file, not the name of the font itself, in the form "<face> {,<pointsize>}". <face> is either the full pathname to the font file, or the first part of a filename in one of the directories listed in the GDFONTPATH environmental @@ -1685,7 +1685,7 @@ set term png font "arial" set term png font "/usr/local/fonts/ttf/arial.ttf" set term png font "Helvetica" - set term png font "/usr/local/fonts/Helvetica.pfa" + set term png font "/usr/local/fonts/pfa/Helvetica.pfa" To request a default font size at the same time: set term png font "arial,11" ----- To here (gnuplot.doc) ----- ----- From here (gd.trm) ----- --- gd.trm.ORG 2009-06-01 11:51:42.000000000 +0900 +++ gd.trm 2009-06-01 11:58:31.000000000 +0900 @@ -2616,16 +2616,6 @@ " file than gnuplot's internal optimization mode.", " The default is `nooptimize`.", "", -" The size <x,y> is given in pixels---it defaults to 640x480. The number of", -" pixels can be also modified by scaling with the `set size` command.", -" `crop` trims blank space from the edges of the completed plot, resulting", -" in a smaller final image size. Default is `nocrop`.", -"", -" Each color must be of the form 'xrrggbb', where x is the literal character", -" 'x' and 'rrggbb' are the red, green and blue components in hex. For example,", -" 'x00ff00' is green. The background color is set first, then the border", -" colors, then the X & Y axis colors, then the plotting colors. The maximum", -" number of colors that can be set is 256.", " The output plot size <x,y> is given in pixels---it defaults to 640x480.", " Please see additional information under `canvas` and `set size`.", " Blank space at the edges of the finished plot may be trimmed using the `crop`", ----- To here (gd.trm) ----- +========================================================+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@ie... TEL(&FAX): +81-257-22-8161 +========================================================+ |