[pstricks] polar grid within a square

Buddy Ledger buddyledger at gmail.com
Thu Apr 23 18:21:47 CEST 2009


There is a simpler example here: (The protractor)
http://tug.org/PSTricks/main.cgi?file=Examples/polar

I think if you modify as below.  You should produce a nice grid.  I didn't
test this if there are errors look to the example.

Buddy

\documentclass{article}
\usepackage{pstricks,multido}
\SpecialCoor
\begin{document}
\begin{pspicture}(-6,-6)(6,6)
    \pscircle{5}
    \multido{\i=10+10}{36}{%
        \rput{\i}(5.2;\i){\i}
        \psline(0;\i)(5;\i)}
\end{pspicture}
\end{document}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/pstricks/attachments/20090423/097bf730/attachment.html 


More information about the PSTricks mailing list