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

[Matplotlib-users] Threshold an image with slider widget

2014-06-29 Thread Philippe Mallet-Ladeira
Hello, I try to threshold an image manually by using a slider widget to set the threshold value (I don’t binarize my image, but mask it). I superimpose my thresholded image to the original according to a colormap. I cannot figure out why if I put the initial threshold to the max value of my or