0
1 0.1 0.05 0.15 0.2 0.11 0.32
2 0.2 0.07 0.30 0.4 0.23 0.52
4 0.3 0.19 0.40 0.6 0.45 0.65
形式有一個數據文件,酒吧和我使用yerrorlines
set xtics ("1" 0, "2" 1, "4" 2)
plot 'data.dat' u 0:2:3:4 w yerrorb lc rgb 'gray30' ti 'label1', \
'' u 0:5:6:7 w yerrorb lc rgb 'gray50' ti 'label2'
理想策劃我想與histogram
風格繪製和錯誤條,但我不能讓它工作。
我在做什麼錯?