[matplotlib-devel] Python 3D plotting

2006-09-07 Thread Du Toit, Wilna <[EMAIL PROTECTED]>
Hi, I've developed a simple 3D plotting module which u can find at http://www.scipy.org/WilnaDuToit . There's still alot of work to be done, so please feel free to play/use/extend/break it if u find it useful and send comments/enquiries/fixes etc to [EMAIL PROTECTED] Hope someone can use it :)

Re: [matplotlib-devel] Python 3D plotting

2006-09-07 Thread Gael Varoquaux
Interesting ! The lack of proper 3D plotting in scipy is a major problem in my eyes. I would like to point out tvtk ( http://scipy.org/Cookbook/MayaVi/tvtk) that is a great framework for developing 3D plotting tools in python. One example is the new version of the famous Mayavi, but something "com

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-07 Thread Andrew Straw
Hey Charlie, I totally appreciate the effort you put into making these releases, particularly on Windows, where I must admit, I have a faint heart... But I found a couple issues (neither require a re-release, but just to be aware of them next time): 1) there are several .pyc files left in the .ta

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-07 Thread Andrew Straw
Andrew Straw wrote: > 1) there are several .pyc files left in the .tar.gz release > 2) the setup.cfg file in the release specifies, in the egg_info section, > "tag_svn_revision = 1", which makes any further attempts to do python > setup.py sdist with setuptools result in a package versioned > matpl

Re: [matplotlib-devel] [Matplotlib-users] ANN: matplotlib-0.87.5 *fixed*

2006-09-07 Thread Charlie Moad
On 9/7/06, Andrew Straw <[EMAIL PROTECTED]> wrote: > Hey Charlie, I totally appreciate the effort you put into making these > releases, particularly on Windows, where I must admit, I have a faint > heart... > > But I found a couple issues (neither require a re-release, but just to > be aware of the