03-24-2025 02:35 PM
@altenbach wrote:
If you use spline interpolation, make sure to use low-level functions and calculate the interpolant only once. In any case, you should skip linearly interpolated plot style and calculate the interpolated data as separate plot.
Here's how that could look like:
03-25-2025 03:47 PM
@altenbach wrote:
@altenbach wrote:
If you use spline interpolation, make sure to use low-level functions and calculate the interpolant only once. In any case, you should skip linearly interpolated plot style and calculate the interpolated data as separate plot.
[...]
nice!