appendXY

fun Trace.appendXY(x: Number, y: Number, xErr: Number? = null, yErr: Number? = null)

Append x and y axis values to a trace with optional x error xErr and y error yErr


fun Trace.appendXY(vararg pairs: Pair<Number, Number>)

Append trace values using given pairs of x-y number coordinates