File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments