go(plot): set default plotter line width
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-07-08 19:01:21 +02:00
parent 8f1e05fb77
commit 75471ba6e8
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -22,6 +22,7 @@ func plotAllDims(algoStats []stats.Stats, fPrefix, fExt string) {
pHeight := 13 * vg.Centimeter
plotter.DefaultFont.Typeface = preferredFontStyle
plotter.DefaultLineStyle.Width = vg.Points(1.5)
for _, s := range algoStats {
p := plot.New()