Re: [Matplotlib-users] noob questions

2007-05-24 Thread Jesper Larsen
Hi Trevis, On Wednesday 23 May 2007 17:17, Trevis Crane wrote: > 1) It's pretty easy to include text on a graph, but are LaTex strings > supported? That is, I want to write something like this on my plot: > '\Phi_0 = blah...'. When passing a LaTex command as part of text string > to be written

Re: [Matplotlib-users] noob questions

2007-05-23 Thread John T Whelan
On Wed, 23 May 2007, Trevis Crane wrote: > 2) How do I format how tick mark labels are displayed? I have a plot > whose x-axis runs from 0 to 8.5e-5. But the tick mark labels are > 0,0.1,0.2,0.3... This is rather unsightly, but I haven't > found a way to specify the format of these

Re: [Matplotlib-users] noob questions

2007-05-23 Thread Darren Dale
On Wednesday 23 May 2007 11:17:14 am Trevis Crane wrote: > I have two questions about matplotlib. > > 1) It's pretty easy to include text on a graph, but are LaTex strings > supported? That is, I want to write something like this on my plot: > '\Phi_0 = blah...'. When passing a LaTex command as

[Matplotlib-users] noob questions

2007-05-23 Thread Trevis Crane
Hi, I'm fairly new to using matplotlib having just stopped using Matlab and started using Python. I have two questions about matplotlib. 1) It's pretty easy to include text on a graph, but are LaTex strings supported? That is, I want to write something like this on my plot: '\Phi_0 = blah