Visualization Features:
- Data Modification
- Channel Modification
- Derived Feature Modification (contours)
- Review the Provided Code: Read through the code carefully to understand how it works.
- Identify Missing Parts: Look for sections of the code related to color scale and contour generation that need to be completed.
- Implement the Color Scale: Use the
d3.scaleLinear()function to create a color scale. Set thedomainandrangeto map data values to colors. 40 points - Complete the Contour Generation: Finish the
d3.contours()function by setting the correctbin countandthresholds (min and max). 40 points - Make a web page on GitHub Pages for this activity 20 points
The outcome should look like the screenshot
