gnuplotでカラーマップを作成するときのコマンド一例。
gnuplot> set pm3d
gnuplot> set pm3d map
gnuplot> set ticslevel 0
gnuplot> set cbrange[1:200]
gnuplot> set palette rgbformulae 22,13,-31
gnuplot> set logscale cb 2
gnuplot> splot "filename" with pm3d
http://bio-info.biz/tips/gnuplot_cb.html
http://www.natural-science.or.jp/article/20091028205740.php
を参照。
0 件のコメント:
コメントを投稿