Skip to content

Commit 169a65d

Browse files
Jammy2211claude
authored andcommitted
Sync colorbar labelsize to 18 across all config files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 633fc1b commit 169a65d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

autoarray/config/visualize/general.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ colorbar:
2727
fraction: 0.047 # Fraction of original axes to use for the colorbar.
2828
pad: 0.01 # Padding between colorbar and axes.
2929
labelrotation: 90 # Rotation of colorbar tick labels in degrees.
30-
labelsize: 22 # Font size of colorbar tick labels for single-panel figures.
31-
labelsize_subplot: 33 # Font size of colorbar tick labels for subplot panels.
30+
labelsize: 18 # Font size of colorbar tick labels for single-panel figures.
31+
labelsize_subplot: 18 # Font size of colorbar tick labels for subplot panels.
3232
mat_plot:
3333
figure:
3434
figsize: (7, 7) # Default figure size. Override via aplt.Figure(figsize=(...)).

0 commit comments

Comments
 (0)