[Matplotlib-users] Possible bug

2006-06-29 Thread Nils Wagner
I am using the latest svn version of mpl Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/matplotlib/backend_bases.py", line 1562, in zoom widgets.release(self) AttributeError: 'module' object has no attribute 'release' Nils Using Tomcat but need to do more? N

Re: [Matplotlib-users] Bug report

2006-06-29 Thread Tony Mannucci
John, They do behave independently. This is about default behavior. Here are some examples (unverified), that assume some standard matplotlib rc file. Ex 1: No color specified. MPL and matlab result: both line and marker edge have same default color. Ex 2: Set the color with the plot command,

Re: [Matplotlib-users] color bar with non-linear spacing

2006-06-29 Thread David Huard
Hi Jim, I guess you'd have to write a custom palette dictionnary do to that. If you already have a GMT file, check the link www.scipy.org/Cookbook/Matplotlib/Loading_a_colormap_dynamically You could also take a cpt file you like, see for example http://pdfb.wiredworkplace.net/cpt-city/www/cb/seq/in

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

2006-06-29 Thread Alan Isaac
On Thu, 29 Jun 2006, James Carroll wrote: > PyInstaller looks intriguing, but the traffic on their > mailing list makes me think that it doesn't have enough > users (& therefore developers) yet. I want to stay on the > well-traveled-paths where I can find them. Understood. But do not overlo

[Matplotlib-users] color bar with non-linear spacing

2006-06-29 Thread James Boyle
I am interested in producing a color map and accompanying colorbar with non-linear (arbitrary) spacing. My intent is like the attached color bar in which the increments are monotonic but vary in size. There might be an easy way to do this but it is not apparent to me. --Jim Using Tomcat but

[Matplotlib-users] problems with vlines after upgrading to 0.87.3

2006-06-29 Thread Oliver Tomic
Hi list, Platform: Windows XP upgrading from matplotlib 0.83.1 to 0.87.3 On my PC the vline_demo.py from the examples doesn't work anymore after upgrading from 0.83.1 to 0.87.3. I use vlines in my application where I get the same type of error. It worked just fine with 0.83.1. Traceback (mo

[Matplotlib-users] problems with vlines after upgrading to 0.87.3

2006-06-29 Thread Oliver Tomic
Hi list, Platform: Windows XP upgrading from matplotlib 0.83.1 to 0.87.3 On my PC the vline_demo.py from the examples doesn't work anymore after upgrading from 0.83.1 to 0.87.3. I use vlines in my application where I get the same type of error. It worked just fine with 0.83.1. Traceback (mo

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

2006-06-29 Thread James Carroll
> > 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 Hi Alan, PyInstaller looks intriguing, but t

Re: [Matplotlib-users] Bug report

2006-06-29 Thread John Hunter
> "Tony" == Tony Mannucci <[EMAIL PROTECTED]> writes: Tony> John, Thanks for the answer. Tony> My prime mistake was to assume that matlab behavior is Tony> mimicked in matplotlib. (I am not saying it should Tony> be!). matlab has a Line object and this includes the Tony> m