The function plot_detector_sun_angles was broken, due to the formatting of the time axis. This was reported in #71.
This PR proposes a fix by reformatting the time axis as datetimes, which matplotlib accepts. Also tidied up the location of the legend to be outside the plotting area.
The function
plot_detector_sun_angles
was broken, due to the formatting of the time axis. This was reported in #71.This PR proposes a fix by reformatting the time axis as datetimes, which matplotlib accepts. Also tidied up the location of the legend to be outside the plotting area.
Fixes #71