sainsc.lazykde.LazyKDE.plot_local_maxima
- sainsc.lazykde.LazyKDE.plot_local_maxima(*, crop=None, background_kwargs=dict(), scatter_kwargs=dict())
Plot the local kernel density estimate maxima.
- Parameters:
crop (tuple[tuple[int, int], tuple[int, int]], optional) – Coordinates to crop the data defined as ((xmin, xmax), (ymin, ymax)).
background_kwargs (dict, optional) – Keyword arguments that are passed to
sainsc.LazyKDE.plot_KDE().scatter_kwargs (dict, optional) – Keyword arguments that are passed to
matplotlib.pyplot.scatter().
- Return type:
See also