On Wednesday 09 July 2008 11:59:50 am anirudh vij wrote: > On Wed, Jul 9, 2008 at 4:54 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > > On Wednesday 09 July 2008 10:35:55 am anirudh vij wrote: > >> Hi, > >> > >> First off, I'd like to congratulate the devs who wrote the 3D plotting > >> module. Its great and fits a lot of my plotting needs without > >> resorting to vtk, mayavi etc. > >> > >> But I've had some issues with 3D plots > > > > I'm sorry to disappoint, but 3D plotting has been unsupported for a long > > time and was recently removed from the mpl codebase. > > This is horrible. How do I do 3D plots now? > Mayavi svn crashes when called from python.
We have been warning that 3D plotting was unsupported and needed someone to volunteer to maintain it for quite a while now. Nobody answered the call, and 3d capabilities did not survive the transition to the new transforms in mpl-0.98, so it was removed, However... [...] > matplotlib version is 0.91.2, straight from ubuntu repos. 3D support should still be present in 0.91.x. I just did a clean install of 0.91.4 from svn, and this works: import pylab as p import matplotlib.axes3d as p3 fig=p.figure() ax = p3.Axes3D(fig) p.show() I haven't used matplotlib's 3d capabilities, so I dont know how you expected to work with "from pylab import *" instead of the above. Perhaps you could give a short explicit example of what used to work and now does not. Darren ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users