How to set TPad as transparent?

Hi,
I tried
legend = rt.TPad(“legend”,“legend”,0.6,0.4,0.9,0.6 )
legend.SetFillColor(0)
legend.SetLineColor(rt.kWhite)
legend.Draw()
legend.cd()

but the Pad is still white, not transparent.
Do you have a solution?

Jen

This was solved in one of your posts last year:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.