diff --git a/examples/plot_generated.py b/examples/plot_generated.py index f58ed39..3498d47 100644 --- a/examples/plot_generated.py +++ b/examples/plot_generated.py @@ -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() ##########################################################################