go(plot): set font for tick labels
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
141c48b722
commit
0131fccfba
@ -30,9 +30,11 @@ func plotAllDims(allStats []stats.Stats, fPrefix, fExt string) {
|
|||||||
p.X.Label.Text = "Generations"
|
p.X.Label.Text = "Generations"
|
||||||
p.X.Label.TextStyle.Font.Variant = preferredFontStyle
|
p.X.Label.TextStyle.Font.Variant = preferredFontStyle
|
||||||
p.X.Label.TextStyle.Font.Weight = 1 // Medium
|
p.X.Label.TextStyle.Font.Weight = 1 // Medium
|
||||||
|
p.X.Tick.Label.Font.Variant = preferredFontStyle
|
||||||
p.Y.Label.Text = "CF value"
|
p.Y.Label.Text = "CF value"
|
||||||
p.Y.Label.TextStyle.Font.Variant = preferredFontStyle
|
p.Y.Label.TextStyle.Font.Variant = preferredFontStyle
|
||||||
p.Y.Label.TextStyle.Font.Weight = 1 // Medium
|
p.Y.Label.TextStyle.Font.Weight = 1 // Medium
|
||||||
|
p.Y.Tick.Label.Font.Variant = preferredFontStyle
|
||||||
|
|
||||||
p.Title.TextStyle.Font.Size = 11.5
|
p.Title.TextStyle.Font.Size = 11.5
|
||||||
p.Title.TextStyle.Font.Variant = "Sans"
|
p.Title.TextStyle.Font.Variant = "Sans"
|
||||||
|
Loading…
Reference in New Issue
Block a user