Fitting functions of soil hydraulic properties
It is all about Fit class of unsatfit.
See the source comments for detail. From version 5.4.
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.