fix(matlab): tighter y-label offset, batch 1

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Experiments DB Dev
2026-07-24 10:12:11 -04:00
parent a2073becc8
commit 2e9ebd2fde
24 changed files with 8 additions and 8 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

@@ -53,7 +53,7 @@ grid on
% Add breathing room between the y-axis label and the tick numbers.
set(ylh, 'Units', 'normalized');
yp = get(ylh, 'Position');
set(ylh, 'Position', [yp(1) - 0.03, yp(2), 0]);
set(ylh, 'Position', [yp(1) - 0.015, yp(2), 0]);
drawnow;
exportgraphics(fig, outFile, 'Resolution', 150);
close(fig);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

@@ -53,7 +53,7 @@ grid on
% Add breathing room between the y-axis label and the tick numbers.
set(ylh, 'Units', 'normalized');
yp = get(ylh, 'Position');
set(ylh, 'Position', [yp(1) - 0.03, yp(2), 0]);
set(ylh, 'Position', [yp(1) - 0.015, yp(2), 0]);
drawnow;
exportgraphics(fig, outFile, 'Resolution', 150);
close(fig);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

@@ -53,7 +53,7 @@ grid on
% Add breathing room between the y-axis label and the tick numbers.
set(ylh, 'Units', 'normalized');
yp = get(ylh, 'Position');
set(ylh, 'Position', [yp(1) - 0.03, yp(2), 0]);
set(ylh, 'Position', [yp(1) - 0.015, yp(2), 0]);
drawnow;
exportgraphics(fig, outFile, 'Resolution', 150);
close(fig);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

@@ -53,7 +53,7 @@ grid on
% Add breathing room between the y-axis label and the tick numbers.
set(ylh, 'Units', 'normalized');
yp = get(ylh, 'Position');
set(ylh, 'Position', [yp(1) - 0.03, yp(2), 0]);
set(ylh, 'Position', [yp(1) - 0.015, yp(2), 0]);
drawnow;
exportgraphics(fig, outFile, 'Resolution', 150);
close(fig);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

@@ -53,7 +53,7 @@ grid on
% Add breathing room between the y-axis label and the tick numbers.
set(ylh, 'Units', 'normalized');
yp = get(ylh, 'Position');
set(ylh, 'Position', [yp(1) - 0.03, yp(2), 0]);
set(ylh, 'Position', [yp(1) - 0.015, yp(2), 0]);
drawnow;
exportgraphics(fig, outFile, 'Resolution', 150);
close(fig);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

@@ -53,7 +53,7 @@ grid on
% Add breathing room between the y-axis label and the tick numbers.
set(ylh, 'Units', 'normalized');
yp = get(ylh, 'Position');
set(ylh, 'Position', [yp(1) - 0.03, yp(2), 0]);
set(ylh, 'Position', [yp(1) - 0.015, yp(2), 0]);
drawnow;
exportgraphics(fig, outFile, 'Resolution', 150);
close(fig);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

@@ -53,7 +53,7 @@ grid on
% Add breathing room between the y-axis label and the tick numbers.
set(ylh, 'Units', 'normalized');
yp = get(ylh, 'Position');
set(ylh, 'Position', [yp(1) - 0.03, yp(2), 0]);
set(ylh, 'Position', [yp(1) - 0.015, yp(2), 0]);
drawnow;
exportgraphics(fig, outFile, 'Resolution', 150);
close(fig);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

@@ -53,7 +53,7 @@ grid on
% Add breathing room between the y-axis label and the tick numbers.
set(ylh, 'Units', 'normalized');
yp = get(ylh, 'Position');
set(ylh, 'Position', [yp(1) - 0.03, yp(2), 0]);
set(ylh, 'Position', [yp(1) - 0.015, yp(2), 0]);
drawnow;
exportgraphics(fig, outFile, 'Resolution', 150);
close(fig);