[pstricks] polar grid within a square

Hom Nath Gharti hng.email at gmail.com
Thu Apr 23 18:38:53 CEST 2009


Thanks a lot.
Hom Nath

On Thu, Apr 23, 2009 at 6:21 PM, Buddy Ledger <buddyledger at gmail.com> wrote:

> 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}
>
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/pstricks/attachments/20090423/a87cc28a/attachment.html 


More information about the PSTricks mailing list