set terminal pdf
set output 'figure.pdf'
set xlabel '$x$'
set ylabel '$y$'
plot 'data' with lines color blue
