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
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,
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
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
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
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
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
> > 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
> "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