Re: [matplotlib-devel] imshow Z value in coordinates

2013-12-20 Thread Thomas A Caswell
If I am understanding you correctly, I believe that this example: http://matplotlib.org/examples/api/image_zcoord.html will do what you want. Tom On Fri, Dec 20, 2013 at 12:06 PM, Federico Ariza wrote: > Hi everybody > > Lately I have been working with imshow and one thing that keeps > bothering

[matplotlib-devel] imshow Z value in coordinates

2013-12-20 Thread Federico Ariza
Hi everybody Lately I have been working with imshow and one thing that keeps bothering me is that format_coord doesn't show the depth (Z value) I was thinking on modifying this but I don't see the obvious way to do it. Any suggestions? I guess this change will apply also to pcolor and similar me

[matplotlib-devel] Major re-write of triangulation in matplotlib

2013-12-20 Thread Phil Elson
Ian Thomas has been working on including some of the functionality from Qhull into the matplotlib triangulation pipeline ( https://github.com/matplotlib/matplotlib/pull/2504). After a thorough development and testing cycle this PR has now been merged onto master, but I just wanted to give a shout-o