summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/combinedgraphics/test/gnuplot42.plt
blob: 99effb6a61e9cb9a0747d530747460bbfc4d9775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# gnuplot 4.2/4.4 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 ]

set style fill solid 0.2
set label "filled" at pi / 2., 0.333 center

plot sin(x) with filledcurves y1 = 0