.. _auto_curves_format_points: *FORMAT THE POINTS FOR ALL CURVES* ================================== Applies printf-style format strings to the X and Y point values of one or more curves, controlling the numeric precision or string representation of each axis. Use this worker when you need to standardise decimal places or numeric notation across a batch of curves before downstream processing or reporting. When to use ----------- Classification: **process**. Tagged: ``batch``, ``curves``, ``format``, ``numeric_format``, ``points``, ``printf``, ``transform``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curves To Be Scaled - curveswhosepointsaretobeformatted - vector - — - - One or more input curves whose point coordinates will be reformatted; accepts a vector (list) of curve objects — leave empty to pass through unchanged. * - X Format - x_format - scalar - %s - - Printf-style format string applied to every X-axis point value (e.g. '%.4f' for 4 decimal places, '%e' for scientific notation); defaults to '%s' which leaves values unchanged. * - Y Format - y_format - scalar - %s - - Printf-style format string applied to every Y-axis point value (e.g. '%.4f' for 4 decimal places, '%e' for scientific notation); defaults to '%s' which leaves values unchanged. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Formatted Curves - curves_fp_1 - vector - Vector of curves identical in structure to the inputs but with X and Y point values reformatted according to the supplied format strings. 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=curves_format_points `_ .. raw:: html

Auto-generated from transformation schema. Worker id: curves_format_points. Schema hash: 5a3c519d8b31. Hand-curated docs in workerexamples/ override this page when present.