locan.analysis.ripley.plot

locan.analysis.ripley.plot(self, ax=None, **kwargs)[source]

Provide plot of results as matplotlib.axes.Axes object.

Parameters:
  • ax (Axes | None) – The axes on which to show the image

  • kwargs (Any) – Other parameters passed to matplotlib.pyplot.plot().

Returns:

Axes object with the plot.

Return type:

matplotlib.axes.Axes