Re: [Matplotlib-users] Problem using TeX

2010-01-30 Thread Florian Lindner
Am Freitag, 29. Januar 2010 21:00:04 schrieb Sebastian Busch: > Florian Lindner wrote: > > Hello, > > > > I try to use LaTeX in my plot > > > > flor...@horus:~> cat .matplotlib/matplotlibrc > > text.usetex: true > > > > My plotting code looks like: > > > > Ma = arange(1.0, 5.0, 0.01

Re: [Matplotlib-users] Problem using TeX

2010-01-29 Thread Eric Firing
Florian Lindner wrote: > Hello, > > I try to use LaTeX in my plot. I follow the instructions from > http://www.scipy.org/Cookbook/Matplotlib/UsingTex > > flor...@horus:~> cat .matplotlib/matplotlibrc > text.usetex: true > > My plotting code looks like: > > Ma = arange(1.0, 5.0, 0.01) >

Re: [Matplotlib-users] Problem using TeX

2010-01-29 Thread Sebastian Busch
Florian Lindner wrote: > Hello, > > I try to use LaTeX in my plot > > flor...@horus:~> cat .matplotlib/matplotlibrc > text.usetex: true > > My plotting code looks like: > > Ma = arange(1.0, 5.0, 0.01) > Ts = [T(i) for i in Ma] # BTW: Is there a way to spare this line? not sure what

Re: [Matplotlib-users] Problem using TeX formatting in labels

2007-04-05 Thread Adrian Down
Hi Brian, I wouldn't doubt that this is a path issue. The other path issues that I've had installing python and then the requisite libraries seems to be endless. I'm using Mac OSX.4, a Powerbook but not an Intel-based Mac (as far as I know... its several years old). My ~/.profile is actually em

Re: [Matplotlib-users] Problem using TeX formatting in labels

2007-04-05 Thread Darren Dale
Hi Adrian, On Thursday 05 April 2007 09:01:55 am Adrian Down wrote: > I am getting an error when I try to use any TeX formatting in plot > labels. There is an example below. I don't know if its relevant, but > I can only use the "latex" command in my OSX terminal. If I try > "latex sample.tex"