Artifact 0dc7898cbf7e7285002f4419b3b2129e533fc20d90175b023f071aca1005c17e:
- File
r34.1/plot/docs/latextut/eg5.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: 331) [annotate] [blame] [check-ins using] [more...]
set terminal latex set output "eg5.tex" set format y "$%g$" set format x "$%4.1f\pi$" set noclip points set title "This is $\sin(x)$" set xlabel "This is the $x$ axis" set ylabel "$\sin(x)$" set nokey set xtics ("$-\pi$" -pi,\ "$-\frac{\pi}{2}$" -pi/2,\ "0" 0,\ "$\frac{\pi}{2}$" pi/2,\ "$\pi$" pi) plot [-pi:pi] [-1:1] sin(x)