Modifier and Type | Class and Description |
---|---|
class |
Plot2D
Two-dimensional (plane) plot
|
class |
Plot3D
Three-dimensional (space) plot
|
class |
SamplingPlot
SamplingPlot for displaying (real time) sampling data.
|
Modifier and Type | Method and Description |
---|---|
static Plot1D |
Plot1D.create(java.lang.String filePath,
char delimiter,
int firstColumn,
int secondColumn,
int numHeaderLines,
PlotView.PlotProgressListener progressListener)
Creates a Plot1D by loading the given text (gzipped) m_file, separating
at delimiter and using the given columns.
|