Skip to content

Commit 9d584a4

Browse files
committed
fix: bankds
1 parent 46efc91 commit 9d584a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/NonlinearProblem/bruss_krylov.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ fig = begin
284284
axislegend(ax, [[l, sc] for (l, sc) in zip(ls, scs)], labels,
285285
"Successful Solvers";
286286
framevisible=true, framewidth = STROKEWIDTH, orientation = :vertical,
287-
titlesize = 20, labelsize = 16, position = :lt,
287+
titlesize = 20, labelsize = 16, position = :lt, nbanks = 2,
288288
tellheight = true, tellwidth = false, patchsize = (40.0f0, 20.0f0))
289289

290290
axislegend(ax, [

benchmarks/NonlinearProblem/nonlinear_battery_problem.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ fig = begin
318318
axislegend(ax, [[l, sc] for (l, sc) in zip(ls, scs)],
319319
[solver.name for solver in successful_solvers[idxs]], "Successful Solvers";
320320
framevisible=true, framewidth = STROKEWIDTH, orientation = :vertical,
321-
titlesize = 20, nbanks = 2, labelsize = 16,# margin = (0.0, 80.0, 0.0, 0.0),
321+
titlesize = 20, nbanks = 1, labelsize = 16,# margin = (0.0, 80.0, 0.0, 0.0),
322322
tellheight = false, tellwidth = true, patchsize = (40.0f0, 20.0f0),
323323
position = :rb)
324324

0 commit comments

Comments
 (0)