gnuplot*background: white | |
gnuplot*textColor: black | |
gnuplot*borderColor: black | |
gnuplot*axisColor: black | |
gnuplot*line1Color: red | |
gnuplot*line2Color: green | |
gnuplot*line3Color: blue | |
gnuplot*line4Color: magenta | |
gnuplot*line5Color: cyan | |
gnuplot*line6Color: sienna | |
gnuplot*line7Color: orange | |
gnuplot*line8Color: coral |
これらに関するコマンドラインの書式は、背景 (bacground) に関しては単純で 通常の X11 toolkit オプションの "-bg" に直接対応します。他のものも、 全て一般的なリソースの上書きオプション "-xrm" を使うことで設定できま す。
例:
背景色を変更するには
gnuplot -background coral
線種 1 番目の色を書き換えるには
gnuplot -xrm 'gnuplot*line1Color:blue'
竹野茂治@新潟工科大学