Skip to content

Commit

Permalink
Update src/mplhep/plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejnovak authored Oct 18, 2024
1 parent c936b53 commit 2e79587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mplhep/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2e79587

Please sign in to comment.