Skip to content

Commit

Permalink
#8 change precision to be 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangyixue1537 committed Mar 15, 2024
1 parent d0451c1 commit e724931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rick.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def bar_chart_stacked_on_top(data_in, xlab, lab1, lab2, **kwargs):

xmin = kwargs.get('xmin', 0)
xmax = kwargs.get('xmax', None)
precision = kwargs.get('precision', -1)
precision = kwargs.get('precision', 1)
percent = kwargs.get('percent', False)

xmax_flag = True
Expand Down

0 comments on commit e724931

Please sign in to comment.