Change to vivid colorscheme

This commit is contained in:
Steven Polley 2018-08-04 17:39:32 -06:00
parent 9384d8f12e
commit 7d30444a61

View File

@ -46,7 +46,8 @@ func main() {
}
colorStep := float64(Iterations)
colors = interpolateColors("Plan9", colorStep)
// colors = interpolateColors("Plan9", colorStep)
colors = interpolateColors("Vivid", colorStep)
log.Fatal(http.ListenAndServe(":6161", nil))
}