summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-02-05 01:37:03 +0000
committerKarl Berry <karl@freefriends.org>2008-02-05 01:37:03 +0000
commite1b4deff802f0013f051f9f07cc1a4ee6953d618 (patch)
treea5dd5504803239d09f4d17b0743e81640280fd7f /Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex
parentc7bf9c35539d4441af084e9b99d68ed6efa4f404 (diff)
pgfplots update (31jan08)
git-svn-id: svn://tug.org/texlive/trunk@6502 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplotstest.tex32
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}