go(plot): set default plotter line width
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
8f1e05fb77
commit
75471ba6e8
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user