positions = Table[{
AstronomicalData[
"Sun", {"Azimuth", {2008, 1, i, 8.5}, {40.1, -88.2}},
TimeZone -> -5],
AstronomicalData[
"Sun", {"Altitude", {2008, 1, i, 8.5}, {40.1, -88.2}},
TimeZone -> -5]}, {i, 1, 365.25, 5}];
Graphics[{Orange, PointSize[.03], Point[positions]}, Frame -> True,
FrameLabel -> {"azimuth", "altitude"}]