summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/gnuplottex/example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/gnuplottex/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/gnuplottex/example.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/gnuplottex/example.tex b/Master/texmf-dist/doc/latex/gnuplottex/example.tex
index 525f540d7a2..951445c6186 100644
--- a/Master/texmf-dist/doc/latex/gnuplottex/example.tex
+++ b/Master/texmf-dist/doc/latex/gnuplottex/example.tex
@@ -1,18 +1,18 @@
\documentclass[a4paper]{article}
-\usepackage[pdf]{gnuplottex}
+\usepackage{gnuplottex}
\begin{document}
-\begin{gnuplot}[width=.3\textwidth]
- plot sin(x)
+\begin{gnuplot}[scale=.8]
+ plot sin(x), cos(x)
\end{gnuplot}
\begin{gnuplot}
set grid
- set title 'gnuplottex test'
- set ylabel 'y'
- set xlabel 'x'
+ set title 'gnuplottex test $e^x$'
+ set ylabel '$y$'
+ set xlabel '$x$'
plot exp(x) with linespoints
\end{gnuplot}