We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e3ed1 commit fd0b8ecCopy full SHA for fd0b8ec
post_processing/ci_plots.jl
@@ -227,7 +227,7 @@ function make_plots_generic(
227
for (col, path) in enumerate(output_path)
228
# CairoMakie seems to use this Label to determine the width of the figure.
229
# Here we normalize the length so that all the columns have the same width.
230
- LABEL_LENGTH = 40
+ LABEL_LENGTH = 50
231
normalized_path =
232
lpad(path, LABEL_LENGTH + 1, " ")[(end - LABEL_LENGTH):end]
233
0 commit comments