Package com.metsci.glimpse.core.examples.plot
Examples demonstrating simple Glimpse plots.
-
Interface Summary Interface Description FunctionPlotExample.Function1D -
Class Summary Class Description EmptyPlotExample Demonstrates construction of a plot from scratch, starting with an EmptyFrame and adding custom painters to create a basic plot with no data.FunctionPlotExample Demonstrates construction of a simple Glimpse plot without the labeled axes, a plot title, or any of the other extras which other Glimpse plots provide.FunctionPlotExample.Function1DPainter HistogramPlotExample A basic histogram plot.LinePlotExample A basic x/y line plot with a simple legend.