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:
- curve
xr.DataArray
Samples from the curve.
- n
int
, optional Number of samples to plot, by default 10
- rng
np.random.Generator
, optional Random number generator, by default None
- plot_kwargs
dict
, optional Keyword arguments for the plot function, by default None
- subplot_kwargs
dict
, optional Keyword arguments for the subplot, by default None
- axes
npt.NDArray
[plt.Axes
], optional Matplotlib axes, by default None
- curve
- Returns:
tuple
[plt.Figure
,npt.NDArray
[plt.Axes
]]Matplotlib figure and axes.