Skip to content

Set default epoch=None for GPSScale

This PR modifies the GPSScale to use a default epoch=None, which simplifies setting and unsetting the epoch dynamically when rendering the figure.

This also adds better unit testing of the auto-gps system.

The long term plan is to move this logic upstream into the Axes, since any Axes object can have an 'auto-gps' scale.

Merge request reports