감동, 마음이 움직이는 것
[gnuplot] std with filledcurve 편차 예쁘게 그리기 본문
Tips (Utility, Computer Language, and etc.)
[gnuplot] std with filledcurve 편차 예쁘게 그리기
Struggler J. 2018. 11. 3. 08:59We need three cols for data: mean, low, high
# mean low high
3 2.6 3.5
5 4 6
4 3.2 4.3
In script, you can use it
set style fill transparent solid 0.2 noborder
plot 'data.d' u 1:2:3 w filledcurves t ''
Transparent는 eps모드에서 적용이 안되는 것 같다.
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[python] parallel computing (multiprocessing) (0) | 2018.11.08 |
---|---|
[gnuplot] w boxes options (histogram 그릴 때 막대기 종류) (0) | 2018.11.03 |
[python] savetxt (numpty에 있는 함수로 list를 text로 저장할 때 사용가능) (0) | 2018.11.03 |
[Latex] \xrightarrow reaction rule 쓸 때 (0) | 2018.11.02 |
[mathematica] command에서 script 실행하기 (0) | 2018.10.18 |