Uses of Class
eu.ess.xaos.ui.plot.data.ErrorSeries
-
Packages that use ErrorSeries Package Description eu.ess.xaos.ui.plot.plugins -
-
Uses of ErrorSeries in eu.ess.xaos.ui.plot.plugins
Methods in eu.ess.xaos.ui.plot.plugins with parameters of type ErrorSeries Modifier and Type Method Description static <X,Y>
PluginPlugins. errorBars(ErrorSeries<X,Y> data, int seriesIndex)
Returns a plugin that shows horizontal and vertical error bars around chart data points.
-