Artifact fea98e65e01abd442bb3e73c6f46ab4808d0a1f6b1d29e4e482b7777ac6414eb:
- File
r34.1/plot/docs/latextut/eg3.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: 199) [annotate] [blame] [check-ins using] [more...]
set terminal latex set output "eg3.tex" set format xy "$%g$" set title "This is another plot" set xlabel "$x$ axis" set ylabel "$y$ axis" set key 15,-10 plot x with lines, "eg3.dat" with linespoints