【发布时间】:2020-11-05 05:49:27
【问题描述】:
我正在关注plot bar graphs in Gnuplot,但我无法绘制我的数据。这是它的样子
这是我的代码
!/usr/bin/gnuplot -persist
set boxwidth 0.5
set style fill solid
plot (1,"label1",664;2,"label2",331) using 1:3:xtic(2) with boxes
错误
plot (1,"label1",664;2,"label2",331) using 1:3:xtic(2) with boxes
^
"./test.sh", line 10: ')' expected
【问题讨论】: