This commit is contained in:
Will Charczuk 2020-11-22 16:39:05 -08:00
parent 962b9abdec
commit fe512600e9
85 changed files with 943 additions and 958 deletions

2
jet.go
View file

@ -1,6 +1,6 @@
package chart
import "github.com/wcharczuk/go-chart/drawing"
import "github.com/wcharczuk/go-chart/v2/drawing"
// Jet is a color map provider based on matlab's jet color map.
func Jet(v, vmin, vmax float64) drawing.Color {