Minor Matlab script corrections

This commit is contained in:
2025-04-15 14:15:26 +02:00
parent d64c51e4b1
commit ae2385a49e
4 changed files with 15 additions and 17 deletions

View File

@@ -465,6 +465,4 @@ xticks([1e-1, 1e0, 1e1, 1e2, 1e3]);
xtickangle(0)
ldg = legend('location', 'northwest', 'FontSize', 8, 'NumColumns', 1);
ldg.ItemTokenSize = [20, 1];
linkaxes([ax1,ax2,ax3], 'y')
ylim([1e-8, 1e-2])