Skip to content

Commit

Permalink
More percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
dparo committed Jan 7, 2022
1 parent 176ce71 commit 73edb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/perfprof/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_plt_ticks(lb, ub, cnt):
ub = lb + 1.0
return np.array(
[
round(x, 2)
round(x, 3)
for x in remove_duplicates_from_list(
[lb, ub] + list(np.arange(lb, ub, step=(ub - lb) / cnt))
)
Expand Down

0 comments on commit 73edb11

Please sign in to comment.