감동, 마음이 움직이는 것
[gnuplot] histogram 그리기 본문
http://gnuplot.sourceforge.net/demo/histograms.html
set key invert reverse Left outside set ylab "" unset ytics set grid y set style data histograms set style histogram rowstacked set style fill solid border -1 set boxwidth 0.75 plot 'data.d' u 2:xtic(1) t 'type1', '' u 3:xtic(1) t 'type2'
이렇게 하면 x축에는 알아서 첫 번째 col의 값으로 나옴.
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[gnuplot] How to do horizontal lines from a one column file using gnuplot? (0) | 2019.01.28 |
---|---|
[python] 정해진 사이즈의 2d list 만들기 (0) | 2019.01.23 |
[python] numpy array sort inverse (0) | 2019.01.17 |
[linux] tar 압축하기 (0) | 2019.01.15 |
[gnuplot] for loop & obj (circle, rec) (0) | 2018.12.13 |