GENERAL
spatial_query.plot_motif_grid()
GALLERY
Display the distribution of each motif around grid points.
motif (str or List[str]) – Motif (names of cell types) to be colored.
figsize (tuple, default=(10, 5)) – Figure size.
max_dist (float, default=20) – Spacing distance for building grid.
save_path (str, optional) – Path to save the figure. If None, the figure will not be saved.
Displays a figure.
None