+
+ The smoothed curve should never cross the dashed red lines — those mark the actual minimum and maximum
+ of the data. Bezier smoothing overshoots on steep slopes next to flat segments, so the graph appears to
+ show values that don't exist in the data. Monotone interpolation (smooth="monotone") stays
+ within the data bounds.
+
+