Data plot

Hi I am start moving from paw to root. I have a txt file with three columns of data and I want to make a dot plot with root, but I didn’t find any thing in root manual and tutorial.
I need root to read this ascii file.

Can you help me?

Thanks.

Check the User’s Guide chapter on TTree.
Create a TTree by using TTree::ReadFile.

Cheers,
Philippe.