scipy/doc/source/tutorial/interpolate
Antony Lee e3d8e0f3a4 DOC: Fix dimensions ordering in make_splprep docs.
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.
2025-07-01 11:26:16 +02:00
..
plots
1D.rst
ND_regular_grid.rst
ND_unstructured.rst
extrapolation_examples.rst
interp_transition_guide.md
smoothing_splines.rst DOC: Fix dimensions ordering in make_splprep docs. 2025-07-01 11:26:16 +02:00
splines_and_polynomials.rst DOC: interpolate/tutorial: fix typos 2025-02-20 09:26:55 +01:00