TGraph with empty marker

How to draw TGraph without marker at every point?

I tried to set up marker style to “nothing” (using SetMarkerStyle(x)) but it does not seem to possible. I can only set up it to some geometrical figure - dot, star, etc?

Many thanks!

graph->Daw(“AL”);

Yes, it works now. Thanks!

Good. Do not hesitate to read the doc:

root.cern.ch/doc/master/classTGraph.html
root.cern.ch/doc/master/classTGraphPainter.html