TBrowser DrawNormalize

Hello
Is there anyway to do a DrawNormalize from the TBrowser?

Thanks

Hi,

You can try to change the following entry (e.g. for TH1) in $(ROOTSYS)/etc/system.rootrc:

[root/th1] pattern = TH1[CSFDIK] icon = h1_s.xpm h1_t.xpm action = ->Draw()
and replace [color=#0000FF]->Draw()[/color] by [color=#0000FF]->DrawNormalized()[/color]
Or create your own $(HOME)/.rootrc containing this change

Cheers, Bertrand.