Avant (affichage mineur) | Après (en affichage entier) |
---|---|
Remplacez le localisateur par «1».
from matplotlib.ticker import *
ax = plt.gca()
ax.yaxis.set_major_locator(MultipleLocator(1)) #axe y pour l'axe des x-> xaxis
matplotlib - memoring http://seesaawiki.jp/met-python/d/matplotlib#content_9_31_4
Recommended Posts