Hi,<br>I want to put lines at an increasing angle increments. Below is the complete <br>program:<br>===========================================<br>%!TEX TS-program = xelatex<br>\documentclass{article}<br>\usepackage{pstricks, pst-plot}<br>
\def\moj{590} %%%%% Number of iterations: change that to any number<br>\begin{document}<br><br>\begin{pspicture}(20,10)<br>\psline[linecolor=blue, linewidth=.3pt](0,-1)(0,7)%%<br><br>\multido{\ikat=0+1}{\moj}{<br>\rput{\ikat}{\psline(0,0)(6,0)}}%<br>
<br>\psline[linecolor=red, linewidth=.3pt](0,-1)(0,7)%%<br>\end{pspicture}<br><br>\end{document}<br><br>===========================================<br><br>Experimenting with large numbers of iterations (the variable "moj" in the 4th<br>
line of the program) shows that identical blue line before iteration and the red line<br>after iteration are not the same. The bigger number "moj" the more divergent <br>the lines become. When "moj" is bigger than 360 the supposedly identical lines<br>
within the iteration start to differ in length and angle as well.<br>Is it a bug in multido?<br><br>Wojciech Wieczorek<br>