Beschränken Sie die Zecken auf Ganzzahlen Matplotlib

    from pylab import MaxNLocator

    ya = axes.get_yaxis()
    ya.set_major_locator(MaxNLocator(integer=True))
Real Raccoon