discrete dynamical system



Mario Rodriguez pisze:
>> I have problem with point size. I use diffrent positive integer values 
>> but points are still small.
>>   
> 
> If you want to play with point sizes, don't use 'point_type=dot', but 
> 'point_type=filled_circle' or similar formats (type ? point_type for 
> other alternatives)

Great. Thx. It,s very important information for me. I didn't find this 
information. Is it in help or on your page ?

> 
>> Do you think about drawing only array Hits in 3D.
>> h(x,y):=Hits[fix(X),fix(Y)]/HitLimit;
>> It would be an diagram like fig 27 in "the beauty of fractals" by Peitgen.
>> Can you do it ?
>>
>>   
> Sorry, I don't have this reference at hand.

I have not found image in the internet, so I will try to desacribe it.
I have array of pixels. For each pixel there is a n integer number ( 
0<=hit<=HitLimit). I would like to draw vertical bars ( height is = 
hit/hitLimit) for each pixel.

Adam