Skip to content

Commit 672bb45

Browse files
timtreisclaude
andcommitted
docs: link the cropping tutorial from crop_coord, bump notebooks submodule
Also lets ruff reorder one import in basic.py (pre-existing isort drift). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011JMbY8asahxaytthjvCKDv
1 parent 9f19b7d commit 672bb45

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/spatialdata_plot/pl/basic.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
_split_colorbar_params,
5858
)
5959
from spatialdata_plot.pl.render_params import (
60-
BBox,
6160
CBAR_DEFAULT_FRACTION,
6261
CBAR_DEFAULT_LOCATION,
6362
CBAR_DEFAULT_PAD,
63+
BBox,
6464
ChannelLegendEntry,
6565
CmapParams,
6666
ColorbarSpec,
@@ -1402,7 +1402,8 @@ def show(
14021402
default palette fall back to full render + clip (windowing could otherwise reshuffle
14031403
colours); use a categorical dtype or an explicit palette to keep the windowed fast path.
14041404
Requires a single coordinate system (pass ``coordinate_systems`` with one entry if several
1405-
would otherwise be rendered).
1405+
would otherwise be rendered). See the
1406+
`cropping tutorial <https://spatialdata.scverse.org/projects/plot/en/latest/notebooks/tutorials/cropping.html>`_.
14061407
ax : list[Axes] | Axes | None
14071408
Pre-existing matplotlib axes to plot on. Can be a single :class:`~matplotlib.axes.Axes` or a list
14081409
matching the number of coordinate systems. If ``None``, a new figure and axes are created.

0 commit comments

Comments
 (0)