graphinglib.FitFromLog.add_error_curves#

FitFromLog.add_error_curves(y_error: ArrayLike | None = None, error_curves_color: str = 'default', error_curves_line_style: str = 'default', error_curves_line_width: float | Literal['default'] = 'default', error_curves_fill_between: bool | Literal['default'] = 'default') None#

Adds error curves to the Curve.

Parameters:
y_errorArrayLike, optional

Array of y errors.

error_curves_colorstr

Color of the error curves. Default depends on the figure_style configuration.

error_curves_line_stylestr

Line style of the error curves. Default depends on the figure_style configuration.

error_curves_line_widthfloat

Line width of the error curves. Default depends on the figure_style configuration.

error_curves_fill_betweenbool

Whether or not to fill the area between the two error curves. Default depends on the figure_style configuration.