Basic code to print plots, using symbols like greek letters:
set term post color eps enh
set output "plot.eps"
set title "{/Symbol abcdefghijklmnopqrstuvwxyz \245}"

See also this page and, in particular, this script.

Back to top