[pstricks] How do xAxisLabelPos and yAxisLabelPos work?

Denis Bitouzé dbitouze at wanadoo.fr
Wed Jun 4 11:27:03 CEST 2008


Le mercredi 04/06/08 à 10h43,
Herbert Voss <Herbert.Voss at FU-Berlin.DE> a écrit :

> \begin{psgraph}[Dx=50,dx=1cm,Ox=350,Dy=0.1,dy=1cm,Oy=0.6](0,0)(650,1.2){13cm}{11cm}%
> 
> then the absoute values are correct.

[Sorry, message sent before I finished to write it]

I guess you mean that the absolute values that are more or less (?) the
half of xLength and yLength are correct, as in the following minimal
example:

\documentclass{article}
\usepackage{pstricks-add}
\pagestyle{empty}
\begin{document}
\psset{xAxisLabel=x-Axes,xAxisLabelPos={6cm,-1cm},yAxisLabel=y-Axes,yAxisLabelPos={-1.5cm,5cm}}
\begin{psgraph}[Dx=50,dx=1cm,Ox=350,Dy=0.1,dy=1cm,Oy=0.6](0,0)(650,1.2){13cm}{11cm}%
\end{psgraph}
\end{document}

> I have to look into the code what goes wrong. May take some time,
> the next days are very busy ...

OK.

> the problem of pstricks-add is the number of optional arguments, which
> are really increasing and moving to \infty ... :-)
> I will see, what makes sense.

OK but what about setting, in psgraph environment the axis options in a
usual \psaxes command?

> thanks for the report

You're welcome.
-- 
Denis




More information about the PSTricks mailing list