Artifact b644daffda4e988f2eb43de5d9c12286a435205d48ae90df0cf7064e9d9aa6f4:
- File
r34.1/plot/docs/latextut/eg6.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: 457) [annotate] [blame] [check-ins using] [more...]
set terminal latex set output "eg6.tex" set size 3.5/5, 3/3. set format y "$%g$" set format x "$%5.1f\mu$" set title "This is a title" set xlabel "This is the $x$ axis" set ylabel "This is\\a longer\\version\\ of\\the $y$\\ axis" set label "Data" at -5,-5 right set arrow from -5,-5 to -3.3,-6.7 set key -4,8 set xtic -10,5,10 plot [-10:10] [-10:10] "eg3.dat" title "Data File" with linespoints 1 7,\ 3*exp(-x*x)+1 title "$3e^{-x^{2}}+1$" with lines 4