Skip to content

Commit 29053d2

Browse files
committed
fix: legend
1 parent f0ac6f2 commit 29053d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 1, labelsize = 16,# margin = (0.0, 80.0, 0.0, 0.0),
321+
titlesize = 20, nbanks = 2, 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)