about summary refs log tree commit diff
path: root/draw
diff options
context:
space:
mode:
authoremile <hanemile@protonmail.com>2018-10-08 16:46:33 +0200
committeremile <hanemile@protonmail.com>2018-10-08 16:46:33 +0200
commit9770d58d582e85a6272e12266a80a02366dabd55 (patch)
treedad03ac73eb5814e1fd7929f15f1c312791328f4 /draw
parentc295b1c6ba67fd3df1e02f49d41b6a8a2461fcfb (diff)
import math, math magic incoming!
Diffstat (limited to 'draw')
-rw-r--r--draw/draw.go1
1 files changed, 1 insertions, 0 deletions
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