On Mon, 25 May 2015, Volker Braun wrote:

Looks like a bug in matplotlib's internal TeX processor. It does understand
e.g. \curlyvee which, one would have thought, is more obscure. 

OK. Somebody wants to open ticket for them?

At least this works with newest version available for Fedora 21, so it not just missing font (or has been corrected):

import numpy as np
from matplotlib.pyplot import figure, show
fig = figure()
ax = fig.add_subplot(111, axisbg='y')
ax.set_title(r'$A \wedge B \vee C$')
show()

--
Jori Mäntysalo

Reply via email to