Hi all,
I have a short question:
Why does the first line (\psframe) work and the second does not?
Thanks,
Matthias
\documentclass{article}
\usepackage{pstricks-add}
\SpecialCoor
\begin{document}
\psframe(! 2 2)
\psgraph(! 2 2){.2\textwidth}{.2\textwidth}\endpsgraph
\end{document}