[pstricks] Is it Bug of SpecialCoor ?

Herbert Voss Herbert.Voss at fu-berlin.de
Fri Oct 19 11:14:43 CEST 2007


Atsushi Tanabe schrieb:
> Hello,
> 
> When polar coordinate(r;(coor)) that is include angle(coor) in SpecialCoor is used,
> several command doesn't work right.
> Is it bug or misuse?

{(2,2)}

\documentclass{minimal}
\usepackage{pstricks}
\SpecialCoor
\begin{document}

\psset{linecolor=blue}
\pspicture[showgrid=true](0,-1)(3,3)
\psline(1;{(2,2)})
\rput(1,0){\psline(1;{(2,2)})}
\psdots[linecolor=red,dotstyle=+,dotangle=45](1;{(2,2)})
\endpspicture

\end{document}


Herbert





More information about the PSTricks mailing list