Skip to content

Commit 7cf7e77

Browse files
committed
fix: change legend pos
1 parent dab74ee commit 7cf7e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/NonlinearProblem/bruss_krylov.jmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ fig = begin
276276
axislegend(ax, [[l, sc] for (l, sc) in zip(ls, scs)], labels,
277277
"Successful Solvers";
278278
framevisible=true, framewidth = STROKEWIDTH, orientation = :vertical,
279-
titlesize = 20, labelsize = 16, position = :rb,
279+
titlesize = 20, labelsize = 16, position = :lt,
280280
tellheight = true, tellwidth = false, patchsize = (40.0f0, 20.0f0))
281281

282282
axislegend(ax, [
@@ -288,7 +288,7 @@ fig = begin
288288
"Preconditioning"; framevisible=true, framewidth = STROKEWIDTH,
289289
orientation = :vertical, titlesize = 20, labelsize = 16,
290290
tellheight = true, tellwidth = true, patchsize = (40.0f0, 20.0f0),
291-
position = :lt)
291+
position = :rb)
292292

293293
fig[0, :] = Label(fig,
294294
"Brusselator 2D: Scaling of Jacobian-Free Nonlinear Solvers with Problem Size",

0 commit comments

Comments
 (0)