SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.BivariateSpline.get_knots

BivariateSpline.get_knots(self)[source]

Return a tuple (tx,ty) where tx,ty contain knots positions of the spline with respect to x-, y-variable, respectively. The position of interior and additional knots are given as t[k+1:-k-1] and t[:k+1]=b, t[-k-1:]=e, respectively.

Previous topic

scipy.interpolate.BivariateSpline.get_coeffs

Next topic

scipy.interpolate.BivariateSpline.get_residual