skymap_hpx fig is empty
When calling skymap_hpx, save option is working but getting fig then using fig.savefig() return empty skymap.
Problem is from skymap_hpx -> hp.mollview which create new default fig. Solution is to precise the fig to use in hp.mollview(map = map, fig = fig).