April 2018
Beginner to intermediate
300 pages
7h 34m
English
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 > \beta$')plt.show()
Alpha plus beta in the following plot are printed by MathTex:

Read now
Unlock full access