[SciPy-user] plt.plot and other wxPython stuff

Ken Sugino sugino at brandeis.edu
Sat Nov 23 10:35:29 EST 2002


Hi,

>  - its image zooming is slow and memory demanding (once killed my linux
> box)
> 
> Those were making scipy/plt a little bit "impractical", so I did some
> modifications, which I attached to this email. I hope someone maintaining
> plt package will look at them and either incorporate or reimplement them.
> 
> Thanks.  These sound like nice additions.  I'll take a look.
> 

I noticed the modification for image drawing didn't redraw properly with 
multiple windows. Attached is the new version.


> Chaco already handles this and quite a bit of other stuff (including NaN
> support).  It is extremely flexible also, allowing for arbitrary nesting
> of plot groups.  Chaco will become the replacement for plt at some point
> (probably SciPy 0.3).  In the mean time, we'll try to update plt with
> features like yours.
>  
> eric
> 

I tried chaco, but in current states, it's too slow and unstable 
for daily use. I hope it will become fast and stable pretty soon :)

Ken
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: image_object.draw.txt
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20021123/f7a8d4c3/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plot_objects.py.patch
Type: application/octet-stream
Size: 8141 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20021123/f7a8d4c3/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: interface.py.patch
Type: application/octet-stream
Size: 4832 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20021123/f7a8d4c3/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wxplt.py.patch
Type: application/octet-stream
Size: 1088 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20021123/f7a8d4c3/attachment-0002.obj>


More information about the SciPy-User mailing list