Re: [Matplotlib-users] Some remarks/questions about perceived slowness of matplotlib

2006-12-13 Thread David Cournapeau
Eric Firing wrote: > > Regarding the clip line, I think that your test for mask is None is > not the right solution because it knocks out the clipping operation, > but the clipping is intended regardless of the state of the mask. I > had expected it to be a very fast operation, so I am surpris

Re: [Matplotlib-users] 'fill' command broken in svn

2006-12-13 Thread Eric Firing
It's fixed now. Eric Rob Hetland wrote: > fill(x, y) returns an error like: [] > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- > packages/matplotlib/axes.py in update_datalim(self, xys) > 966 # and the data in xydata > 967 xys = asarray(xys

Re: [Matplotlib-users] 'fill' command broken in svn

2006-12-13 Thread Eric Firing
Rob, OK, thanks. That sounds like something resulting from the change I made to support 2D array input to plot. I will check it. Eric Rob Hetland wrote: > fill(x, y) returns an error like: > > > /Users/rob/Projects/Merrimack/Grid/landfill.py in () > 24 for filename in filenames: >

[Matplotlib-users] 'fill' command broken in svn

2006-12-13 Thread Rob Hetland
fill(x, y) returns an error like: /Users/rob/Projects/Merrimack/Grid/landfill.py in () 24 for filename in filenames: 25 x, y, = pl.load(filename).T ---> 26 pl.fill(x, y, facecolor=fillcolor, alpha=fillalpha) 27 28 /Library/Frameworks/Python.framework/Versions/2.5

Re: [Matplotlib-users] *EGG* now freezes at this same place always....

2006-12-13 Thread Steve Schmerler
[EMAIL PROTECTED] wrote: > Thanks for help. Now it freezes always here... > > > GTK requires pygtk > GTKAgg requires pygtk > TKAgg requires TkInter I never used eggs, but I guess you need to install these libs by yourself. apt-cache search for this stuff and make sure you install the *-dev ve

[Matplotlib-users] *EGG* now freezes at this same place always....

2006-12-13 Thread chris
Thanks for help. Now it freezes always here... GTK requires pygtk GTKAgg requires pygtk TKAgg requires TkInter warning: no files found matching 'MANIFEST' warning: no files found matching 'lib/matplotlib/toolkits' no previously-included directories found matching 'examples/_tmp_*' In file includ

Re: [Matplotlib-users] Some remarks/questions about perceived slowness of matplotlib

2006-12-13 Thread Christopher Barker
Eric Firing wrote: > Regarding the clip line, I think that your test for mask is None is not > the right solution because it knocks out the clipping operation, but the > clipping is intended regardless of the state of the mask. I had > expected it to be a very fast operation, for what it's wo

[Matplotlib-users] broken images on tutorial

2006-12-13 Thread Simson Garfinkel
When I look at http://matplotlib.sourceforge.net/tutorial.html with Safari, I see a lot of broken images. Any ideas? smime.p7s Description: S/MIME cryptographic signature - Take Surveys. Earn Cash. Influence the Future of I

Re: [Matplotlib-users] Some remarks/questions about perceived slowness of matplotlib

2006-12-13 Thread Eric Firing
David, >- first, we can see that in expose_event (one is expensive, the other > negligeable, from my understanding), two calls are pretty expensive: > the __call__ at line 735 (for normalize functor) and one for __call__ > at line 568 (for colormap functor). >- for normalize functor, o

[Matplotlib-users] font_manager.py gives following traceback

2006-12-13 Thread Werner F. Bruhin
I have received reports from clients with the following traceback or similar. This happens when application is packaged with py2exe. Traceback (most recent call last): File "appwine.pyo", line 1341, in OnToolbarChart File "frameplotmpl.pyo", line 19, in ? File "matplotlib\backends\__init__

Re: [Matplotlib-users] matplotlib *EGG* installation works on Fedora but not Debian Etch..

2006-12-13 Thread Charlie Moad
I don't think this has anything to do with eggs. It looks like you don't have a C++ compiler installed or configured correctly. On ubuntu/debian you should make sure "build-essentials" is installed. On 12/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Yes we all know the normal install of

Re: [Matplotlib-users] Some remarks/questions about perceived slowness of matplotlib

2006-12-13 Thread David Cournapeau
David Cournapeau wrote: > But the show case is more interesting: > > ncalls tottime percall cumtime percall filename:lineno(function) > 10.0020.0023.8863.886 > slowmatplotlib.py:177(bench_imshow_show) > 10.0000.0003.8843.884 > slowmatplotlib.py:163