Hello, Everyone. What is the best way to draw a single point in ROOT? (Not Graph)
Thanks in advance.
Hello, Everyone. What is the best way to draw a single point in ROOT? (Not Graph)
Thanks in advance.
Hi,
you can try TMarker:
TMarker m(.5,.5,22);
m.Draw();
Cheers,
D