On Sun, 13 Apr 2008, "James A. Bednar" apparently wrote: > def matrixplot3d(mat,title=None): > fig = pylab.figure() > ax = axes3d.Axes3D(fig)
> # Construct matrices for r and c values > rn,cn = mat.shape > c = outer(ones(rn),arange(cn*1.0)) > r = outer(arange(rn*1.0),ones(cn)) > ax.plot_wireframe(r,c,mat) > ax.set_xlabel('R') > ax.set_ylabel('C') > ax.set_zlabel('Value') > if title: windowtitle(title) > pylab.show() Have you noticed any problems with tic-label placement on the "y" axis? Cheers, Alan Isaac ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users