Re: [Matplotlib-users] problem with new colorbar and extend, keyword

2006-06-28 Thread Donald Lucas
> Now on to the bug. There seems to be a problem in the new colorbar > with the extend keyword in matplotlib version 0.87.3. > > The colors/labels on the colorbar are screwed up if I do contourf > plots of arrays in which all of the values are below the minimum > contour or above the maximum contou

Re: [Matplotlib-users] Bug report

2006-06-28 Thread Tony Mannucci
John, Thanks for the answer. My prime mistake was to assume that matlab behavior is mimicked in matplotlib. (I am not saying it should be!). matlab has a Line object and this includes the markers. So, what I called "bugs" was based on a false expectation. The matlab version of the code will pr

Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-28 Thread Alan G Isaac
On Wed, 28 Jun 2006, James Carroll apparently wrote: > My final distribution is 47MB in 840 files. Does anyone > have an example that does even better? I think PyInstaller is supposed to help with this problem: http://pyinstaller.hpcf.upr.edu/ But I have not used it. Cheers, Alan Isaac Us

Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-28 Thread James Carroll
On 6/28/06, Géza Groma <[EMAIL PROTECTED]> wrote: > Using Matplotlib 0.87.3 (wxAgg backend), NumPy 0.9.8, SciPy 0.4.9, > wxPython unicode.2.6.3.2, python 2.4.3 the following setup.py worked > well with py2exe 0.6.5 on Widows XP: > I followed your example, and had some luck. Thanks. My final dist

Re: [Matplotlib-users] last version that worked well with py2exe?

2006-06-28 Thread Géza Groma
Using Matplotlib 0.87.3 (wxAgg backend), NumPy 0.9.8, SciPy 0.4.9, wxPython unicode.2.6.3.2, python 2.4.3 the following setup.py worked well with py2exe 0.6.5 on Widows XP: #-- from distutils.core import setup import py2exe import glob d

[Matplotlib-users] requirements

2006-06-28 Thread Alan Isaac
http://matplotlib.sourceforge.net/installing.html "matplotlib requires at a minimum python 2.2+, Numeric or numarray and freetype." Should mention numpy... fwiw, Alan Isaac Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pr

[Matplotlib-users] last version that worked well with py2exe?

2006-06-28 Thread James Carroll
Hi I read on the py2exe wiki that the 0.83 line creates huge distributions because of trouble excluding backends that are not wanted. ( http://starship.python.net/crew/theller/moin.cgi/MatPlotLib ) I do need to have a small distribution on windows. Which version of matplotlib was the last to pl

[Matplotlib-users] problems compiling 0.87.3

2006-06-28 Thread David Chin
Hi, I'm trying to compile 0.87.3 on a RedHat Enterprise Server 4, but I'm running into C++ compilation errors with one of the numpy headers. Here are versions of various requirements: gcc 3.4.3 python 2.4.2 numpy 0.9.8 pygtk 2.8.6 The errors I'm getting are something like: running build_ext bui

[Matplotlib-users] White squares in Unicode strings

2006-06-28 Thread Jose Gomez-Dans
Hi!I have some unicode strings to insert accents into plot titles, axes and labels. As output, I produce both PNGs and EPS files. I don't select any backend (I guess TKAgg is chosen by default), and run the program on Windows. I use matplotlib 0.87.Anyway, the problem is that in the EPS files, the

Re: [Matplotlib-users] Mac OS X - Problem when saving figures in eps

2006-06-28 Thread Marquardt, Colin
Title: Re: [Matplotlib-users] Mac OS X - Problem when saving figures in eps John Hunter <[EMAIL PROTECTED]> writes: > What appears to be happening is that mpl is finding and using a > native os x font rather than the Vera fonts that mpl ships with. Maybe it would be worth shipping the Deja

Re: [Matplotlib-users] Mac OS X - Problem when saving figures in eps

2006-06-28 Thread Benoit Donnet
BTW, I have to use TeX with mpl otherwise it does not work. rc('text', usetex=True) Benoit Benoit Donnet a écrit : > Hello John > >> I am 99% sure this is a font problem. matplotlib embeds the truetype > > Nice intuition. I didn't think about any font problem. I was > expecting some confi