Is it possible to perform in Origin multiple iteration of the smoothing function, as it was implemented for example in Gle (Graphics Layout Engine) in the case of svg_smooth function? -
"dn [svg smooth] [m] line The option svg smooth performs a quadratic or cubic and 7 point Savitsky Golay smoothing on the data. The parameter m specifies the number of iterations of smoothing, that is, the smoothing algorithm is run m times on the dataset."
For the smoothing function, you cannot perform multiple iterations however you can change the Points of Window and the Polynomial Order can be set from 1 - 5.