[plotting] update of regular subplot figure and code
This commit is contained in:
parent
89f4314ec5
commit
ddfeef151d
@ -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')
|
Binary file not shown.
Reference in New Issue
Block a user