I would like to draw a certain amount of dots or circles randomly arranged in an ellipse. So I used the command \psRandom from the package pstricks-add and got the following result
Code: Select all
\documentclass[a4paper]{scrbook}
\usepackage[ngerman]{babel}
\usepackage{pstricks-add}
\begin{document}
\begin{pspicture}(4,4)
\definecolor{orange}{cmyk}{0,0.61,0.87,0.001}
\psgrid[gridcolor=orange, gridwidth=0.5pt,subgridwidth=0.1pt, subgridcolor=orange,subgriddiv=10]
\psRandom[dotsize=0.5mm, randomPoints=500](1.9,1)(2.9,2){%
\psellipse[linestyle=none](2.5,1.5)(0.5,0.3)}
\end{pspicture}
\end{document}
I posted the issue also in http://golatex.de/pstricks-psrandom-abs ... 18455.html in german.
Thanks
Markus