Currently, assert_xydata() and assert_bin_heights() support relative tolerance but not absolute tolerance. Absolute tolerance should be implemented in these functions. This should be a trivial change given how tolerance is currently implemented with np.testing.assert_allclose().