Re: [Matplotlib-users] mixed_subplots_demo.py

2011-02-22 Thread Benjamin Root
On Tue, Feb 22, 2011 at 3:31 PM, Patton Bradford wrote: > Trying to get the referenced example from the mplot3d example web page > working with Python 2.6.1 on Windows XP. Naturally, the line: > > ax = fig.add_subplot(2, 1, 2, projection='3d') > > fails since '3d' is not a recognized projection.

[Matplotlib-users] mixed_subplots_demo.py

2011-02-22 Thread Patton Bradford
Trying to get the referenced example from the mplot3d example web page working with Python 2.6.1 on Windows XP.  Naturally, the line:   ax = fig.add_subplot(2, 1, 2, projection='3d')   fails since '3d' is not a recognized projection.  Now, if I want to just plot the 3d, the solution that works se