Marianne Corvellec
Marianne Corvellec
```suggestion bg_color=(1, 1, 1) ``` because it looks better with a transparent white background:  than with a transparent black background:  I would actually prefer a 'None' background, but...
### Description: I would suggest using the "object-oriented (OO) style" (as opposed to pyplot-style) across the gallery. This issue replicates https://github.com/datacarpentry/image-processing/issues/319, which I opened for the skimage-based lesson by Data...
### Description: We should `import skimage as ski` in all gallery examples! This issue may (should) be addressed in small batches of examples.
## Description Following up on https://github.com/scikit-image/scikit-image/pull/7477#discussion_r1732483106. ## Checklist - A descriptive but concise pull request title - [Docstrings for all functions](https://github.com/numpy/numpydoc/blob/main/doc/example.py) - [Unit tests](https://scikit-image.org/docs/dev/development/contribute.html#testing) - A gallery example in `./doc/examples`...
## Description The core addition here is b0cbf30c43e11c29d3c728c7af. Along the way, I proofread the entire docstring. I'm not entirely sure I should have replaced type `ndarray` with `array` but I...
### Description: We can see below the main equation ("where ...") that inline math is rendering properly, but not display style math:  I don't know how long it's been...
Hi, This is a very small change code-wise but it allows for some interesting flexibility. So far, `get_host_regex()`, which reads spider attribute `allowed_domains`, is only called when _opening_ the spider...
## Description Closes #7605 ## Checklist - A descriptive but concise pull request title - [Docstrings for all functions](https://github.com/numpy/numpydoc/blob/main/doc/example.py) - [Unit tests](https://scikit-image.org/docs/dev/development/contribute.html#testing) - A gallery example in `./doc/examples` for new...
The term 'neighborhood' is more general; in the case of these morphological operations, we talk about 'footprints' or 'structuring elements' (more specifically). Aww, it seems that the `skimage.morphology.closing` docstring would...
(...) after reading the entire docstring, I wonder what "n-dimensional" really means in the context of channels, and whether that's the same as "N-dimensional" (mentioned earlier). _Originally posted by @mkcor...