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.
1 parent 3bb7711 commit 19080c1Copy full SHA for 19080c1
docs/src/index.md
@@ -95,6 +95,6 @@ table = CSV.File(benchdir("results.csv")) |> DataFrame
95
96
```@example bench
97
@df table groupedbar(:name, [:psfmodels :astropy];
98
- ylabel="time (s)", yscale=:log10, leg=:outerbottom,
99
- label=["PSFModels.jl" "Astropy"])
+ ylabel="time (s)", yscale=:log10, leg=:outertopright,
+ label=["PSFModels.jl" "Astropy"], size=(500, 300))
100
```
0 commit comments