Is it possible to plot the entire genome? For example like this (Juicebox): <img width="334" alt="image" src="https://github.com/GangCaoLab/CoolBox/assets/85445902/b962c823-2fa8-4898-b1de-85b3c541df39"> frame = XAxis() + HiCMat(f"test.mcool", style='matrix', color_bar='horizontal') frame.plot(TEST_RANGE) What would the test range be?