locan.analysis.ripley.plot¶
- locan.analysis.ripley.plot(self, ax=None, **kwargs)[source]¶
Provide plot of results as
matplotlib.axes.Axesobject.- Parameters:
ax (
Axes|None) – The axes on which to show the imagekwargs (
Any) – Other parameters passed tomatplotlib.pyplot.plot().
- Returns:
Axes object with the plot.
- Return type:
matplotlib.axes.Axes