X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=tutorial%2Feg2.plt;fp=tutorial%2Feg2.plt;h=e2a3cd53c9f4359965894de271e6dac381534e67;hb=39ec1247a71f61152a4a7f502a30f06a3896c5da;hp=0000000000000000000000000000000000000000;hpb=06be459be4f5f6a7c6ff878e84f355fb2575caa8;p=gnuplot diff --git a/tutorial/eg2.plt b/tutorial/eg2.plt new file mode 100644 index 0000000..e2a3cd5 --- /dev/null +++ b/tutorial/eg2.plt @@ -0,0 +1,8 @@ +set terminal latex +set output "eg2.tex" +set size 5/5., 4/3. +set format xy "$%g$" +set title 'This is a plot of $y=sin(x)$' +set xlabel 'This is the $x$ axis' +set ylabel 'This is\\the\\$y$ axis' +plot [0:6.28] [0:1] sin(x)