diff --git a/src/mplhep/plot.py b/src/mplhep/plot.py index 947b3961..b40ea39a 100644 --- a/src/mplhep/plot.py +++ b/src/mplhep/plot.py @@ -327,7 +327,7 @@ def iterable_not_string(arg): label=_step_label, **_kwargs, ) - + if do_errors: _kwargs = soft_update_kwargs(_kwargs, {"color": _s.get_edgecolor()}) _kwargs["linestyle"] = "none"