In a TMultigraph, how can i set different draw options for different Tgraphs

Hi Rooters,

I have added different graphs using TMultigraph, and want to set different draw options for each graph. Like in one graph I want to draw only symbols at the data points and in another, I want to draw a smooth line with points.
Anyone who can help me out?

ROOT Version: 6.16/00
Platform: Ubuntu 20.04


Use the option of the Add method.

And you can see the plotting options here:
https://root.cern/doc/master/classTGraphPainter.html

1 Like