FourierBase.plot_curve_samples#

FourierBase.plot_curve_samples(curve, n=10, rng=None, plot_kwargs=None, subplot_kwargs=None, axes=None)[source]#

Plot samples from the curve.

Parameters:
curvexr.DataArray

Samples from the curve.

nint, optional

Number of samples to plot, by default 10

rngnp.random.Generator, optional

Random number generator, by default None

plot_kwargsdict, optional

Keyword arguments for the plot function, by default None

subplot_kwargsdict, optional

Keyword arguments for the subplot, by default None

axesnpt.NDArray[plt.Axes], optional

Matplotlib axes, by default None

Returns:
tuple[plt.Figure, npt.NDArray[plt.Axes]]

Matplotlib figure and axes.