diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex index 1543c657386..6a55a787b42 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex +++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex @@ -15,6 +15,10 @@ \ifpdf \usepackage[pdftex]{hyperref} + \pdfinfo { + /Author (Christian Feuersaenger) + } + \else \usepackage[dvipdfm]{hyperref} \def\pgfsysdriver{pgfsys-dvipdfm.def} @@ -22,10 +26,6 @@ %\def\pgfsysdriver{pgfsys-pdftex.def} \usepackage{pgfplots} -\pdfinfo { - /Author (Christian Feuersaenger) -} - \def\smallplotstest{% \addplot[smooth,blue,mark=*] plot coordinates { (-1, 1) @@ -81,6 +81,24 @@ \end{tikzpicture} \begin{tikzpicture} +\begin{axis}[width=5cm] +\smallplotstest +\end{axis} +\end{tikzpicture} + +\begin{tikzpicture} +\begin{axis}[width=\textwidth] +\smallplotstest +\end{axis} +\end{tikzpicture} + +\begin{tikzpicture} +\begin{axis}[height=\textheight,width=\textwidth] +\smallplotstest +\end{axis} +\end{tikzpicture} + +\begin{tikzpicture} \begin{axis}[ xtick={-1.5,-1,...,1.5}, ytick={-0.5,0,...,1.5}, @@ -203,6 +221,12 @@ \loglogtestplot \end{loglogaxis} \end{tikzpicture} + +\begin{tikzpicture} +\begin{loglogaxis}[title=A test title,xlabel=Dof,ylabel=Error] +\loglogtestplot +\end{loglogaxis} +\end{tikzpicture} \bibliographystyle{gerabbrv} %gerapali} %gerabbrv} %gerunsrt.bst} %gerabbrv}% gerplain} % \bibliography{literatur.bib} \end{document} |