Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jicampos committed Dec 18, 2024
1 parent fabbab1 commit 855b138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hls4ml/model/profiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def boxplot(data, fmt='longform'):

medianprops = dict(linestyle='-', color='k')
f, ax = plt.subplots(1, 1)
# data.reverse()
data.reverse()
colors = sb.color_palette("Blues", len(data))
bp = ax.bxp(data, showfliers=False, vert=False, medianprops=medianprops)
# add colored boxes
Expand Down

0 comments on commit 855b138

Please sign in to comment.