summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/combinedgraphics/test/gnuplot42.plt
blob: cd2e23b5a765bb0c6f09b3dc7e2c05edaf563353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# gnuplot 4.2 file

set terminal epslatex
set output "gnuplot42.tex"

set size 0.5, 0.5

set title "Sinus"
set xlabel "x"
set ylabel "sin(x)"
set xrange [ 0 : 2 * pi ]

plot sin(x)