Draw dots

Hi,

is there any method in ROOT to draw dots?
like DrawDot( double x, double y )

Rafo

Hi,

You can use the TMarker class. See: http://root.cern.ch/root/html/TMarker.html

Cheers, Bertrand.

Thanks Bertrand,

It worked…

Rafo