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.
|