Fitting functions of soil hydraulic properties
It is all about Fit class of unsatfit.
For optimization.
For figures etc.
For specifying font in figures, FontProperties object can be set as self.fp. For example, set font_path as the absolute path to a font file and
import unsatfit
from matplotlib.font_manager import FontProperties
f = unsatfit.Fit()
f.fp = FontProperties(fname=font_path, size=9)
It can be used for using Japanese font.