gnuplotの色設定

このエントリーをはてなブックマークに追加

gnuplotの色設定を以下のようにしてみた.これならデフォールトよりはましな感じだ.

set terminal postscript eps enhanced color
set style data linespoints

set pointsize 0.9
set style line  1 lt 1 lc rgb "#000000" lw 1 pt 7 ps 0.5
set style line  2 lt 1 lc rgb "#ff0000" lw 1 pt 7 ps 0.5
set style line  3 lt 1 lc rgb "#00c000" lw 1 pt 7 ps 0.5
set style line  4 lt 1 lc rgb "#0000ff" lw 1 pt 7 ps 0.5
set style line  5 lt 1 lc rgb "#000000" lw 1 pt 1 ps 1.0
set style line  6 lt 1 lc rgb "#ff0000" lw 1 pt 1 ps 1.0
set style line  7 lt 1 lc rgb "#00c000" lw 1 pt 1 ps 1.0
set style line  8 lt 1 lc rgb "#0000ff" lw 1 pt 1 ps 1.0
set style line  9 lt 1 lc rgb "#000000" lw 1 pt 2 ps 1.0
set style line 10 lt 1 lc rgb "#ff0000" lw 1 pt 2 ps 1.0
set style line 11 lt 1 lc rgb "#00c000" lw 1 pt 2 ps 1.0
set style line 12 lt 1 lc rgb "#0000ff" lw 1 pt 2 ps 1.0
set style increment user

上記の設定