Today I found out that the reason my code wasn't porting to other people's machines is that #pyplot changed some functionality and the rcParams['text.latex.preamble'] now requires a single string, not a list of strings.
This is the problem with my "don't update or you'll break it" mentality -- everyone else is updating!
#Python #Astrodon #Matplotlib #LaTeX
