Vorher (kleinere Anzeige) | Nachher (in ganzzahliger Anzeige) |
---|---|
Ändern Sie den Locator auf "1".
from matplotlib.ticker import *
ax = plt.gca()
ax.yaxis.set_major_locator(MultipleLocator(1)) #y-Achse für die x-Achse-> xaxis
matplotlib - memoring http://seesaawiki.jp/met-python/d/matplotlib#content_9_31_4