display of fit parameters

Wolfgang Korsch (wkorsch@server1.pa.uky.edu)
Fri, 7 Nov 1997 09:20:46 -0500


Hi,

I use ROOT a lot producing 'Graphs' and fitting data.
I use the following procedure:

gr->TGraphErrors(...);
gr->Draw();

define fit function

gr->Fit(...);


My question: When I try to display the fit parameters using the
pull down menu, it doesn't work. How can I display the fit parameters
on my graph? Will the feature in the pull-down menu be implemented
in one of the upcoming versions?

Thanks.

Wolgang