make graph slightly resizeable

This commit is contained in:
2022-06-16 09:27:18 -06:00
parent 09982ece64
commit 701a622177
2 changed files with 36 additions and 35 deletions

View File

@@ -17,7 +17,7 @@ func main() {
for i := 0; i < 366; i++ {
freq = append(freq, rand.Int())
}
svg := graph.GetImage(freq)
svg := graph.GetYearImage(freq)
f, err := os.Create("out.svg")
if err != nil {
fmt.Printf("Error: %v\n", err)