Build the SVG path data (M x y L x y …) tracing the day's altitude arc.
M x y L x y …
The day's samples, e.g. from sampleSunDay.
Drawing width in SVG user units (px).
Drawing height in SVG user units (px).
Altitude in degrees that maps to the top of the box. Default 75.
An SVG path d string, or '' when samples is empty.
d
''
samples
Build the SVG path data (
M x y L x y …) tracing the day's altitude arc.