Re: [Matplotlib-users] pylab

2009-08-11 Thread Sebastian Haase
Thanks for the info -- very informative -- maybe this post could be somehow added or linked to from http://www.scipy.org/PyLab -- Sebastian Haase On Tue, Aug 11, 2009 at 4:22 AM, Eric Firing wrote: > marc desmarais wrote: >> Are there still two pylabs?  Are the following two web pages

Re: [Matplotlib-users] Backend Comparison

2009-07-12 Thread Sebastian Haase
ponsiveness !? (E.g. I thought that wx was much faster than wxAgg ... just uglier ) - Sebastian Haase -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors

Re: [Matplotlib-users] dynamic image update

2009-06-16 Thread Sebastian Haase
On Tue, Jun 16, 2009 at 10:39 PM, John Hunter wrote: > On Tue, Jun 16, 2009 at 3:32 PM, Sebastian Haase > wrote:> On Tue, Jun 16, 2009 at 6:54 PM, John > Hunter wrote: > >> Is there a similar function (to im.set_array) for graph plots ? > > for lines you would use

Re: [Matplotlib-users] dynamic image update

2009-06-16 Thread Sebastian Haase
On Tue, Jun 16, 2009 at 6:54 PM, John Hunter wrote: > On Tue, Jun 16, 2009 at 11:42 AM, Randy Heiland wrote: >> Can someone point me to the "best" way to dynamically update a 2D >> [image] array (think of cellular automata)?  E.g., this simple example >> works, but gets sluggish after several itera

Re: [Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread Sebastian Haase
On Fri, Jun 12, 2009 at 2:01 PM, John Hunter wrote: > On Fri, Jun 12, 2009 at 6:10 AM, Sebastian Haase wrote: >> On Fri, Jun 12, 2009 at 11:21 AM, Matthias >> Michler wrote: >>> Hi Sebastian, >>> >>> You are right. A large number of numpy functions i

Re: [Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread Sebastian Haase
are "left" in pylab to keep backwards- and/or Matlab- compatibility ? But does window_hanning behave exactly like numpy.hanning ? I remember that some functions where decidedly implemented differently than in numpy -- (sqrt for sqrt(-1) => 1j -- or was this scipy vs. numpy) Cheers, Se

[Matplotlib-users] more on cleanup pylab namespace

2009-06-12 Thread Sebastian Haase
did not work, but they might still illustrate what I want to do -- now I have this code in a separate module that I can import as "P" This way I get: >>> len(P.__dict__) 395 >>> numpy.__version__ '1.3.0' So why are there still that many -- more than half ! --

[Matplotlib-users] speed of "simple plots" (using wx)

2009-06-03 Thread Sebastian Haase
e plotting would make it completely unresponsive (plt worked again very fast -- super ugly, but fast ;-) ) Is there a special way to update plots very fast, i.e. faster than clr();plot(...) ? Regards, Sebastian Haase --

Re: [Matplotlib-users] [Numpy-discussion] rant against from numpy import * / from pylab import *

2007-08-02 Thread Sebastian Haase
ith __version__ = '0.90.0' __revision__ = '$Revision: 3003 $' __date__ = '$Date: 2007-02-06 22:24:06 -0500 (Tue, 06 Feb 2007) $' Any hint how to further reduce the number of names in "P" ? My ideal would be that the "P" module (short for pylab)