scipy.interpolate.BSpline. derivative# BSpline.derivative(nu=1)[source]# Return a B-spline representing the derivative. Parameters: nuint, optionalDerivative order. Default is 1. Returns: bBSpline objectA new instance representing the derivative. See also splder, splantider