Re: [Matplotlib-users] using different font families w ith LaTeX-generated text

2007-05-13 Thread Darren Dale
On Sunday 13 May 2007 6:32:56 pm Lev Givon wrote: > 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 i

Re: [Matplotlib-users] using different font families with LaTeX-generated text

2007-05-13 Thread Lev Givon
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/matplotlibrc file) doesn't seem to

Re: [Matplotlib-users] using different font families with LaTeX-generated text

2007-05-13 Thread Lev Givon
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 generate text when the usetex se

Re: [Matplotlib-users] [Plone-Users] Installing matplotlib into Plone Python

2007-05-13 Thread John Washakie
> If you have a custom python you need to specifiy > /the/full/path/to/your/python. > > -aj AJ, complete accident to get offlist (apologies!) I have python located in: /usr/bin/python but there is also a python located in /opt/Plone-2.5.2/Python-2.4.4/bin To be honest, I have no idea which on

Re: [Matplotlib-users] [Plone-Users] Installing matplotlib into Plone Python

2007-05-13 Thread John Washakie
> > > The same steps as with any other Python installation. You take the > Python interpreter used for your Zope instance to install the package. > > -aj Not clear, If I: % python setup.py build % python setup.py install It's just going to install in the default /usr/ locations. Are you saying th