It is maybe a bit unfortunate that make_splprep takes input with (ndim, npoints) shape rather than the other way round, but changing that would be quite tedious wrt. deprecation and API changes; instead, just document the actual behavior. To verify this, try e.g. running the make_splprep examples in smoothing_splintes.rst but transposing the arrays (replace `[xn, yn]` by `np.column_stack([xn, rn])`); this results in a ValueError. |
||
|---|---|---|
| .. | ||
| plots | ||
| 1D.rst | ||
| ND_regular_grid.rst | ||
| ND_unstructured.rst | ||
| extrapolation_examples.rst | ||
| interp_transition_guide.md | ||
| smoothing_splines.rst | ||
| splines_and_polynomials.rst | ||