summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-22 00:02:07 +0000
committerKarl Berry <karl@freefriends.org>2013-11-22 00:02:07 +0000
commitcf2a758397881eb2b4cb75c0abf4ac00d6551e36 (patch)
treeb1abab91439ae5a7d9f09f2c00d2fe035c6ab7b5 /Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
parente8842c31c15e613f8cb08a582bdbdf889ce78dce (diff)
pst-plot (21nov13)
git-svn-id: svn://tug.org/texlive/trunk@32198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex20
1 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
index cc8b7115d50..3dffb245d5c 100644
--- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
@@ -1038,6 +1038,7 @@ redefinition, then do it for \Lcs{pst@@@hlabel} and
\Lkeyword{plotNoMax} & integer & 1 & \pageref{plotno}\\
\Lkeyword{polarplot} & boolean & \false & \pageref{polarplots}\\
\Lkeyword{PSfont} & PS font & \Lkeyval{Times-Romasn} & \pageref{values}\\
+\Lkeyword{quadrant} & integer & 4 & \pageref{quadrant}\\
\Lkeyword{subtickcolor} & color & \Lkeyval{darkgray} & \pageref{tickcolor}\\
\Lkeyword{subticklinestyle} & \Lkeyval{solid}|\Lkeyval{dashed}|\Lkeyval{dotted}|\Lkeyval{none}
& \Lkeyval{solid}&\pageref{ticklinestyle}\\
@@ -1230,7 +1231,7 @@ be set.
%--------------------------------------------------------------------------------------
-\subsection{Option \nxLkeyword{axesstyle}}\label{axesstyle}
+\subsection{Option \nxLkeyword{axesstyle}}\label{axesstyle}\label{quadrant}
%--------------------------------------------------------------------------------------
There is a new axes style \Lkeyval{polar} which plots a \Index{polar coordinate} system.
@@ -1242,12 +1243,25 @@ Syntax:
\end{lstlisting}
-
Important is the fact, that only one pair of coordinates is taken into account for
the radius. It is \emph{always} the last pair in a sequence of allowed coordinates
for the \Lcs{psaxes} macro. The other ones are ignored; they are not valid for the
polar coordinate system.
+With the optional argument \Lkeyword{quadrant} the number of drawn quadrants can be defined.
+A valid number must be between 1 and 4. Counting always starts at 1.
+
+\begin{LTXexample}[pos=r]
+\begin{pspicture}(-1,-1)(5.75,5.75)
+\psaxes[axesstyle=polar,subticks=2,
+ quadrant=1](5,5)
+\psline[linewidth=2pt]{->}(5;15)
+\psline[linewidth=2pt]{->}(2;40)
+\psline{->}(2;10)(4;85)
+\end{pspicture}
+\end{LTXexample}
+
+
\begin{LTXexample}[pos=b]
\begin{pspicture}(-3.5,-3.5)(3.5,3.5)
\psaxes[axesstyle=polar](3,3)
@@ -1268,6 +1282,8 @@ Important are the \Lkeyword{Dy} option, it defines the angle interval and \Lkeyw
the intermediate circles and lines. The number can be different for the circles (\Lkeyword{ysubticks}) and the
lines (\Lkeyword{xsubticks}).
+
+
%--------------------------------------------------------------------------------------
\subsection{Option \nxLkeyword{xyAxes}, \nxLkeyword{xAxis} and \nxLkeyword{yAxis}}\label{xyAxes}
%--------------------------------------------------------------------------------------