|
Class Summary |
| Axis |
the class for creating plot axes, with tick marks and labels. |
| AxisRange |
the representation of the layout of an axis. |
| BottomAxis |
an Axis object for the bottom margin, with ticks pointing up. |
| Boxplot |
the classic statistical box plot, implemented as a DataPlot. |
| BoxPlot |
the classic statistical box plot, implemented as a Swing Box component. |
| BoxWhiskers |
the graphical object that represents one box-and-whiskers visual sumamry
of a set of data. |
| BoxWhiskersCanvas |
a box-whiskers object, as a device (and by inheritance, a Canvas). |
| CategoricalAxis |
an axis with arbitrary strings as the labels. |
| CategoricalBottomAxis |
an axis with arbitrary strings as the labels. |
| DataPlot |
the class of statistical plots defined by a scale of data values for the horizontal
and vertical axes. |
| DynamicHistogram |
An incrementally updatable version of the basic
Histogram
to which one can add new values and have them added to
the appropriate bin and redraw just that bin. |
| DynamicTimeSeries |
A basic Dynamic Time Series plot. |
| DynamicTimeSeriesStack |
|
| FemaleSymbol |
|
| Histogram |
a simple, basic histogram based on DataPlot
whose contents are computed via the
UnivariateSummary |
| LeftAxis |
an Axis object for the left margin, with ticks pointing to the right. |
| MaleSymbol |
|
| Scatterplot |
the basic x-data, y-data plot. |