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 | 25 |
1 files changed, 15 insertions, 10 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 770ab4eb295..48af2274cc6 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 @@ -34,6 +34,7 @@ \maketitle + \begin{abstract} This version of \LPack{pst-plot} uses the extended keyval handling of \LPack{pst-xkey} and has a lot of the macros which were recently in @@ -1168,11 +1169,13 @@ redefinition, then do it for \Lcs{pst@@@hlabel} and \Lkeyword{xEnd} & integer or empty & \{\} & \pageref{nxend}\\ \Lkeyword{xLabels} & list & \{\Lcs{empty}\} & \pageref{xLabels}\\ \Lkeyword{xlabelFactor} & anything & \{\Lcs{@empty}\} & \pageref{labelfactor}\\ +\Lkeyword{xlabelFontSize} & macro & \{\} & \pageref{labelfontsize}\\ \Lkeyword{xlabelOffset} & length & 0 & \pageref{labelOffset}\\ \Lkeyword{xlabelPos} & \Lkeyval{bottom},\Lkeyval{axis},\Lkeyval{top} & \Lkeyval{bottom} & \pageref{labelpos}\\ \Lkeyword{xLabelsRot} & angle & 0 & \pageref{xLabels}\\ \Lkeyword{xlogBase} & integer or empty & \{\} & \pageref{xlogbase}\\ +\Lkeyword{xmathLabel} & boolean & \false & \pageref{labelfontsize}\\ \Lkeyword{xticklinestyle} & \Lkeyval{solid}|\Lkeyval{dashed}|\Lkeyval{dotted}|\Lkeyval{none} & \Lkeyval{solid} & \pageref{ticklinestyle}\\ \Lkeyword{xStart} & integer or empty & \{\} & \pageref{nxstart}\\ @@ -1195,11 +1198,13 @@ redefinition, then do it for \Lcs{pst@@@hlabel} and \Lkeyword{yEnd} & integer or empty & \{\} & \pageref{ystartend}\\ \Lkeyword{yLabels} & list & \{\Lcs{empty}\} & \pageref{xLabels}\\ \Lkeyword{ylabelFactor} & literal & \{\Lcs{empty}\} & \pageref{labelfactor}\\ +\Lkeyword{ylabelFontSize} & macro & \{\} & \pageref{labelfontsize}\\ \Lkeyword{ylabelOffset} & length & 0 & \pageref{labelOffset}\\ \Lkeyword{ylabelPos} & \Lkeyval{left}|\Lkeyval{axis}|\Lkeyval{right} & \Lkeyval{left} & \pageref{labelpos}\\ \Lkeyword{xLabelsRot} & angle & 0 & \pageref{xLabels}\\ \Lkeyword{ylogBase} & integer or empty & \{\} & \pageref{ylogbase}\\ +\Lkeyword{ymathLabel} & boolean & \false & \pageref{labelfontsize}\\ \Lkeyword{yMaxValue} & real & 1.e30 & \pageref{yMaxValue}\\ \Lkeyword{yMinValue} & real & -1.e30 & \pageref{yMaxValue}\\ \Lkeyword{yStart} & integer or empty & \{\} & \pageref{ystartend}\\ @@ -1425,7 +1430,7 @@ lines (\Lkeyword{xsubticks}). % \begin{pspicture}(-3.5,-3.5)(3.5,3.5) \psaxes[axesstyle=polar,subticklinestyle=dashed,subticks=2, - labelFontSize=\scriptstyle](3,360) + xlabelFontSize=\scriptstyle](3,360) \psplot[polarplot,algebraic,linecolor=red,linewidth=2pt, plotpoints=2000]{0}{TwoPi}{6*sin(x)*cos(x)} \end{pspicture} @@ -1440,7 +1445,7 @@ lines (\Lkeyword{xsubticks}). % \begin{pspicture}(-3.5,-3.5)(3.5,3.5) \psaxes[axesstyle=polar,subticklinestyle=dashed,subticks=2, - labelFontSize=\scriptstyle](3,360) + ylabelFontSize=\scriptstyle](3,360) \psplot[polarplot,algebraic,linecolor=red,linewidth=2pt, plotpoints=2000]{0}{TwoPi}{6*sin(x)*cos(x)} \end{pspicture} @@ -1576,18 +1581,18 @@ taken into account for \Lkeyval{axis}. %-------------------------------------------------------------------------------------- -\subsection{Options \nxLkeyword{labelFontSize} and \nxLkeyword{mathLabel}}\label{labelfontsize} +\subsection{Options \nxLkeyword{x|ylabelFontSize} and \nxLkeyword{x|ymathLabel}}\label{labelfontsize} %-------------------------------------------------------------------------------------- This option sets the horizontal \textbf{and} vertical font size -for the labels depending on the option \Lkeyword{mathLabel} for the +for the labels depending on the option \Lkeyword{mathLabel} (\Lkeyword{xmathLabel}/\Lkeyword{ymathLabel}) for the text or the math mode. It will be overwritten when another package or a user defines \begin{lstlisting}[style=syntax] -\def\pshlabel#1{\labelFontSize ...} -\def\psvlabel#1{\labelFontSize ...} -\def\pshlabel#1{$\labelFontSize ...$}% for mathLabel=true (default) -\def\psvlabel#1{$\labelFontSize ...$}% for mathLabel=true (default) +\def\pshlabel#1{\xlabelFontSize ...} +\def\psvlabel#1{\ylabelFontSize ...} +\def\pshlabel#1{$\xlabelFontSize ...$}% for mathLabel=true (default) +\def\psvlabel#1{$\ylabelFontSize ...$}% for mathLabel=true (default) \end{lstlisting} in another way. Note that for \Lkeyword{mathLabel}=\true the font size must be set by one of the mathematical styles \Lcs{textstyle}, @@ -1602,7 +1607,7 @@ must be set by one of the mathematical styles \Lcs{textstyle}, \psaxes[labelFontSize=\footnotesize]{->}(5,2.25) \end{pspicture}\\[20pt] \begin{pspicture}(-0.25,-0.25)(5,2.25) -\psaxes[labelFontSize=\footnotesize]{->}(5,2.25) +\psaxes[xlabelFontSize=\footnotesize]{->}(5,2.25) \end{pspicture}\\[20pt] \end{LTXexample} @@ -1612,7 +1617,7 @@ must be set by one of the mathematical styles \Lcs{textstyle}, \end{pspicture}\\[20pt] \psset{mathLabel=true} \begin{pspicture}(-0.25,-0.25)(5,2.25) -\psaxes[labelFontSize=\scriptscriptstyle]{->}(5,2.25) +\psaxes[ylabelFontSize=\scriptscriptstyle]{->}(5,2.25) \end{pspicture}\\[20pt] \end{LTXexample} |