hypersynchronization.plot_phases#

hypersynchronization.plot_phases(thetas, radius=1, color='b', ms=2, ax=None, **kwargs)[source]#

Plot the phase thetas of oscillators on a circle.

Parameters:
thetasnp.ndarray

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

axplt.Axes, optional

The axes to plot on, by default None.

colorstr, optional

The color of the phase plot, by default “b”.

**kwargs

Additional arguments that will be passed to matplotlib’s plot.

Returns:
plt.Axes

The plot’s axes.