go(plot): stop adding plot grid
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1380cf3cdc
commit
29bc85ba59
@ -38,8 +38,6 @@ func plotAllDims(allStats []stats.Stats, fPrefix, fExt string) {
|
||||
p.Title.TextStyle.Font.Weight = 2 // SemiBold
|
||||
p.Title.Padding = 10 * vg.Millimeter
|
||||
|
||||
p.Add(plotter.NewGrid())
|
||||
|
||||
for _, dim := range s.BenchFuncStats {
|
||||
// infinite thanks to this SO comment for the interface "hack":
|
||||
// https://stackoverflow.com/a/44872993
|
||||
|
Loading…
Reference in New Issue
Block a user