Re: [Matplotlib-users] legend font weight with TeX

2011-04-05 Thread Eli Brosh
Thanks, label=r'$\bf{label1}$' worked. Regards, Eli On Tue, Apr 5, 2011 at 10:14 PM, Darren Dale wrote: > On Tue, Apr 5, 2011 at 2:51 PM, Eli Brosh wrote: > > Hello, > > > > I am using pylab with the rc parameter > > rcParams['text.usetex']=True > > > > Now, I would like to make a legend with

Re: [Matplotlib-users] legend font weight with TeX

2011-04-05 Thread Darren Dale
On Tue, Apr 5, 2011 at 2:51 PM, Eli Brosh wrote: > Hello, > > I am using pylab with the rc parameter > rcParams['text.usetex']=True > > Now, I would like to make a legend with bold fonts. > So, I tried two options: > > 1) > from matplotlib.font_manager import fontManager, FontProperties > font= Fo