Re: [Matplotlib-users] 3D surface plot with box frame

2014-06-29 Thread Sturla Molden
"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

Re: [Matplotlib-users] 3D surface plot with box frame

2014-06-27 Thread Dawes, Andrew M.
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

Re: [Matplotlib-users] 3D surface plot with box frame

2014-06-26 Thread Benjamin Root
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.

[Matplotlib-users] 3D surface plot with box frame

2014-06-26 Thread Dawes, Andrew M.
I’m trying to plot a 3d surface with a box frame around both sides (see example in the following link) comparable example: http://cloud.originlab.com/www/products/images2/3DGraph_ColorSurface.png I made the axis panes white and disabled the grid which gets me 80% of the way. I don’t see anythin