When plotting with matplotlib
In such a case, use xticks to get the label and You can edit it and write it back.
xticks, strs = pylab.xticks() pylab.xticks(xticks, ["%d" % x for x in 10 * xticks])
Recommended Posts