summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.polar.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.polar.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.polar.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.polar.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.polar.tex
index cded9ba07af..a03994d5e80 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.polar.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.libs.polar.tex
@@ -130,8 +130,14 @@ The |polar| library also supports partial axes. If you provide |xmin|/|xmax|, yo
\end{codeexample}
Currently, the first angle must be lower than the second one. But you can employ the periodicity to get pies as follows:
+\message{Overfull hbox is OK}%
\begin{codeexample}[]
\begin{tikzpicture}
+ \begin{polaraxis}[xmin=90,xmax=270]
+ \addplot coordinates {(0,1) (90,1) (180,1) (270,1)};
+ \end{polaraxis}
+\end{tikzpicture}~%
+\begin{tikzpicture}
\begin{polaraxis}[xmin=270,xmax=420]
\addplot coordinates {(0,1) (90,1) (180,1) (270,1)};
\end{polaraxis}