Our current healpix map plotting implementation is limited to plotting pixels at order 3 and above. Any pixels at a lower order are split into their order 3 pixels. This is because the mocpy method we use to generate the matplotlib paths only generates one point per pixel corner, and this breaks down for larger pixels. We can either modify the mocpy method, or combine the paths generated to fix this issue and show lower order pixels without borders inside them.
Our current healpix map plotting implementation is limited to plotting pixels at order 3 and above. Any pixels at a lower order are split into their order 3 pixels. This is because the mocpy method we use to generate the matplotlib paths only generates one point per pixel corner, and this breaks down for larger pixels. We can either modify the mocpy method, or combine the paths generated to fix this issue and show lower order pixels without borders inside them.