Change to vivid colorscheme
This commit is contained in:
parent
9384d8f12e
commit
7d30444a61
@ -46,7 +46,8 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
colorStep := float64(Iterations)
|
colorStep := float64(Iterations)
|
||||||
colors = interpolateColors("Plan9", colorStep)
|
// colors = interpolateColors("Plan9", colorStep)
|
||||||
|
colors = interpolateColors("Vivid", colorStep)
|
||||||
|
|
||||||
log.Fatal(http.ListenAndServe(":6161", nil))
|
log.Fatal(http.ListenAndServe(":6161", nil))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user