Skip to content

Commit 8b6217a

Browse files
committed
Adjust legend
1 parent 1ae7eef commit 8b6217a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/NonStiffBVP/nonlinear_wpd.jmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ fig = begin
307307
L"Error: $\mathbf{||f(u^\ast)||_2}$",
308308
fontsize = 20, tellwidth = false, font = :bold)
309309

310-
Legend(fig[4, :], [[l, sc] for (l, sc) in zip(ls, scs)],
310+
Legend(fig[:, 6], [[l, sc] for (l, sc) in zip(ls, scs)],
311311
labels, "BVP Solvers";
312-
framevisible=true, framewidth = STROKEWIDTH, orientation = :horizontal,
312+
framevisible=true, framewidth = STROKEWIDTH, orientation = :vertical,
313313
titlesize = 20, nbanks = 9, labelsize = 20, halign = :center,
314314
tellheight = false, tellwidth = false, patchsize = (40.0f0, 20.0f0))
315315

0 commit comments

Comments
 (0)