Return x,y values at equally spaced points in domain.
Returns x, y values at n equally spaced points across domain. Here y is the value of the polynomial at the points x. This is intended as a plotting aid.
Parameters : | n : int, optional
|
---|---|
Returns : | x, y : ndarrays
.. versionadded:: 1.5.0 : |