How to move the fit result 'box'

hi experts,

Is there any TH1::FindObject("stats") equivalent for the fit result ‘box’ (not sure what it is called in ROOT lingo) as in the tutorial ROOT: TPaveStats Class Reference
Now I am working with linear fit to a TGraphErrors and naively used TGraphErrors::FindObject("fits") , but it did not work.


_ROOT Version:6.26.00
_Platform:conda (in Ubuntu 20.04, WSL)
_Compiler:GCC 10.4.0


I found the ‘solution’. Just use the FindObject("stats")

2 Likes

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