MapPanelPlotter¶
-
class
gammapy.maps.MapPanelPlotter(figure, xlim, ylim, npanels=4, **kwargs)[source]¶ Bases:
objectMap panel plotter class.
Given a
Figureobject this class creates axes objects usingGridSpecand plots a given sky map onto these.For a usage example see hgps.html (at the end).
Parameters: Methods Summary
plot(self, map, \*\*kwargs)Plot sky map on all panels. plot_panel(self, map[, panel, panel_fov])Plot sky map on one panel. Methods Documentation