To create a mathtext notation, we precede a string with r, such as r'$alpha'. The following is a short code for demo:
plt.title(r'$alpha > eta$')
plt.show()
Alpha plus beta in the following plot are printed by MathTex:
To create a mathtext notation, we precede a string with r, such as r'$alpha'. The following is a short code for demo:
plt.title(r'$alpha > eta$')
plt.show()
Alpha plus beta in the following plot are printed by MathTex:
3.16.68.121