Matplotlib - Export and Publication Quality
What will be the output of this code snippet?
import matplotlib.pyplot as plt plt.rcParams['text.usetex'] = True plt.title(r'$\int_a^b f(x) dx$') plt.show()
