"Dawes, Andrew M." wrote:
> Any suggestions/hacks are welcome!
Mayavi (a VTK-based plotting tool) is much better for 3D plots:
http://docs.enthought.com/mayavi/mayavi/auto/examples.html
http://docs.enthought.com/mayavi/mayavi/mlab.html
Sturla
Thanks Ben for the tip on edgecolor. I’ve got what I wanted now and since it
took some digging and tinkering I figured I’d write it up and share the
solution with anyone who may want it:
https://dawes.wordpress.com/2014/06/27/publication-ready-3d-figures-from-matplotlib/
and full test-case scri
If you supply the code you did to get where you got, I have a rough idea
how to get what you need. Essentially, you need to set the edgecolor of the
panes, I think. I have to dig a bit in the code to see how to do that,
though.
Cheers!
Ben Root
On Thu, Jun 26, 2014 at 7:42 PM, Dawes, Andrew M.