我有以下数据:
t4.8k 1.84 1.86 1.83
t5.8k 1.82 1.84 1.8
t7.10k 1.79 1.8 1.77
t8.8k 1.8 1.84 1.76
我需要使用 yerror 条在 GNU 图中绘制它。
Column1 - 数据集名称。这是 xaxis 比例。Column2 - Y-Mean Column3 - Y-Max Column4 - Y-Min
这是我使用的绘图代码:
plot "chameleonConfidence.dat" using xtic(1):2:4:3 title "Ratio of Time Taken" with yerrorbars
但这给了我以下错误
警告:空 x 范围 [4.94066e-324:4.94066e-324],调整为 [4.94066e-324:4.94066e-324] “chameleonConfidence.gplot”,第 15 行:x_min 不应等于 x_max!
有人可以帮我弄这个吗?