Return x,y values at equally spaced points in domain.
Returns x, y values at n linearly spaced points across domain. Here y is the value of the polynomial at the points x. By default the domain is the same as that of the Laguerre instance. This method is intended mostly as a plotting aid.
| Parameters : | n : int, optional 
 domain : {None, array_like} 
  | 
|---|---|
| Returns : | x, y : ndarrays 
 .. versionadded:: 1.5.0 :  |