감동, 마음이 움직이는 것
[gnuplot] pallette 본문
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/
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[infographics] useful sites (0) | 2017.08.13 |
---|---|
[gnuplot] splot과 plot을 동시에 사용하기2 (with and without dgrid3d) (0) | 2017.08.11 |
[Python] Basic (0) | 2017.08.08 |
[To do] Quene (0) | 2017.07.26 |
[Python] deep copy & range of variable (0) | 2017.07.18 |