arial サイズ 14 フォントで png 画像を出力しようとしています。私は mac OS X 10.6 を使用していますが、自分で GNUPLOT をビルドしたことはありません。このプログラムは、High Performance Computing for OS X という Web サイトから、Octave のパッケージに含まれているものを入手しました。これが私がgnuplotに入力したものです:
G N U P L O T
Version 4.2 patchlevel 5
last modified Mar 2009
System: Darwin 10.0.0
Copyright (C) 1986 - 1993, 1998, 2004, 2007 - 2009
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from http://www.gnuplot.info/faq/
Send bug reports and suggestions to <http://sourceforge.net/projects/gnuplot>
Terminal type set to 'x11'
gnuplot> set term png font "arial" 14
Terminal type set to 'png'
No TTF font support, using internal non-scalable font
^
invalid color spec, must be xRRGGBB
gnuplot>
どんな助けでも大歓迎です。ありがとう!