Skip to content

Commit

Permalink
plotter: use local bezier package
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Mar 16, 2017
1 parent 4463104 commit a814f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotter/sankey.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"math"
"sort"

"github.com/biogo/graphics/bezier"
"github.com/gonum/plot"
"github.com/gonum/plot/internal/bezier"
"github.com/gonum/plot/vg"
"github.com/gonum/plot/vg/draw"
)
Expand Down

0 comments on commit a814f26

Please sign in to comment.