We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633fc1b commit 169a65dCopy full SHA for 169a65d
1 file changed
autoarray/config/visualize/general.yaml
@@ -27,8 +27,8 @@ colorbar:
27
fraction: 0.047 # Fraction of original axes to use for the colorbar.
28
pad: 0.01 # Padding between colorbar and axes.
29
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.
+ labelsize: 18 # Font size of colorbar tick labels for single-panel figures.
+ labelsize_subplot: 18 # Font size of colorbar tick labels for subplot panels.
32
mat_plot:
33
figure:
34
figsize: (7, 7) # Default figure size. Override via aplt.Figure(figsize=(...)).
0 commit comments