The following are the goals of the present exercise:
- Plot two mathematical functions with different ranges.
- Generate axes appropriate to each function.
- Generate axis labels.
- Generate a legend that is clear but not in the way.
- Produce legible tick labels.
The chart is generated with D3. The Normal PDF and CDF are computed with jStat.
You can view the code for this exercise on GitHub.