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

This commit is contained in:
surtur 2022-07-08 19:00:11 +02:00
parent 340c6e7238
commit 8f1e05fb77
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -21,6 +21,8 @@ func plotAllDims(algoStats []stats.Stats, fPrefix, fExt string) {
pWidth := 13 * vg.Centimeter
pHeight := 13 * vg.Centimeter
plotter.DefaultFont.Typeface = preferredFontStyle
for _, s := range algoStats {
p := plot.New()
p.Title.Text = s.Algo + ", D=" + fmt.Sprint(s.Dimens) +