neuralib.rastermap.plot.plot_wfield_spatial
- neuralib.rastermap.plot.plot_wfield_spatial(result, width, height, ax=None, output=None, **kwargs)[source]
Plot spatial location of each pixel cluster by rastermap
- Parameters:
result (RasterMapResult) –
RasterMapResultwidth (int) – sequence image width
height (int) – sequence image height
ax (Axes | None) –
Axesoutput (str | Path | PathLike[str] | None) – output path for figure save. If None then show
kwargs – additional arguments pass to
ax.set()