graphinglib.FitFromFOTF.add_errorbars#
- FitFromFOTF.add_errorbars(x_error: TypeAliasForwardRef('ArrayLike') | None = None, y_error: TypeAliasForwardRef('ArrayLike') | None = None, cap_width: float | Literal['default'] = 'default', errorbars_color: str = 'default', errorbars_line_width: float | Literal['default'] = 'default', cap_thickness: float | Literal['default'] = 'default') None#
Adds errorbars to the
Curve.- Parameters:
- x_error, y_errorArrayLike, optional
Arrays of x and y errors. Use one or both.
- cap_widthfloat
Width of the errorbar caps. Default depends on the
figure_styleconfiguration.- errorbars_colorstr
Color of the errorbars. Default depends on the
figure_styleconfiguration.- errorbars_line_widthfloat
Width of the errorbars. Default depends on the
figure_styleconfiguration.- cap_thicknessfloat
Thickness of the errorbar caps. Default depends on the
figure_styleconfiguration.