Cyclical schemes¶
To create a cyclical continuous color scale using the rainbow color scheme :
color = d3.scale_sequential(d3.interpolate_rainbow)
- detroit.interpolate_rainbow(t)¶
- detroit.interpolate_sinebow(t)¶
To create a cyclical continuous color scale using the rainbow color scheme :
color = d3.scale_sequential(d3.interpolate_rainbow)