We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gh
1 parent a03f724 commit e54e965Copy full SHA for e54e965
lib/LinearSolveAutotune/src/plotting.jl
@@ -39,7 +39,7 @@ function create_benchmark_plots(df::DataFrame; title_base = "LinearSolve.jl LU F
39
p = plot(title = title,
40
xlabel = "Matrix Size (N×N)",
41
ylabel = "Performance (GFLOPs)",
42
- legend = :outertopright,
+ legend = :topleft,
43
dpi = 300)
44
45
# Plot each algorithm for this element type
0 commit comments