We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d70df commit f07f969Copy full SHA for f07f969
src/mplhep/plot.py
@@ -551,8 +551,8 @@ def iterable_not_string(arg):
551
)
552
553
elif flow == "show":
554
- underflow_xticklabel = f"<{flow_bins[1]:.2g}"
555
- overflow_xticklabel = f">{flow_bins[-2]:.2g}"
+ underflow_xticklabel = f"<{flow_bins[1]:g}"
+ overflow_xticklabel = f">{flow_bins[-2]:g}"
556
557
# Loop over shared x axes to get xticks and xticklabels
558
xticks, xticklabels = np.array([]), []
0 commit comments