diff options
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.tex | 13 |
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} |