[Matplotlib-users] "Pick"-ing axis labels or tick labels

2007-05-23 Thread Anthony M. Floyd
Hi All, I'm trying to respond to double-click events on axis labels and tick labels. I'm using the wxAgg backend, and matplotlib directly, not through pylab. The matplotlib panels are wrapped into a bigger program. Based on an thread between Andrea Gavana and Chris Barker back in Feb 06, I hack

[Matplotlib-users] matplotlibrc not taking effect

2007-05-23 Thread Jeff Peery
hello, I'm tinkering with my matplotlibrc file and the changes are not taking effect. specifically I'm changing the hspace and wspace between subplots... although none other options seem to take effect either. I put the matplotlibrc file in my working directory with my script. I also tried makin

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