myusi's blog

M2になりました

gnuplotでカラーのeps画像を出力する

gnuplotで以下のように入力する.
"enhanced color" を書き足せばOK.

set terminal postscript eps enhanced color
set output 'hoge.eps'
plot 'hoge.dat' w lp