Skip to content

Commit 9da3f34

Browse files
committed
Use normalized plot title length so widths are equal
1 parent d94fd43 commit 9da3f34

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
@@ -231,7 +231,7 @@ function make_plots_generic(
231231
normalized_path =
232232
lpad(path, LABEL_LENGTH + 1, " ")[(end - LABEL_LENGTH):end]
233233

234-
CairoMakie.Label(fig[0, col], path)
234+
CairoMakie.Label(fig[0, col], normalized_path)
235235
end
236236
end
237237
return fig

0 commit comments

Comments
 (0)