Package com.metsci.glimpse.core.plot

Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. Most plots take care of creating axes and attaching listeners as well.

The user of a plot class usually simply has to add custom data painters to the plot's central data plotting area (usually simply by calling addPainter( GlimpsePainter ).