Search found 2 matches

by mushroom20
Fri Jan 20, 2017 5:55 pm
Forum: Graphics, Figures & Tables
Topic: [pstricks] psRandom - distance to clipping object
Replies: 3
Views: 5454

[pstricks] psRandom - distance to clipping object

Thanks, Crazyhorse

with your hint, it's also working now in my case.
by mushroom20
Wed Dec 14, 2016 11:48 am
Forum: Graphics, Figures & Tables
Topic: [pstricks] psRandom - distance to clipping object
Replies: 3
Views: 5454

[pstricks] psRandom - distance to clipping object

Dear all,

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

\documentclass[a4paper]{scrbook}

\usepackage[ngerman]{babel}
\usepackage{pstricks-add}

\begin{document ...