AbstractPlotGenerator |
Ancestor for generators that use data from a spreadsheet to create
plot containers for the SequencePlotter sink.
|
AndrewsCurvesGenerator |
Generates plot containers from row-based data for Andrews Curves.
César Ignacio García Osorio, Colin Fyfe (2003).
|
NamedPlotGenerator |
Plots the numeric data of two columns, X and Y with the plot name from a separate column.
|
RowWisePlotGenerator |
Generates a separate plot per row in the spreadsheet, using the specified columns as data points.
|
SimplePlotGenerator |
Plots the numeric data from one or more columns.
|
XYPlotGenerator |
Uses one column for the X value and one or more other columns as Y to plot against.
|
XYWithErrorsPlotGenerator |
Generator for X/Y plots (with X optional) that attaches error information for Y and optionally X as well.
|