Skip to content

Commit

Permalink
Revise PrintTickFormatter format string
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed May 9, 2024
1 parent aae2bf4 commit 0266d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxcalc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ def pch_graph_plot(data,
fig.yaxis.axis_label = ylabel
fig.yaxis.axis_label_text_font_size = '12pt'
fig.yaxis.axis_label_text_font_style = 'normal'
fig.yaxis[0].formatter = PrintfTickFormatter(format='%+.1f%%')
fig.yaxis[0].formatter = PrintfTickFormatter(format='%+.1f%')
return fig


Expand Down

0 comments on commit 0266d85

Please sign in to comment.