From 2e795879f95b599ac214952770601cae05faa2d6 Mon Sep 17 00:00:00 2001 From: Andrzej Novak Date: Fri, 18 Oct 2024 17:43:15 +0200 Subject: [PATCH] Update src/mplhep/plot.py --- src/mplhep/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mplhep/plot.py b/src/mplhep/plot.py index 8712c0f8..8edc20d3 100644 --- a/src/mplhep/plot.py +++ b/src/mplhep/plot.py @@ -409,7 +409,7 @@ def iterable_not_string(arg): ########## # Plotting return_artists: list[StairsArtists | ErrorBarArtists] = [] - +# customize color cycle assignment when stacking to match legend if stack: plottables = plottables[::-1] _chunked_kwargs = _chunked_kwargs[::-1]