Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/spatialdata_plot/pl/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
_split_colorbar_params,
)
from spatialdata_plot.pl.render_params import (
BBox,
CBAR_DEFAULT_FRACTION,
CBAR_DEFAULT_LOCATION,
CBAR_DEFAULT_PAD,
BBox,
ChannelLegendEntry,
CmapParams,
ColorbarSpec,
Expand Down Expand Up @@ -1402,7 +1402,8 @@ def show(
default palette fall back to full render + clip (windowing could otherwise reshuffle
colours); use a categorical dtype or an explicit palette to keep the windowed fast path.
Requires a single coordinate system (pass ``coordinate_systems`` with one entry if several
would otherwise be rendered).
would otherwise be rendered). See the
`cropping tutorial <https://spatialdata.scverse.org/projects/plot/en/latest/notebooks/tutorials/cropping.html>`_.
ax : list[Axes] | Axes | None
Pre-existing matplotlib axes to plot on. Can be a single :class:`~matplotlib.axes.Axes` or a list
matching the number of coordinate systems. If ``None``, a new figure and axes are created.
Expand Down