Skip to content

Commit e54e965

Browse files
authored
Use the gh cli and improve the issue (#683)
1 parent a03f724 commit e54e965

File tree

2 files changed

+592
-166
lines changed

2 files changed

+592
-166
lines changed

lib/LinearSolveAutotune/src/plotting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function create_benchmark_plots(df::DataFrame; title_base = "LinearSolve.jl LU F
3939
p = plot(title = title,
4040
xlabel = "Matrix Size (N×N)",
4141
ylabel = "Performance (GFLOPs)",
42-
legend = :outertopright,
42+
legend = :topleft,
4343
dpi = 300)
4444

4545
# Plot each algorithm for this element type

0 commit comments

Comments
 (0)