Getting started
API
Datasets
Releases
Contribute
plot von Mises
v_x (np.ndarray) – support space (degree)
v_k (float) – von mises concentration (a.u.)
from matplotlib import pyplot as plt plot_von_mises(np.arange(0, 360, 1), 10.7) plt.show()