The Plot Package (gdt.core.plot)ΒΆ
The plot package contains generalized plot functions and classes for
visualization in the GDT. Generally, there are three levels of abstraction in
this package:
Low-level plotting functions contained in lib;
Mid-level plot element classes that provide an interface to the the low-level functions and allow for dynamic update of plots, contained in plot
High-level plot classes that group together a number of mid-level plot elements into a figure.
The package is divided into the following modules:
- Plotting DRMs and Effective Area (
drm) - Plotting Spacecraft in Earth Orbit (
earthplot) - Plotting Lightcurves (
lightcurve) - Plotting of Spectral Fits and Models (
model) - Plot Element Classes (
plot) - Plotting Sky Maps, Localizations, and Wide-field Effective Area (
sky) - Plotting Count Spectra (
spectra) - Low-level Plot Functions (
lib)