smpl.plot.plot_kwargs

smpl.plot.plot_kwargs(kwargs)[source]

Set default plot_kwargs() if not set.

plot_kwargs

default

description

params None Initial fit parameters ============== ============= =========================================================================================================================================== fixed_params True Enable fixing parameters by choosing the same-named variables from kwargs. maxfev 10000 Maximum function evaluations during fitting. epsfcn 0.0001 Suitable step length for jacobian approximation. xvar None Variable in fit function parameters that corresponds to the x axis. If it is None the last of the alphabetical sorted parameters is used. autotqdm True Auto fitting display tqdm fitter Fitter.AUTO Choose from Fitter`s.                                                                                                               ============== ============= =========================================================================================================================================== Set default :func:`data_kwargs if not set.

data_kwargs

default

description