Convenience module that simply publicly imports everything else. *
This file contains the DFL-specific parts of Plot2Kill and is publicly imported by plot2kill.figure if compiled with -version=dfl.
This file contains Figure, which is a holds and draws one or more Plots onto a drawable surface.
This file contains the GTK-specific parts of Plot2Kill and is publicly imported by plot2kill.figure if compiled with GtkD.
This file contains the GUI-agnostic base functionality of Figure and Subplot. FigureBase inherits from it in all GUI ports.
This file contains functions for performing hierarchical clustering, and can be used for drawing heatmaps and, eventually, dendrograms.
This file contains all of the plots types in Plot2kill, which can be drawn on screen using plot2kill.figure.Figure.
This module contains the Subplot object. This allows placing multiple plots on a single form in a simple grid arrangement..