Skip to content

Commit 19080c1

Browse files
committed
update benchmark plot
1 parent 3bb7711 commit 19080c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ table = CSV.File(benchdir("results.csv")) |> DataFrame
9595

9696
```@example bench
9797
@df table groupedbar(:name, [:psfmodels :astropy];
98-
ylabel="time (s)", yscale=:log10, leg=:outerbottom,
99-
label=["PSFModels.jl" "Astropy"])
98+
ylabel="time (s)", yscale=:log10, leg=:outertopright,
99+
label=["PSFModels.jl" "Astropy"], size=(500, 300))
100100
```

0 commit comments

Comments
 (0)