MATLAB: How to extend the fit in histfit? (red line doesn’t continue past a certain point)

gammahistogram

I'm trying to use a gamma fit, or at times a generalized-pareto distribution fit to my histogram data. However, the fit doesn't seem to extend as for as my data goes on the x-axis. Are there options within this histfit function call I should be using? Or do I need to do pd = fitdist(data, 'gamma'). And then use that pd object to fit a distribution with my original x range?

Best Answer

See my answer (and ensuing comment) to effectively the same question here. Looking inside the histfit function, it seems that it plot the fit out to 3 sigma.