plot2kill

Modules

all
module plot2kill.all

Convenience module that simply publicly imports everything else. *

dflwrapper
module plot2kill.dflwrapper

This file contains the DFL-specific parts of Plot2Kill and is publicly imported by plot2kill.figure if compiled with -version=dfl.

figure
module plot2kill.figure

This file contains Figure, which is a holds and draws one or more Plots onto a drawable surface.

gtkwrapper
module plot2kill.gtkwrapper

This file contains the GTK-specific parts of Plot2Kill and is publicly imported by plot2kill.figure if compiled with GtkD.

guiagnosticbase
module plot2kill.guiagnosticbase

This file contains the GUI-agnostic base functionality of Figure and Subplot. FigureBase inherits from it in all GUI ports.

hierarchical
module plot2kill.hierarchical

This file contains functions for performing hierarchical clustering, and can be used for drawing heatmaps and, eventually, dendrograms.

plot
module plot2kill.plot

This file contains all of the plots types in Plot2kill, which can be drawn on screen using plot2kill.figure.Figure.

png
module plot2kill.png
subplot
module plot2kill.subplot

This module contains the Subplot object. This allows placing multiple plots on a single form in a simple grid arrangement..