diff options
author | emile <hanemile@protonmail.com> | 2018-10-08 16:46:33 +0200 |
---|---|---|
committer | emile <hanemile@protonmail.com> | 2018-10-08 16:46:33 +0200 |
commit | 9770d58d582e85a6272e12266a80a02366dabd55 (patch) | |
tree | dad03ac73eb5814e1fd7929f15f1c312791328f4 /draw | |
parent | c295b1c6ba67fd3df1e02f49d41b6a8a2461fcfb (diff) |
import math, math magic incoming!
Diffstat (limited to 'draw')
-rw-r--r-- | draw/draw.go | 1 |
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 |