public class YListSeriesCollection extends XYListSeriesCollection
XYListSeriesCollection.
The data is given as lists of y-coordinates. The x-coordinates are
simply the indices + 1 of each y-coordinate in the given lists.| Constructor and Description |
|---|
YListSeriesCollection(double[]... data)
Creates a new YListSeriesCollection instance with default
parameters and given data series.
|
YListSeriesCollection(double[][] data,
int numPoints)
Creates a new YListSeriesCollection instance with default
parameters and given data series.
|
YListSeriesCollection(double[] data,
int numPoints)
Creates a new YListSeriesCollection instance with default
parameters and one data series.
|
add, add, add, add, add, disableAutoCompletion, enableAutoCompletion, getDashPattern, getMarksType, getName, getPlotStyle, setDashPattern, setMarksType, setName, setPlotStyle, toLatexgetColor, getDomainBounds, getRangeBounds, getRenderer, getSeriesCollection, getX, getY, setColor, setRenderer, toStringpublic YListSeriesCollection(double[]... data)
data - series of point sets.public YListSeriesCollection(double[] data,
int numPoints)
data - point set.numPoints - Number of points to plotpublic YListSeriesCollection(double[][] data,
int numPoints)
data - series of point sets.numPoints - Number of points to plotTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.