Below are some pieces of code, but I really do not know how to let ℃ shows as it should be. I think matplotlib is powerful enough to do tihs kind of job. Any experts can help me out of this dilemma?
if i==12:
plot(strain,stress,'1-',label="$1200℃$")
xlabel(r"strain/$\epsilon$",fontsize=18)
ylabel("stress/MPa",fontsize=18)
legend(bbox_to_anchor=(1.01, 1.0,0.8,0.0), loc=2, borderaxespad=0.0)
show()