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