If I want some special characters in my title I can do something like the following. plt.title(r'$\lambda$')
However, I would like to use a dict which helps pick between different strings. So I was wondering if it is possible to parse those?
e.g.
a = '$\lambda$'
plt.title(r a)