Matplotlib - Export and Publication Quality
What will happen if you run this code?
import matplotlib.pyplot as plt
plt.rcParams['text.usetex'] = True
plt.xlabel('$\frac{a}{b}$')
plt.show()