pandas ticks fontsize

ax.tick_params(axis='x', labelsize=8)
ax.tick_params(axis='y', labelsize=8)
D Goglia