|
From: Christian M. <mee...@un...> - 2006-09-14 09:34:23
|
Hoi,
I'm trying to set a label in a plot in bold and italics. Is there some way to
achieve this in matplotlib? How would I need to modify the \?? part here:
pylab.text(p[0],p[1],r'$\??{%s}$' % labels[i].replace(' ','\ '),fontsize=14)
TIA
Cheers
Christian
|