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
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to