I am following plot bar graphs in Gnuplot but I am not able to plot my data. Here is how it should look like
Here is my code
!/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
Error
plot  (1,"label1",664;2,"label2",331) using 1:3:xtic(2) with boxes
                     ^
"./test.sh", line 10: ')' expected

 
     
    