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 )
.
-
Class Summary Class Description ColorAxisPlot2D ASimplePlot2D
with a right-side axis with a color scale in addition to x and y axes and a central plotting area.EmptyPlot2D A simple plotting area which takes up its entire parent GlimpseLayout (leaving no room for a plot title or axis tick marks).MapPlot2D A geographic plotting area.MultiAxisPlot2D A flexible plotting area with the ability to create an arbitrary number of additional axes above, below, left, or right of the main central plotting area.Plot2D A simple, blank plotting area which divides itself into five regions:SimplePlot2D Identical in structure toPlot2D
, but also provides a pre-selected set of common plot elements including: a solid color background to the plot a simple line border around the plotting area vertical and horizontal grid lines which match the axis tick marks a crosshair which follows the mouse positionTaggedColorAxisPlot2D -
Enum Summary Enum Description MultiAxisPlot2D.AxisOrientation