Ubah frekuensi sumbu x

start, end = ax.get_xlim()
ax.xaxis.set_ticks(np.arange(start, end, stepsize))
Terrible Tapir