Re: [Matplotlib-users] Matching shading on surfaces

2013-12-06 Thread Benjamin Root
Shading is a bit complicated in plot_surface(). In your particular case, it is simply shading based on the results of calculating the normal vector of each facet on the surface. It then normalizes the shading it has to do based on what it has to get the full dynamic. This is why your image looks

Re: [Matplotlib-users] images for web sites

2013-12-06 Thread jilguero
Hi Scott, Ok!. Thank you. I take note. Best regards, Jilguero. -- View this message in context: http://matplotlib.1069221.n5.nabble.com/images-for-web-sites-tp42581p42604.html Sent from the matplotlib - users mailing list archive at Nabble.com.

Re: [Matplotlib-users] Matching shading on surfaces

2013-12-06 Thread Derek Thomas
Thanks Ben. I had tried turning off the shading but that makes it impossible to see the features of the surface. I ended up combining the surface values and resampling with scipy.interpolate.griddata so that I have a single surface. Derek On Fri, Dec 6, 2013 at 12:23 PM, Benjamin Root