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:

  1. Low-level plotting functions contained in lib;

  2. 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

  3. 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: