File r34.1/plot/docs/latextut/eg4.plt artifact abe97b88dd part of check-in f2fda60abd
set terminal latex set output "eg4.tex" set format y "$%g$" set format x "$%.2f$" set title "This is $\sin(x)$" set xlabel "This is the $x$ axis" set ylabel "$\sin(x)$" set nokey set xtics -pi, pi/4 plot [-pi:pi] [-1:1] sin(x)