pmeerw's blog

03 Jan 2016

Sun, 03 Jan 2016

Using nice symbols in Gnuplot

Use set term postscript enhanced to enable the enhanced syntax (local copy). Example:

set term postscript enhanced color lw 3
set output "nice.eps"

# produce \beta_1
set xlabel "{/Symbol b_1}"

plot sin(x)

posted at: 18:39 | path: /academic | permanent link

Made with PyBlosxom