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) – RasterMapResult

  • width (int) – sequence image width

  • height (int) – sequence image height

  • ax (Axes | None) – Axes

  • output (str | Path | PathLike[str] | None) – output path for figure save. If None then show

  • kwargs – additional arguments pass to ax.set()