Skip to content

Replace usage of deprecated matplotlib.ticker.is_close_to_int

Duncan Macleod requested to merge github/fork/duncanmmacleod/is_close_to_int into main

This PR replaces the only usage of the deprecated matplotlib.ticker.is_close_to_int function with the recommended replacement (math.is_close).

Merge request reports