Skip to content

Commit

Permalink
clean up -- pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Nov 8, 2023
1 parent dca315b commit d233ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/graphics/portrait_plot/portrait_plot_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def annotate_heatmap(
kw.update(color=textcolors[int(data[i, j] > threshold)])
text = ax.text(j + 0.5, i + 0.5, valfmt(annotate_data[i, j], None), **kw)
texts.append(text)

return ax


Expand Down

0 comments on commit d233ad5

Please sign in to comment.