Uses of Class
mgui.interfaces.plots.PlotXYDataSource
| Package | Description |
|---|---|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.plots.sgt |
Plots using the Scientific Graphics Toolkit (SGT) library.
|
-
Uses of PlotXYDataSource in mgui.interfaces.plots
Subclasses of PlotXYDataSource in mgui.interfaces.plots Modifier and Type Class Description classPlotTimeSeriesDataSource<T extends MguiNumber>A plot data source for XY data, with multiple named Y channels.classVariablePlotTimeSeriesDataSource<T extends MguiNumber>An XY data source with aVariableIntas its source.classVariablePlotXYDataSource<T extends MguiNumber>XY data source which uses twoVariableIntobject as its X and Y sources.Methods in mgui.interfaces.plots with parameters of type PlotXYDataSource Modifier and Type Method Description voidXYPlot. setDataSource(PlotXYDataSource<T> source)Set an XY data source for this plot. -
Uses of PlotXYDataSource in mgui.interfaces.plots.sgt
Fields in mgui.interfaces.plots.sgt declared as PlotXYDataSource Modifier and Type Field Description protected PlotXYDataSource<MguiDouble>SgtScatterplot. data_source