|
From: Adam H. <hug...@gm...> - 2014-02-28 20:21:00
|
Sorry, it seems that I didn't have dvipng installed correctly! On Fri, Feb 28, 2014 at 2:53 PM, Adam Hughes <hug...@gm...> wrote: > Hi, > > In an IPython notebook, I've changed several setting in both the > notebook's style and the plotting style. I noticed that when I change the > usetex option in the rcparams: > > *rcParams['text.usetex'] = True * > > Then I add an integral sign as text to a plot (either title or axis label) > > *plt.title($\int_0^\infty$)* > > The integral symbol is not rendered. Changing usetex to false results in > properly rendering. > > Can anyone reproduce this? > > |