On Sunday 22 June 2008 21:49:03 Erik Tollerud wrote: > I'm trying to adjust the font weight on some of my plots - I'd like to > have the numbers along the axis ticks be bold instead of regular font > like the default setting. The problem is, nothing I do seems to > change the font weight. I've changed everything I can font in > matplotlibrc to bold, and when I go in and explicitly look at the > XTick or YTick objects and their text properties, it even claims the > text is bold... yet the text is normal weight font when displayed on > the plot. > > A would also like to have the plot labels be bolder, as well, and I > can't seem to change that either. > > Note that I have usetex as True, and I realize that this means the > labels, at least, are rendered through TeX... but I'm not clear on how > I can change the font properties to render bold versions of all the > TeX fonts I'm using (assuming this is possible).
There is currently no support for bold ticklabels with usetex. > And I've been under > the impression that the default number formattes, at least, don't > render through TeX. I don't understand, what default number formats? When you enable usetex, tex is used to render all text. > So does anyone know how I can make all/any of my > text elemens bold? The tex option was not designed to provide all the flexibility of matplotlib's text handling. It was pretty hairy trying to support as many font properties as we currently support. Darren ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users