plot data_file using 1:2 with box fs solid title ""
I am using the above command to plot a bar graph in gnuplot. But the graph generated is a sort of continuous step graph where the width of each box is very high.
What is the problem with the above statement ?? And what is the preferred way to draw bar graph in gnuplot ??
follow this link
data.csv is
While the content of script should be ( gnuplot.script)
then
$ gnuplot gnuplot.script