Artifact abe97b88ddc3236f7f2ca52f29fefdf53f9426fee4475ffcb9bd2ca54a4862bf:
- File
r34.1/plot/docs/latextut/eg4.plt
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 227) [annotate] [blame] [check-ins using] [more...]
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)