Re: [Matplotlib-users] TeX \textcolor in plot title: (why) does it only work for .ps output?

2013-08-14 Thread Xiha
ds: > > http://matplotlib.org/users/mathtext.html > > They give an example for an interactive backend which means it would > work with any output format in the link you provided. Could also use > \textcolor for .pdf output as well since the text rendering would use > TeX as well

[Matplotlib-users] TeX \textcolor in plot title: (why) does it only work for .ps output?

2013-08-13 Thread Xiha
Hello, I am trying to color-highlight parts of a figure title. I got it to work via the second ('non-interactive') solution given here , using TeX's \textcolor. It has the advantage (over the first solution) th