我希望在酒吧和酒吧有价值观每个酒吧的颜色都不同。 这是我的dat文件&脚本。还可以为第一列标记不同的名称吗?
host_down.dat
Espoo Finland 20
Marcoussis 40
Franklin park 70
#!/usr/bin/gnuplot
clear
reset
set key off
set term png size 1200, 600
set output "hostdown.png"
set style data histogram
set style histogram cluster gap 1
set style fill solid border
set boxwidth 0.25
set title "Host Down Plot"
plot 'host_down.dat' using 2:xtic(1) with boxes