vote up 1 vote down star

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)

flag

2 Answers

vote up 0 vote down

The line should read

plot "data.dat" using 2: xtic(1) with histogram

Besides that: Thank you for the answer!

link|flag
vote up 2 vote down
plot "data.dat" using 2: xtic(1) using histogram

Here data.dat contains data of the form

title 1
title2 3
"long title" 5
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.