[pstricks] framing overlapping objects
Herbert Voss
Herbert.Voss at alumni.TU-Berlin.DE
Wed Aug 18 12:49:21 CEST 2004
Matthias Thomae wrote:
> Look at this case:
>
> \psframebox{
> \begin{pspicture}(-1,-1)(5,5)
> \rput[lt](1,6){\legend}
> \psaxes(0,0)(5,5)
> \listplot[plotstyle=line,showpoints=true]{\mydata}
> \end{pspicture}
> }
maybe that I do not really understand here.
You use (1,6) as upper left point, but your pspicture area is
only 5 units high ... Here is another idea
\psframebox{
\begin{pspicture}(-1,-1)(5,5)
\rput[lt](1.25,5){\scaleboxto(3,0.75){\legend}}
\psaxes(0,0)(5,5)
\listplot[plotstyle=line,showpoints=true]{\mydata}
\end{pspicture}
}
Herbert
--
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
More information about the PSTricks
mailing list