|
From: Philipp B. <li...@ro...> - 2010-02-14 17:48:15
|
Hi Nico,
I didn't test it, but maybe with something like that:
rc('text', usetex=True)
[taken from
http://matplotlib.sourceforge.net/plot_directive/mpl_examples/pylab_examples/tex_demo.py]
ax.set_xticks((-pi,pi))
ax.set_xticklabels(('$-\pi$','$\pi$'))
[taken from
http://matplotlib.sourceforge.net/examples/pylab_examples/integral_demo.html]
Cheers,
Philipp
|