From 9770d58d582e85a6272e12266a80a02366dabd55 Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 8 Oct 2018 16:46:33 +0200 Subject: import math, math magic incoming! --- draw/draw.go | 1 + 1 file changed, 1 insertion(+) (limited to 'draw') diff --git a/draw/draw.go b/draw/draw.go index 68c4fa8..db75892 100644 --- a/draw/draw.go +++ b/draw/draw.go @@ -3,6 +3,7 @@ package draw import ( "../structs" "github.com/fogleman/gg" + "math" ) // initializePlot generates a new plot and returns the plot context -- cgit 1.4.1