/** * 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.<p> * * 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 {@code addPainter( GlimpsePainter )}. */ package com.metsci.glimpse.plot;