From: Juan Dominguez on
Hi Everyone,

I'm having trouble displaying a quiver plot over a trisurf plot. The only way to make the arrows to show is changing the view from view(0,90) to say view(0,89).

I had the same problem with the "surf" function but could fix it replacing it with "pcolor" function. The problem now is that I'm working with a triangular mesh so I can't use "pcolor" unless I interpolate my mesh to a rectangular one.

Thanks!