graphinglib.FitFromFOTF.show_residual_curves#
- FitFromFOTF.show_residual_curves(sigma_multiplier: float = 1, color: str = 'default', line_width: float | Literal['default'] = 'default', line_style: str = 'default') None #
Displays two curves
"sigma_multiplier"
standard deviations above and below the fit curve.- Parameters:
- sigma_multiplierfloat
Distance in standard deviations from the fit curve. Default is 1.
- colorstr
Color of the residual curves. Default depends on the
figure_style
configuration.- line_widthfloat
Line width of the residual curves. Default depends on the
figure_style
configuration.