COMPUTE LOG OF X AND LOG Y

Applies a base-10 logarithm to both the X and Y axes of an input curve, producing a log-log transformed curve. Use this worker when you need to linearise power-law relationships or visualise data spanning several orders of magnitude.

When to use

Classification: process.

Tagged: curve_transform, linearisation, log10, loglog, power_law, x_transform, y_transform.

Inputs

Label ID Type Default Required Description
Curve To Be Operated On curvetobeoperatedon vector   Input X-Y curve (vector) whose X and Y values must both be strictly positive; log10 is applied to each axis independently.

Outputs

Label ID Type Description
curve_loglog_output_1 curve_loglog_output_1 vector Transformed X-Y curve where both axes have been replaced with their base-10 logarithm values (dimensionless).

Disciplines

  • data.curve.transform

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curve_loglog


Auto-generated from transformation schema. Worker id: curve_loglog. Schema hash: 11ac8f8e8b70. Hand-curated docs in workerexamples/ override this page when present.