|
From: Adam H. <hug...@gm...> - 2014-02-28 19:53:46
|
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? |