[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

[Matplotlib-users] plot_wireframe

2011-02-02 Thread Patton Bradford
Just trying to get familiar with mplot3d's functions, and I've run into a problem with plot_wireframe that I'm having problems running down (or duplicating, for that matter).  I'm trying to generate plots of some wavelet functions, so I need to plot values against time and scale.  I've