MapPanelPlotter¶
-
class
gammapy.image.MapPanelPlotter(figure, xlim, ylim, npanels=4, **kwargs)[source]¶ Bases:
objectMape panel plotter class.
Given a
Figureobject this class creates axes objects usingGridSpecand plots a given sky map onto these.Parameters: figure :
Figure instance.
xlim :
AngleAngle object specifying the longitude limits.
ylim :
AngleAngle object specifying the latitude limits.
npanels : int
Number of panels.
**kwargs : dict
Keyword arguments passed to
GridSpec.Methods Summary
plot(image, **kwargs)Plot sky image on all panels. plot_panel(image[, panel, panel_fov])Plot sky image on one panel. Methods Documentation