Hi all,
When plotting a planview (2d) field, I sometimes plot a mask of my domain e.g. a glacier outline or flowline defined by an .exp-file. Up to now this has worked fine, however since I updated to ISSM 4.8 the .exp file name is displayed as a label in the figure, which I do not want.
E.g.
plotmodel(md,'data',md.results.TransientSolution(1).Thickness);
hold on
expdisp('./data/outlines/myOutline.exp',gcf,'-k',1);
Is there a way the name of the .expfile can be turned off, e.g. something like 'label','off' ?
I could not see a solution in $ISSM_DIR/src/m/expdisp.m.