Posts by Sam125 • 11 points
1 post
-
1
votes0
answers468
viewsQ: Interpolation Spline in python?
What is the best method to interpolate Spline second-order Python? I’ve used interp1d, but not quite what I intend. Example of what is intended. from scipy.interpolate import interp1d import…