hypersynchronization.plot_phases_line#

hypersynchronization.plot_phases_line(thetas, ax=None, **kwargs)[source]#

Plot the phases thetas of oscillators in order of node index.

Parameters:
thetasnp.ndarray

The phase of each oscillator over time. Shape is (N, T).

itint

The time index to plot the phase plot for.

axplt.Axes, optional

The axes to plot on, by default None.

**kwargs: dict

All arguments to pass to matplotlib’s plot

Returns:
plt.Axes

The plot’s axes.