在第44页的official document 中说,绘制一个箱线图
# Place a boxplot at x coordinate 1.0 representing the y values in column 5
plot 'data' using (1.0):5
我无法让它工作,当我在gnuplot之上时,只绘制点,而不是一个盒子。谁知道怎么做?在本指南中,该示例显示了一个方框图(右图中的第44页)
我正在使用gnuplot 4.6补丁级别4.我没有收到任何错误,但是盒子不存在。
当我使用演示脚本
时plot 'silver.dat' using (1):2, '' using (2):(5*$3)
它有效,逗号后的第二部分是什么意思? (''使用(2):( 5 * $ 3))
答案 0 :(得分:1)
我指的是盒子宽度,但最后发现这应该至少添加
set style data boxplot
可选择添加
set style fill solid 0.25 border -1
set style boxplot outliers pointtype 7