I'm having problems to simply set 'bold' the font weight of some
annotations. Tryin'this:
fig = plt.figure(frameon=False)
ax = plt.gca()

font = matplotlib.font_manager.FontProperties(family='Tahoma', weight='extra
bold', size=12)

annotation_total = ax.annotate('Total:', xy=(0, -320), xycoords='axes
points', horizontalalignment='left', verticalalignment='top',
fontproperties=font)
The Family and Size work perfectly, only weight is ignored.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to