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
If you want to write unit per meter (m^-1), use $m^{-1}$), which means -1 inbetween {}
per meter (m^-1)
$m^{-1}$)
-1
{}
Example: plt.ylabel("Specific Storage Values ($m^{-1}$)", fontsize = 12 )
plt.ylabel("Specific Storage Values ($m^{-1}$)", fontsize = 12 )