diff --git a/6_rendering/gtIPFCmapHexagonalKey.m b/6_rendering/gtIPFCmapHexagonalKey.m index a493372684d331cfecf4f8c1a496c9f1948f3f44..62b485090cf69e81781873737439e043cfd3a345 100644 --- a/6_rendering/gtIPFCmapHexagonalKey.m +++ b/6_rendering/gtIPFCmapHexagonalKey.m @@ -109,17 +109,17 @@ poles_r = tan(poles_psi/2); [poles_x,poles_y] = pol2cart(poles_phi, poles_r); plot(poles_x, poles_y, 'k*'); -text(poles_x(1), poles_y(1), '[0 0 0 1]', 'fontsize', 15, ... +text(poles_x(1), poles_y(1), '[0 0 0 1]', ... 'fontweight', 'bold','VerticalAlignment','top','HorizontalAlignment','left'); -text(poles_x(2), poles_y(2), '[1 0 -1 0]', 'fontsize', 15, ... +text(poles_x(2), poles_y(2), '[1 0 -1 0]', ... 'fontweight', 'bold','VerticalAlignment','bottom','HorizontalAlignment','right'); -text(poles_x(3), poles_y(3), '[2 -1 -1 0]', 'fontsize', 15, ... +text(poles_x(3), poles_y(3), '[2 -1 -1 0]', ... 'fontweight', 'bold','VerticalAlignment','top','HorizontalAlignment','right'); set(gca, 'Visible', 'off'); % label and sample direction to plot -text(0,pi/6,'IPF','fontsize', 15, ... +text(0,pi/6,'IPF', ... 'fontweight', 'bold','VerticalAlignment','top','HorizontalAlignment','left'); end % end of function