Hi mathieumorlighem
Now I start to remember. That's the option I used although I had to collapse the model into 2D before it showed me any lat/lon lines. Do you have a more elegant way to plot this?
For example, this would work:
%md is a 3D model
md2=collapse(md);
plotmodel(md2,'data',md.results.TransientSolution(end).Vel(1:md.mesh.numberofvertices2d),'log',10,'latlon','on')
and this would not:
%md is a 3D model plotmodel(md,'data',md.results.TransientSolution(end).Vel(1:md.mesh.numberofvertices2d),'log',10,'latlon','on','view',[0 90])