Short question: How do I display the _ (underscore) character in a title in gnuplot that is assigned from a variable name in gnuplot?
_
Instead of foo_abc, write foo\\\_abc.
foo_abc
foo\\\_abc