Marianne Corvellec

Results 20 issues of Marianne Corvellec

```suggestion bg_color=(1, 1, 1) ``` because it looks better with a transparent white background: ![bg_color](https://github.com/scikit-image/scikit-image/assets/2227806/a0ee6b11-4ec5-456c-8153-31f1d4662a3f) than with a transparent black background: ![bg_label](https://github.com/scikit-image/scikit-image/assets/2227806/95dc010e-d1d5-4f5d-bf7d-4e4c0f699958) 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...

:beginner: Good first issue
:page_facing_up: type: Documentation

### Description: We should `import skimage as ski` in all gallery examples! This issue may (should) be addressed in small batches of examples.

:beginner: Good first issue
:page_facing_up: type: Documentation

## 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`...

:page_facing_up: type: Documentation

## 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...

:page_facing_up: type: Documentation

### Description: We can see below the main equation ("where ...") that inline math is rendering properly, but not display style math: ![latex_rendering](https://github.com/user-attachments/assets/1f199545-b87c-45f1-8176-c9a7b76eadf5) I don't know how long it's been...

:page_facing_up: type: Documentation

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...

:page_facing_up: type: Documentation

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...

:page_facing_up: type: Documentation

(...) 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...

:page_facing_up: type: Documentation