in reply to Re: Hints on hoq to create this graph?
in thread Hints on hoq to create this graph?
sub p { my($w,$v)=@_; for my $e(1..$#chars_all) { if($w**2+$v**2<($e*20/$#chars_all)**2) {return $chars_all[$e]} }' ' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Hints on hoq to create this graph?
by choroba (Cardinal) on Feb 14, 2014 at 14:46 UTC |