[plotting] update of regular subplot figure and code

This commit is contained in:
Jan Grewe 2017-11-07 23:22:23 +01:00
parent 89f4314ec5
commit ddfeef151d
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ for i = 1:6
'XGrid', 'on', 'YGrid', 'on', 'GridLineStyle', ':', 'Linewidth', 1.0, ...
'TickLength', [0.035 0.015])
text(-0.15, 0, num2str(i), 'fontsize', 14)
text(-1.5, 1.3, strcat(char(64 + i), ')'), 'fontsize', 10)
text(-0.15, 0, num2str(i), 'fontsize', 14, 'FontWeight', 'bold')
text(-1.5, 1.3, strcat(char(64 + i), ')'), 'FontSize', 10)
end
saveas(gcf, 'regular_subplot', 'pdf')