Search Results

1
vote
2answers
2k views

How do you plot bar charts in gnuplot?

How do you plot bar charts in gnuplot with text labels? (Sorry - I'm answering my own question here - as it suggest in the first entry of the faq) …
2
votes

How do you plot bar charts in gnuplot?

plot "data.dat" using 2: xtic(1) using histogram Here data.dat contains data of the form title 1 title2 3 "long title" 5 …