I want to label my x axis at follows :
pylab.xlabel(\'metres 10^1\')
But I don\'t want to have the ^ symbol included .
pyla
Alternatively, in python 3.6+, you can generate Unicode superscript and copy paste that in your code:
ax1.set_ylabel('Rate (min⁻¹)')