diff --git a/WrightTools/data/_data.py b/WrightTools/data/_data.py index 01ad81c4..6bc0e22d 100644 --- a/WrightTools/data/_data.py +++ b/WrightTools/data/_data.py @@ -1265,11 +1265,11 @@ def map_variable( ) -> "Data": """ Map points of an axis to new points using linear interpolation. - + Out-of-bounds points are written nan. - Non-mapped variables are kept in the data object only if they are - orthogonal to the mapped variable (see `kit.orthogonal`). + Non-mapped variables are kept in the data object only if they are + orthogonal to the mapped variable (see `kit.orthogonal`). Parameters ----------