Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@tillbiskup tillbiskup released this 26 Mar 15:17
· 100 commits to master since this release

Released 2023-03-26

New features

  • Plotting

    • MultiPlotter1D can use colormaps for coloring multiple lines

    • Number of columns can be set for legends of plots

  • Processing steps

    • New class aspecd.processing.SliceRemoval for removing slices from a ND dataset with N>1.

    • New class aspecd.processing.RelativeAxis for converting an axis into a relative axis, centred about a (given) origin.

Fixes

  • Interpolation in aspecd.processing.Interpolation works correctly if axis range is given and no corresponding axis point exists in the original dataset.