Using matplotlib 0.91.2 with the current development version of
ipython on Linux with no local matplotlibrc file, I have noticed that
setting the font weight via
rc('text',fontweight='bold')
or
rc('font',weight='bold')
changes the relevant rc parameter but doesn't affect the weight of the
disp
Received from Darren Dale on Sun, May 13, 2007 at 08:13:43PM EDT:
> On Sunday 13 May 2007 6:32:56 pm Lev Givon wrote:
(snip)
> > Ah..I see what was going on; the numerical ticks are output in LaTeX
> > math mode (e.g., $123$) and therefore rendered in CM if the specified
> >
Received from Lev Givon on Sun, May 13, 2007 at 04:46:54PM EDT:
> Received from Darren Dale on Fri, May 11, 2007 at 05:29:01PM EDT:
> > On Friday 11 May 2007 12:12:37 pm Lev Givon wrote:
> > > Setting the font family with matplotlib.rc (or in my
> > > .matplotlib/matplot
Received from Darren Dale on Fri, May 11, 2007 at 05:29:01PM EDT:
> On Friday 11 May 2007 12:12:37 pm Lev Givon wrote:
> > Setting the font family with matplotlib.rc (or in my
> > .matplotlib/matplotlibrc file) doesn't seem to have any effect on the
> > font used to gen
Setting the font family with matplotlib.rc (or in my
.matplotlib/matplotlibrc file) doesn't seem to have any effect on the
font used to generate text when the usetex setting is enabled. This
seems to imply that the fonts I have listed in the font.serif,
font.sans-serif, and font.monospace settings
Received from Russell E. Owen on Wed, Nov 15, 2006 at 03:47:52PM EST:
> In article <[EMAIL PROTECTED]>,
> Lev Givon <[EMAIL PROTECTED]> wrote:
>
> > Received from Adam Mercer on Tue, Nov 14, 2006 at 03:55:15PM EST:
> > > On 14/11/06, Lev Givon <[EMAIL PRO
Received from Adam Mercer on Tue, Nov 14, 2006 at 03:55:15PM EST:
> On 14/11/06, Lev Givon <[EMAIL PROTECTED]> wrote:
>
> >I am also using Apple's X11 1.1.2 / Xfree86 4.4.0. Has anyone had any
> >success using the above Fink packages?
>
> There is a font pro
I recently tried to build/install matplotlib 0.87.7 on an Intel iMac
running Mac OS X 10.4.8 via Fink. Although the installation succeeded,
any attempts to import pylab or other modules from matplotlib result
in a segfault. Tracing python2.4 while attempting to run a script that
imports pylab indic