scipy 1.8.0 Pypi GitHub Homepage
Other Docs
Parameters
extend(self, c, x, right=None)

Parameters

c : ndarray, size (k, m, ...)

Additional coefficients for polynomials in intervals. Note that the first additional interval will be formed using one of the self.x end points.

x : ndarray, size (m,)

Additional breakpoints. Must be sorted in the same order as self.x and either to the right or to the left of the current breakpoints.

right :

Deprecated argument. Has no effect.

deprecated

Add additional breakpoints and coefficients to the polynomial.

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : /scipy/interpolate/_interpolate.py#1633
type: <class 'function'>
Commit: