감동, 마음이 움직이는 것

[gnuplot] pallette 본문

Tips (Utility, Computer Language, and etc.)

[gnuplot] pallette

Struggler J. 2017. 8. 11. 19:25

set dgrid3d 50, 50, 50

set pm3d map

set hidden3d

set palette defined ( 0 "#d8b365", 1 "#f5f5f5", 2 "#5ab4ac" ) 

sp './landscape.txt' u 1:2:($3-$7>0?1:-1)  t ''\

, x  w l lc -1 t ''


gnuplot 데모 사이트 http://gnuplot.sourceforge.net/demo/pm3dcolors.html

컬러 피킹 사이트 http://colorbrewer2.org/#type=diverging&scheme=BrBG&n=3

기타 참고 사이트 http://www.gnuplotting.org/tag/palette/