Hi Rooters,
I’d like know if there is a method to fill the area under TGraph, from line of graph until the x axis, because the fill area option (“f”) when I draw the graph didn’t fill the area until the axis.
thank you a lot for the help
Hi Rooters,
I’d like know if there is a method to fill the area under TGraph, from line of graph until the x axis, because the fill area option (“f”) when I draw the graph didn’t fill the area until the axis.
thank you a lot for the help
Add two artificial points (prepend one with x = xmin and append another one with x = xmax, both with y = 0).