fix(matlab): reduce y-axis label offset again (0.03 -> 0.015)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,7 @@ grid on
|
|||||||
% Add breathing room between the y-axis label and the tick numbers.
|
% Add breathing room between the y-axis label and the tick numbers.
|
||||||
set(ylh, 'Units', 'normalized');
|
set(ylh, 'Units', 'normalized');
|
||||||
yp = get(ylh, 'Position');
|
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;
|
drawnow;
|
||||||
exportgraphics(fig, outFile, 'Resolution', 150);
|
exportgraphics(fig, outFile, 'Resolution', 150);
|
||||||
close(fig);
|
close(fig);
|
||||||
|
|||||||
Reference in New Issue
Block a user