2012/03/02

Gnuplot

Basic code to print plots, also 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.

No comments:

Post a Comment