I'm absolutely new to pstricks and have some trouble with the \uput. I played around with it a little bit, but I just can't figure it out. Here is a little bit of the code I wrote:
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage{pstricks}
\begin{document}
\begin{pspicture}(-5,-5)(5,5)
%\SpecialCoor
\qdisk(1,1){2pt}
\uput[ur](1,1){$P_1$}
\end{pspicture}
\end{document}
Another thing is that using [45] instead of [ur] doesn't work at all.
Can anyone explain me that?