eq

fun eq(lhs: String? = null, rhs: String? = null, format: String? = null, threshold: Number? = null): smoothLabels

Configures the auto-generated equation (~eq marker).

Parameters

lhs

Left-hand side variable name in the equation (e.g. "y").

rhs

Right-hand side variable name in the equation (e.g. "x").

format

Number format for the equation coefficients (e.g. ".3f").

threshold

Coefficients with absolute value below this threshold are hidden.