Skip to content

Commit d4e4230

Browse files
remove unused parameters from docstring
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 832ddad commit d4e4230

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/scportrait/plotting/h5sc.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,9 @@ def _plot_contour_grid(
136136
ax: The matplotlib axes object that already contains the image grid.
137137
masks: The masks to plot contours from. Shape should be (N, H, W) where N matches
138138
the number of images in the grid, or (H, W) for a single mask.
139-
nrows: The number of rows in the grid (must match the value used in `_plot_image_grid`).
140-
ncols: The number of columns in the grid (must match the value used in `_plot_image_grid`).
141139
level: The contour level passed to `skimage.measure.find_contours`. For binary masks,
142140
this is typically 0.5.
143141
linewidth: The line width used when plotting the contour outlines.
144-
colors: A list of colors used to draw the contours. If None, a default palette is
145-
used and cycled over for multiple contours per mask.
146142
147143
Returns:
148144
None

0 commit comments

Comments
 (0)