class |
CategoryPlot<R extends Comparable<R>,C extends Comparable<C>> |
|
class |
CombinedDomainCategoryPlot |
A combined category plot where the domain axis is shared.
|
class |
CombinedDomainXYPlot<S extends Comparable<S>> |
An extension of XYPlot that contains multiple subplots that share a
common domain axis.
|
class |
CombinedRangeCategoryPlot |
A combined category plot where the range axis is shared.
|
class |
CombinedRangeXYPlot<S extends Comparable<S>> |
An extension of XYPlot that contains multiple subplots that share a
common range axis.
|
class |
FastScatterPlot |
A fast scatter plot.
|
class |
PolarPlot |
Plots data that is in (theta, radius) pairs where theta equal to zero is
due north and increases clockwise.
|
class |
ThermometerPlot |
A plot that displays a single value (from a ValueDataset) in a
thermometer type display.
|
class |
XYPlot<S extends Comparable<S>> |
A general class for plotting data in the form of (x, y) pairs.
|