Fitting Aesthetics

hello,
I wanted to ask if there is an easy way to fit in a certain interval but draw the fitted function also outside of this interval.
Please excuse me if this was solved in a previous post or in the tutorials, but i couldn’t find anything on my own.
Thank you very much,
Davide

simply call mytf1.SetRange(xmin,xmax) after the fit

Rene

thank you very much, worked like a charm.
Davide