[Matplotlib-users] tick label hiding problem

2006-08-24 Thread Michael Fitzgerald
Hi all, Sometime in the past couple months, there's been a change in SVN that's causing me problems when trying to hide tick labels. I think the problem is related to the get_xticklabels()/get_yticklabels() methods of the Axes class, in that they only return a list consisting of a single tick

[Matplotlib-users] color normaliztion for an contourf plot

2006-08-24 Thread Jordan Dawe
So I have a contourf plot and I am resetting the ylims so as to only display a subset of the full contourf plot. Is there anyway to set norm and the colorbar so they take their colormapping settings using the data currently on display? By which I mean: the full dataset has a range of 260-320.

Re: [Matplotlib-users] py2exe setup script

2006-08-24 Thread jenny
Hi Charlie, Jenny here. I'm trying to make an executable of my python program that uses MatPlotLib. I tried your example below and I got this kind of error when I ran the exe. I'm using python 2.3.3, MatPlotLib 0.87.3 and py2exe 0.6.5. I really need to use the MatPlotLib don't know what to do. T

Re: [Matplotlib-users] mathtext2

2006-08-24 Thread Darren Dale
On Thursday 24 August 2006 15:03, [EMAIL PROTECTED] wrote: > Itś working now, thanks. Just a remark why the fonts must be in mpl-data > and why matplotlib is not using the fonts who are in the system? It's a bug. Edin said he would work on it. > Le jeudi 24 août 2006 13:56, vous avez écrit : > >

Re: [Matplotlib-users] mathtext2

2006-08-24 Thread humufr
Itś working now, thanks. Just a remark why the fonts must be in mpl-data and why matplotlib is not using the fonts who are in the system? N. Le jeudi 24 août 2006 13:56, vous avez écrit : > On Thursday 24 August 2006 13:42, [EMAIL PROTECTED] wrote: > > Hello, > > > > I saw that mathtext2 wa

Re: [Matplotlib-users] mathtext2

2006-08-24 Thread Darren Dale
On Thursday 24 August 2006 13:42, [EMAIL PROTECTED] wrote: > Hello, > > I saw that mathtext2 was include in the svn, I try to test it but even the > demo is not working with the error message: > > > > ValueError: unrecognized symbol "\frac3" > WARNING: Failure executing file: The demo doesn

[Matplotlib-users] graph not always shown

2006-08-24 Thread Kenny Ortmann
Hey guys I am creating an application that deals with a few graphs, but it does other things also. What I would like to do is to have a wx.Panel that takes some input from the user, and then when I get the information I plot some data. The user picks a start and finish point on the graph and then

[Matplotlib-users] mathtext2

2006-08-24 Thread humufr
Hello, I saw that mathtext2 was include in the svn, I try to test it but even the demo is not working with the error message: ValueError: unrecognized symbol "\frac3" WARNING: Failure executing file: N. - Usin