intro-to-python
intro-to-python copied to clipboard
Matplotlib Bar Charts - Removing Scientific Notation
... in the Chart Gallery exercise. Some students were seeing scientific notation to represent the large numbers. And said they were able to solve this with code like:
plt.gcf().axes[0].xaxis.get_major_formatter().set_scientific(False)