Style: remove stats box from only one pad

Hello,

I have a canvas that contains six pads. I would like to remove the stats box only in one of them, keeping it in the others.

The only way that I know in which I can remove the stats box is using

but this removes it from the other pads as well, and even from other canvases.

Is there a way to remove the stats box only in a certain pad?

Regards,
Estela

I don’t know about a pad or a canvas, but you can do it for a histogram:

root.cern.ch/root/html/TH1.html#TH1:SetStats

Thanks a lot,

this produces the effect that I need.

Cheers,
Estela

1 Like