Skip to content

Commit

Permalink
Example of using thousands separator in show_counts (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Dec 28, 2023
1 parent 7a9aa79 commit ffd4aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/plot_generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

##########################################################################

plot(example, show_counts="{:d}")
plt.suptitle("With counts shown")
plot(example, show_counts="{:,}")
plt.suptitle("With counts shown, using a thousands separator")
plt.show()

##########################################################################
Expand Down

0 comments on commit ffd4aad

Please sign in to comment.