summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/combinedgraphics/test/gnuplot42.plt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/combinedgraphics/test/gnuplot42.plt')
-rw-r--r--macros/latex/contrib/combinedgraphics/test/gnuplot42.plt16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/combinedgraphics/test/gnuplot42.plt b/macros/latex/contrib/combinedgraphics/test/gnuplot42.plt
new file mode 100644
index 0000000000..99effb6a61
--- /dev/null
+++ b/macros/latex/contrib/combinedgraphics/test/gnuplot42.plt
@@ -0,0 +1,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