Global Index (short | long) | Local contents | Local Index (short | long)
dcm
function dcm y = get(gca, 'ylim'); x = get(gca, 'xlim'); if ismap(gca); plotm([180 180], y, ':k'); plotm([0 0], x, ':k'); else error(['Not a map axis']); end;