With commit 2811faf the format of the bin edge labels for histograms was changed to exponential format. The application I want to use, https://github.com/ycrc/seff-array, mainly produces bin labels which are percentages, e.g.
CPU Efficiency (%)
---------------------
+0.00e+00 - +1.00e+01 [ 1] ███▋
+1.00e+01 - +2.00e+01 [ 0]
+2.00e+01 - +3.00e+01 [ 0]
+3.00e+01 - +4.00e+01 [ 0]
+4.00e+01 - +5.00e+01 [ 0]
+5.00e+01 - +6.00e+01 [ 0]
+6.00e+01 - +7.00e+01 [ 0]
+7.00e+01 - +8.00e+01 [ 9] ████████████████████████████████▊
+8.00e+01 - +9.00e+01 [11] ████████████████████████████████████████
+9.00e+01 - +1.00e+02 [ 0]
Here the exponential format makes the labeling rather unclear.
Would it be possible to make this configurable?
With commit 2811faf the format of the bin edge labels for histograms was changed to exponential format. The application I want to use, https://github.com/ycrc/seff-array, mainly produces bin labels which are percentages, e.g.
Here the exponential format makes the labeling rather unclear.
Would it be possible to make this configurable?