MapPanelPlotter¶
-
class
gammapy.image.
MapPanelPlotter
(figure, xlim, ylim, npanels=4, **kwargs)[source]¶ Bases:
object
Map panel plotter class.
Given a
Figure
object this class creates axes objects usingGridSpec
and plots a given sky map onto these.An example of how this class is used can be found in the hgps.html notebook 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