Initial release of Maemo 5 port of gnuplot
[gnuplot] / tutorial / eg3.plt
diff --git a/tutorial/eg3.plt b/tutorial/eg3.plt
new file mode 100644 (file)
index 0000000..f4b7d6c
--- /dev/null
@@ -0,0 +1,8 @@
+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 at 15,-10
+plot x with lines, "eg3.dat" with linespoints