summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-07-23 23:32:18 +0000
committerKarl Berry <karl@freefriends.org>2011-07-23 23:32:18 +0000
commit28f6208ffd764278dee40c4ed268957291399859 (patch)
tree1a54be051607db23af0b4b399bd80132586a6d8f /Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
parent4af7ffd16f9d094878e07a99290dd7a5f1299d06 (diff)
pst-plot 1.30 (20jul11)
git-svn-id: svn://tug.org/texlive/trunk@23206 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.tex13
1 files changed, 13 insertions, 0 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 3a772db8548..e093fe90da3 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
@@ -675,6 +675,8 @@ which is LowerLeft, UpperLeft, LowerRight, and UpperRight. The values have no di
\Lkeyword{yAxisLabel} & y & label for the y-axis\\
\Lkeyword{xAxisLabelPos} & \{\} & where to put the x-label\\
\Lkeyword{yAxisLabelPos} & \{\} & where to put the y-label\\
+\Lkeyword{xlabelsep} & 5pt & labelsep for the x-axis labels\\
+\Lkeyword{ylabelsep} & 5pt & labelsep for the x-axis labels\\
\Lkeyword{llx} & 0pt & trim for the lower left x\\
\Lkeyword{lly} & 0pt & trim for the lower left y\\
\Lkeyword{urx} & 0pt & trim for the upper right x\\
@@ -725,6 +727,17 @@ can be outside of the visible \Lenv{pspicture} environment.
}
\end{lstlisting}
+
+\begin{LTXexample}[width=7cm]
+\psset{xAxisLabel=,yAxisLabel=,
+ llx=-5mm,urx=1cm,lly=-5mm,
+ xLabels={A,b,C,d,E,f,},
+ xlabelsep=-5pt}
+\begin{psgraph}{->}(5,5){6cm}{6cm}
+\end{psgraph}
+\end{LTXexample}
+
+
\subsection{The new macro \Lcs{pslegend} for \nxLenv{psgraph}}\label{pslegend}
\begin{BDef}