Skip to content

Commit fd0b8ec

Browse files
committed
Widen plot labels so they don't cut off titles
1 parent 41e3ed1 commit fd0b8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post_processing/ci_plots.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function make_plots_generic(
227227
for (col, path) in enumerate(output_path)
228228
# CairoMakie seems to use this Label to determine the width of the figure.
229229
# Here we normalize the length so that all the columns have the same width.
230-
LABEL_LENGTH = 40
230+
LABEL_LENGTH = 50
231231
normalized_path =
232232
lpad(path, LABEL_LENGTH + 1, " ")[(end - LABEL_LENGTH):end]
233233

0 commit comments

Comments
 (0)