Re: [matplotlib-devel] Patch: allowing non-interactive plots with axes3d

2007-11-29 Thread John Hunter
On Nov 29, 2007 4:02 PM, Ludwig Schwardt <[EMAIL PROTECTED]> wrote: > I'm glad you liked my Tk patch! Along the same line, I patched axes3d.py to > allow the creation of non-interactive 3D plots. OK, since noone else is maintaining this package right now, what you say goes :-) Committed in r4509

[matplotlib-devel] Patch: allowing non-interactive plots with axes3d

2007-11-29 Thread Ludwig Schwardt
Hi, I'm glad you liked my Tk patch! Along the same line, I patched axes3d.py to allow the creation of non-interactive 3D plots. Currently, the 3D axis object (matplotlib.axes3d.Axes3D) can only be created in an interactive session (i.e. while the figure is being displayed), as it attempts to conne