Python Pylab, how to alter the size of the label specifying the magnitude of the axes
问题 I am attempting to plot differential cross-sections of nuclear decays and so the magnitudes of the y-axis are around 10^-38 (m^2) pylab as default plots the axis as 0.0,0.2,0.4... etc and has a '1e-38' at the top of the y-axis. I need to increase the font size of just this little bit, I have tried adjusting the label size py.tick_params(axis='y', labelsize=20) but this only adjusts the labels 0.0,0.2,0.4.... Many thanks for all help 回答1: You can access the text object using the ax.yaxis.get