|
From: James A. V. <ja...@gm...> - 2014-04-04 23:17:07
|
This worked brilliantly! Thank you so much! Secondary question now, is this: I have a contourf and a polygon made with ax.add_collection3d(a3.art3d.Poly3DCollection(verts, facecolors=[.5,.5,.5], linewidths=1,edgecolor='k',zorder=0)) How do I change it so the contourf is on top of the polygon? By default it seems to plot the polygon on top. I tried zorder but that did nothing. Ta |