Artifact 1fad00942bc8e1defbeaa3c683f363d7076dfe434a69b4704e758885b01d7059:
- File
r34.1/plot/docs/latextut/eg2.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: 219) [annotate] [blame] [check-ins using] [more...]
set terminal latex set output "eg2.tex" set size 5/5., 4/3. set format xy "$%g$" set title "This is a plot of $y=sin(x)$" set xlabel "This is the $x$ axis" set ylabel "This is\\the\\$y$ axis" plot [0:6.28] [0:1] sin(x)